Diaphora is a binary diffing tool and similarity engine designed to compare compiled binaries and identify changed or matching code sections. It functions as a reverse engineering plugin that maps relationships between functions and detects compilation units using assembler analysis and graph theory. The project specializes in vulnerability patch analysis, allowing users to detect security fixes by comparing different versions of a binary. It synchronizes analysis metadata, such as symbol names and comments, between binaries and generates patches by comparing decompiled pseudo-code. The engi
Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the
GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.
ret-sync es un conjunto de complementos que ayuda a sincronizar una sesión de depuración (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) con los desensambladores IDA/Ghidra/Binary Ninja.
Las características principales de bootleg/ret-sync son: Binary Analysis, Integración con depuradores, Debugger Tools, IDA Pro Plugins, Reverse Engineering and Analysis, Debugger and Disassembler Plugins, Reverse Engineering Tools.
Las alternativas de código abierto para bootleg/ret-sync incluyen: joxeankoret/diaphora — Diaphora is a binary diffing tool and similarity engine designed to compare compiled binaries and identify changed or… comsecuris/gdbida. a1ext/labeless. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… cisco-talos/ghida — GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA. fireeye/flare-floss — This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from…