mco_compare_functions
Compare two functions in IDA Pro to identify differences, calculate similarity percentages, and list added or removed operations for patch diffing between clean and infected binaries.
Instructions
Binary diff two functions in IDA Pro. Compare instruction sequences, calculate similarity percentage, show added/removed operations. Useful for patch diffing between clean and infected binaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address_a | Yes | Hex address of first function | |
| address_b | Yes | Hex address of second function |