30 open-source projects similar to devttys0/ida, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Devttys0 Ida alternative.
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
Karta - source code assisted fast binary matching plugin for IDA
Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
Tiny cute emulator plugin for IDA based on unicorn.
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.
This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s
A curated list of IDA x64DBG, Ghidra and OllyDBG plugins.
A Coverage Explorer for Reverse Engineers
Export disassemblies into Protocol Buffers
BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code.
IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode