• WinAppDbg是蟒蛇专门设计的模块,以允许开发人员迅速增加的Windows的应用程序的调试设施向Python脚本。

    这个模块将使用ctypes包裹许多Win32API呼吁相关的调试,并提供了一个强大的抽象层来操纵线图书馆和流程,将你的脚本作为一个调试器,跟踪执行钩API调,处理中事件debugee和设断点的不同种类(代码、硬件和存储器)。

  • WinAppDbg है एक अजगर मॉड्यूल विशेष रूप से डिजाइन करने के लिए डेवलपर्स की अनुमति जल्दी से जोड़ने के लिए Windows अनुप्रयोग डिबगिंग की सुविधा के लिए अपने अजगर स्क्रिप्ट है ।

    इस मॉड्यूल का उपयोग करता है ctypes लपेटो करने के लिए कई Win32 API कॉल करने के लिए संबंधित डीबगिंग, और प्रदान करता है एक शक्तिशाली अमूर्त परत हेरफेर करने के लिए धागे, पुस्तकालयों और प्रक्रियाओं में संलग्न करें अपनी स्क्रिप्ट के रूप में एक डिबगर का पता लगाने, निष्पादन, हुक एपीआई कॉल, संभाल घटनाओं में अपने debugee और ब्रेकप्वाइंट सेट के विभिन्न प्रकार (कोड, हार्डवेयर और स्मृति).

  • WinAppDbg is a Python module specially designed to allow developers to quickly add Windows application debugging facilities to your Python scripts.

    This module uses ctypes to wrap many Win32 API calls related to debugging, and provides a powerful abstraction layer to manipulate threads, libraries and processes, attach your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory).