mco_compare_functions
Binary-diff two functions in IDA Pro. Compares instruction sequences to calculate similarity and list added/removed operations, useful 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 |