i have tried to call kernel32.ReadProcessMemory with no hope 
this function can help me to detect some bad programs presence
like
debuggers
file and registry monitors
detect them by window name or window title is not a good idea
cause they can be changed
even can hidden from windows
i have memoryex plugin
i can get addresses and baseaddresses and handles and i have some bad strings list
can i call the function ReadProcessMemory from kernel32 to catch those bad strings ??
and how ??

this function can help me to detect some bad programs presence
like
debuggers
file and registry monitors
detect them by window name or window title is not a good idea
cause they can be changed
even can hidden from windows
i have memoryex plugin
i can get addresses and baseaddresses and handles and i have some bad strings list
can i call the function ReadProcessMemory from kernel32 to catch those bad strings ??
and how ??
Comment