Provided by: radare2_0.9.6-3.1ubuntu1_amd64 bug

NAME

       radiff2 - unified binary diffing utility

                                                                                                      RADIFF2(1)
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────

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), rasm2(1), ragg2(1), rarun2(1), rax2(1),

AUTHORS

       pancake <pancake@nopcode.org>, nibble <nibble@develsec.org>