Hola!,
pasaba para dejarles la ultima toolcita en la cual estuve trabajando estas ultimas semanas:
http://code.google.com/p/aadp/
aadp is a collection of plugins that aims to hide most of the well knowns debuggers from most of anti-debugging techniques.
Latest Changes¶
aadp4olly¶
Version 0.1.1
* Fixed a bug when the plugin's window is closed (reported by marciano).
Version 0.1
aadp4olly hide Ollydbg from the following tricks:
* IsDebuggerPresent (via PEB patching, BeingDebugged flag)
* NtGlobalFlags
* HeapFlags
* GetTickCount
* ZwQueryInformationProcess
* ZwSetInformationThread
* OutputDebugStringA
Saludos.