radare2/man/radiff2.1
pancake 99533607a0 * Apply some fixes of packaging bugs notified by debian
- Fix warnings in manpages
  - Fix install path of perl5 and python2.5 and 2.6 bindings
  - Fix make uninstall in r2-swig
  - Add -soname to libr2.so
  - Do not build/install swig from r2
2010-03-15 17:15:48 +01:00

40 lines
625 B
Groff

.Dd Mar 12, 2010
.Dt RADIFF2 1
.Os
.Sh NAME
.Nm radiff2
.Nd unified binary diffing utility
.Sh SYNOPSIS
.Nm radiff
.Op -scrdV
.Op file1
.Op file2
.Sh DESCRIPTION
radiff implements some binary diffing algorithms.
.Pp
.Bl -tag -width Fl
.It Fl s
Calculate text distance from two files.
.It Fl c
Count number of differences.
.It Fl r
Output in radare commands as a binary patch.
.It Fl d
Use delta diffing (slower).
.It Fl V
Show version information.
.It Fl h
Show usage help message.
.El
.Sh SEE ALSO
.Pp
.Xr radare2(1) ,
.Xr rahash2(1) ,
.Xr rabin2(1) ,
.Xr rasm2(1) ,
.Xr rax2(1) ,
.Sh AUTHORS
.Pp
pancake <@nopcode.org>
.Pp