mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
45 lines
741 B
Groff
45 lines
741 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 rafind2(1) ,
|
|
.Xr rahash2(1) ,
|
|
.Xr rabin2(1) ,
|
|
.Xr ranal2(1) ,
|
|
.Xr rasm2(1) ,
|
|
.Xr rarc2(1) ,
|
|
.Xr rarc2-tool(1) ,
|
|
.Xr rasc2(1) ,
|
|
.Xr rax2(1) ,
|
|
.Sh AUTHORS
|
|
.Pp
|
|
pancake <pancake@nopcode.org>,
|
|
nibble <nibble@develsec.org>
|