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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Process Scanning?

  • 17-09-2006 10:28pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    PsList > file.txt ?


  • Registered Users, Registered Users 2 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