|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
C++: Antivirus program help
I'm making an antivirus program, and theres a few things that I have no idea how to do. I need to delete registry entrys, end Windows tasks, and close ports. If any of you could help, it would save a lot of time.
|
|
#2
|
|||
|
|||
|
Assuming you're using windows:
1) RegDeleteKeyEx().. look it up at www.msdn.com 2) don't know what a 'windows task' is 3) if you never worked with sockets before you should at least do some tutorials on the basics, this is good for starting: http://www.hal-pc.org/~johnnie2/winsock.html DWise1's tutorial / info http://members.aol.com/DSC30574/sockets/index.html |
![]() |
| Viewing: Dev Shed Forums > System Administration > Antivirus Protection > C++: Antivirus program help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|