radiff2(1)
unified binary diffing utility
SYNOPSIS
radiff2
[-cCOdrspvh
]
[-t 0-100
]
[-g sym
]
file1
file2
DESCRIPTION
radiff2 implements many binary diffing algorithms for data and code.
- -c
-
Count number of differences.
- -C
-
Graphdiff code instead of data
- -O
-
Do code diffing with all bytes instead of just the fixed opcode bytes
- -t 0-100
-
Choose matching threshold for binary code diffing
- -d
-
Use delta diffing (slower).
- -g sym
-
Graph diff output of given symbol
- -r
-
Output in radare commands as a binary patch.
- -s
-
Calculate text distance from two files.
- -p
-
Use physical addressing (io.va=0)
- -v
-
Show version information.
- -h
-
Show usage help message.