Jump to content

How to find an Hidden Process


Recommended Posts

Hi all,

i need to find an Hidden Process to manage it, mainly to check if exists. If not i'll relaunch it.

#include <Process.au3>
$dir="F:\myfiles"
$global= "F:\myfiles\cert.exe /driver:gamma"
$pid = run($global,$dir)
sleep(5000)
$pname = _ProcessGetName ( $pid )
; or $pname = ProcessExists ( $pid )
msgbox(0,"...",$pid & " --- " & $pname)

the result i get is the PID n. but not the process name (the program self rename and hides at launch)

How can i get it ?

M.

Edited by marko001
Link to comment
Share on other sites

Hi all,

i need to find an Hidden Process to manage it, mainly to check if exists. If not i'll relaunch it.

the result i get is the PID n. but not the process name (the program self rename and hides at launch)

How can i get it ?

Why must you use AutoIt for your script-kiddie viruz?

:D

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Can't understand you, anyway what i need to manage is a 3rd part program used for a game.

I'm developing a manager and i need to check if this program (that runs hidden) is or not active.

I mean, i see if it's or not active but i wan't my manager can realize it too...

Thanks,

M.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...