compare_binaries
Diff two IDA instances to identify common and unique binary metadata, entrypoints, and segments. Provides a comparison between two analysis sessions.
Instructions
Compare two IDA instances by diffing their binary metadata, entrypoints, and segments. Takes two instance_id values and returns what is common vs unique to each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id_a | Yes | First instance ID | |
| instance_id_b | Yes | Second instance ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||