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 manipulate threads, libraries and processes, attach your script as a debugger, trace execution, hook API calls, handle events in […]
WinAppDbg – Python Instrumentation Scripting/Debugging Tool For Windows
Topic: Hacking Tools, Secure Coding