WinAppDbg module v1.1 is out!
Posted by Mario Alejandro Vilas Jerez on May 15
What is WinAppDbg?
==================
The WinAppDbg python module allows developers to quickly code
instrumentation
scripts in Python under a Windows environment.
It uses ctypes to wrap many Win32 API calls related to debugging, and
provides
an object-oriented abstraction layer to…