7 matches found
VivisectION
VivisectION Emulationsgestütztes Reversing-Werkzeugset VivisectION ist die Schnittmenge aus GUI-Reversing, Emulation und Debugging, mit einem Schwerpunkt darauf, Emulation und andere leistungsstarke Vivisect-Spielereien zur Unterstützung von Reverse Engineering und Vulnerability Research...
revsync
revsync IDA Pro, Binary Ninja और Vivisect के लिए रियलटाइम सिंक प्लगइन सिंक करता है: टिप्पणियाँ प्रतीक नाम स्टैक वेरिएबल नाम स्ट्रक्चर कोड कवरेज किसी ब्लॉक को देखने में कितना समय बिताया गया IDA Pro इंस्टॉलेशन सबसे पहले, IDA डेटा निर्देशिका में क्लोन करें: Windows: %APPDATA%\Hex-Rays\IDA Pro...
flare-qdb
FireEye Labs Query-Oriented Debugger flare-qdb is a command-line and scriptable Python-based tool for evaluating and manipulating native program state. It uses Vivisect to set a breakpoint on each queried instruction and executes Python code when hit. flare-qdb frees the analyst to take a nonline...
flare-qdb
FireEye Labs Query-Oriented Debugger flare-qdb è uno strumento da riga di comando e scriptabile basato su Python per valutare e manipolare lo stato di programmi nativi. Utilizza Vivisect per impostare un breakpoint su ogni istruzione interrogata ed esegue codice Python quando viene colpito...
FLARE Script Series: Querying Dynamic State using the FireEye Labs Query-Oriented Debugger (flare-qdb)
Introduction This post continues the FireEye Labs Advanced Reverse Engineering FLARE script series. Here, we introduce flare-qdb, a command-line utility and Python module based on vivisect for querying and altering dynamic binary state conveniently, iteratively, and at scale. flare-qdb works on...
FLARE Script Series: Querying Dynamic State using the FireEye Labs Query-Oriented Debugger (flare-qdb)
Introduction This post continues the FireEye Labs Advanced Reverse Engineering FLARE script series. Here, we introduce flare-qdb, a command-line utility and Python module based on vivisect for querying and altering dynamic binary state conveniently, iteratively, and at scale. flare-qdb works on...
FLARE Script Series: Automating Obfuscated String Decoding
Introduction We are expanding our script series beyond IDA Pro. This post extends the FireEye Labs Advanced Reverse Engineering FLARE script series to an invaluable tool for the reverse engineer – the debugger. Just like IDA Pro, debuggers have scripting interfaces. For example, OllyDbg uses an...