> cat /dev/github | grep security-tools
discovered 03 Aug 2026

bindiff

Java ★ 3147 via github-topic
→ View on GitHub
BinDiff is an open-source binary file comparison tool designed for vulnerability researchers and engineers, enabling them to swiftly identify differences and similarities within disassembled code across various architectures such as x86, ARM, and PowerPC. It facilitates the identification of identical functions, the porting of function names and comments between different binary versions, and highlights changes in function variants, thereby enhancing the efficiency of vulnerability analysis and knowledge transfer. Notable features include support for multiple disassemblers like IDA Pro, Binary Ninja, and Ghidra, alongside a user-friendly visual interface for detailed analysis.