this is more of an API question.. but im going to try anyway.
currently using "EnumProcesses", "EnumProcessModules" and "GetModuleBaseNameA" from psapi.dll to look for specific running programs.
however this has a negative side in that if you change the EXE name, the module base name changes.
is there any way to determine what process is running without using its base name?
i cant find anything in msdn (because im not realy sure what im looking for)
any hints greatly appreciated
If somethings hard to do, its not worth doing - Homer Simpson
currently using "EnumProcesses", "EnumProcessModules" and "GetModuleBaseNameA" from psapi.dll to look for specific running programs.
however this has a negative side in that if you change the EXE name, the module base name changes.
is there any way to determine what process is running without using its base name?
i cant find anything in msdn (because im not realy sure what im looking for)
any hints greatly appreciated
If somethings hard to do, its not worth doing - Homer Simpson