Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
1.52/5 (4 votes)
See more:
How Can I make DDos notifier with VB or C# language?

Please someone help me
Posted
Comments
Nelek 4-Jan-14 6:26am    
Do you realize that this is the Quick Answers section? What you are asking can be a bit too wide to be explained here.

I would recommend you to search for information in google, start trying and when you face problems you don't know how to solve, then come back and ask concrete things. You will get faster and better help that way.
[no name] 4-Jan-14 8:42am    
But I'm beginer and i need help...
I can't start it myself
Dave Kreskowiak 4-Jan-14 10:42am    
If you're a beginner at coding, this is WAY too far over your head to write.

You're not going to write the bulk of this application in C# or VB.NET. This may require writing a network stack driver in C/C++ depending on your setup.

But, you will have to write a TCP/IP server, that supports various protocols specific to firewalls and proxy servers. If you don't have a deep understanding on how TCP/IP works, there's your starting point. Start doing research.

1 solution

Oversimplified answer to an oversimplified question:

Learn about WMI providers and see if one can give you enough information to correlate high network saturation on a level 3 port to a process. WMI on Codeproject[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900