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