marko001 Posted April 14, 2008 Posted April 14, 2008 (edited) 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 April 14, 2008 by marko001
PsaltyDS Posted April 14, 2008 Posted April 14, 2008 (edited) 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? Edited April 14, 2008 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
marko001 Posted April 14, 2008 Author Posted April 14, 2008 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.
Swift Posted April 15, 2008 Posted April 15, 2008 Why must you use AutoIt for your script-kiddie viruz? Vouch.No reason to bump this thread.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now