Kurapica
August 21st, 2009, 13:07
Is there a way to suspend a remote process from my local process when the remote process calls some API.
I must find a way to start a new process and make it break on "_CorExeMain" or "_CorDllMain" which
represent the entrypoints for any .NET PE file.
I've been doing much research on API hooking and Code Injection.
but I wanna see what you guys know about it.
thanks
I must find a way to start a new process and make it break on "_CorExeMain" or "_CorDllMain" which
represent the entrypoints for any .NET PE file.
I've been doing much research on API hooking and Code Injection.
but I wanna see what you guys know about it.
thanks