Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Process Scanning?

Options
  • 17-09-2006 11:28pm
    #1
    Registered Users Posts: 4,946 ✭✭✭


    hey guys, im trying to help some friends code an anti-cheat program. Is there any way i could use vb to scan processes and export them to a notepad?

    The basic goal would be to get a list like in task manager.

    Image name | User Name | Mem Usage
    svchost.exe system 4,999k
    firefox.exe Administrator 10,000k

    and so on.. Any Alternatives would be cool!

    Cheers


Comments

  • Registered Users Posts: 19,396 ✭✭✭✭Karoma


    PsList > file.txt ?


  • Registered Users Posts: 4,188 ✭✭✭pH


    Step by Step example in VB
    http://support.microsoft.com/kb/q187913/

    Mind you with rootkits, cheat tools are a little harder to find these days ;)

    [edited to add]
    And yes it goes without saying that you shouldn't really be trying to write a tool like this in VB


Advertisement