
BinDiff: Open-Source Comparison Tool for Binary Files
BinDiff is a newly open-sourced binary file comparison tool that allows users to quickly find differences and similarities in disassembled code. It can be used to identify vulnerabilities in patches, port symbols and comments between different versions of binaries, and gather evidence for code theft or patent infringement. The latest release includes various updates such as support for IDA Pro 8.3, improvements in handling functions without names, and faster Abseil maps in the differ engine. BinDiff is available for download on GitHub.
Comments