Scroll to navigation

RADIFF2(1) General Commands Manual RADIFF2(1)

NAME

radiff2unified 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.

SEE ALSO

radare2(1), rafind2(1), rahash2(1), rabin2(1), ranal2(1), rasm2(1), ragg2(1), rarun2(1), rax2(1),

AUTHORS

pancake <pancake@nopcode.org>, nibble <nibble@develsec.org>
October 20, 2011 Debian