bindiff_compare
Compare two binary files to identify identical, changed, and unmatched functions using IDA Pro and BinDiff analysis.
Instructions
Compares two binary files using IDA Pro and BinDiff.
Resulting detailed difference lists are saved to the specified directory (default: current directory).
Generated files:
1. matched_similar.json (Identical functions)
2. matched_different.json (Matched but Changed functions)
3. primary_only.json (Unmatched in Primary)
4. secondary_only.json (Unmatched in Secondary)
Args:
primary_binary: Path to the first binary (e.g. original)
secondary_binary: Path to the second binary (e.g. patched)
output_results_dir: Directory to save the result files (default: current dir)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary_binary | Yes | ||
| secondary_binary | Yes | ||
| output_results_dir | No | . |