diff_binaries
Compare two binary versions to reveal added, removed, and changed functions, imports, strings, plus instruction-level diffs for modified functions.
Instructions
Compare two binary versions: find added, removed, and changed functions, imports, strings, and show instruction-level diffs for modified functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path_a | Yes | Absolute path to the first (original) binary | |
| binary_path_b | Yes | Absolute path to the second (patched) binary | |
| max_function_diffs | No | Maximum number of changed functions to show instruction-level diffs for |