at2oo3
September 24th, 2011, 15:39
Hi There,
i try to analyze a tool wich allocates Memory (VirtualAlloc), creates a new paused thread loads something into it and starts it:
Thread exits directly after NtResumeThread is called becouse a Hardware ID verification failed.... How can i jump into it and start dubugging this new process / Thread? Any other ideas? Probably Dump? How to Dump?
Trieed to hook on the new process by using ospy or another olly instance without any success (probably protected by themida)...
2497
i try to analyze a tool wich allocates Memory (VirtualAlloc), creates a new paused thread loads something into it and starts it:
Code:
75FAB66B . FF15 4413FA75 call dword ptr [<&ntdll.NtResumeThread>] ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Here the thread starts
Thread exits directly after NtResumeThread is called becouse a Hardware ID verification failed.... How can i jump into it and start dubugging this new process / Thread? Any other ideas? Probably Dump? How to Dump?
Trieed to hook on the new process by using ospy or another olly instance without any success (probably protected by themida)...
2497