Thread: need code to kill running application

  1. #1
    Jinxed
    Guest

    need code to kill running application

    can anyone tell me how to kill a running application using c++. I'm using MSVC++. Thanks

  2. #2
    Unregistered
    Guest
    I do not know of any C/C++ code for doing this. The only code I know of is in Assembly.

    If you have an unzip utility program (e.g. WinZip) download the following...

    http://spiff.tripnet.se/~iczelion/files/procview.zip

    This Windows program, can detect a running process, and terminate and detach it from kernel32.dll. It is great for killing trojans that may be running anonomously on Win9x systems.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  2. << !! Posting Code? Read this First !! >>
    By kermi3 in forum Windows Programming
    Replies: 0
    Last Post: 10-14-2002, 01:29 PM
  3. << !! Posting Code? Read this First !! >>
    By kermi3 in forum Game Programming
    Replies: 0
    Last Post: 10-14-2002, 01:27 PM
  4. source code for ls, kill and ps
    By jon21 in forum Linux Programming
    Replies: 2
    Last Post: 04-07-2002, 10:55 AM
  5. << !! Posting Code? Read this First !! >>
    By biosx in forum C++ Programming
    Replies: 1
    Last Post: 03-20-2002, 12:51 PM