mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
ee133222fe
* Add zignature spaces to ##rasign2 * Update help information * Use space API instead of core Co-authored-by: Dennis Goodlett <dennis@hurricanelabs.com>
46 lines
929 B
Groff
46 lines
929 B
Groff
.Dd Aug 6, 2020
|
|
.Dt RASIGN2 1
|
|
.Sh NAME
|
|
.Nm RASIGN2
|
|
.Nd radare2 zignature utility
|
|
.Sh SYNOPSIS
|
|
.Nm rasign2
|
|
.Op Fl afhjqrv
|
|
.Op Fl s Ar space
|
|
.Op Fl o Ar outfile
|
|
.Ar file
|
|
.Sh DESCRIPTION
|
|
radiff2 implements many binary diffing algorithms for data and code.
|
|
.Pp
|
|
.Bl -tag -width Fl
|
|
.It Fl a
|
|
Analyze binary after loading it with RCore and use -AA to run aaaa instead of aaa.
|
|
.It Fl f
|
|
Interpret the input file as a flirt database and dump the signatures.
|
|
.It Fl h
|
|
Show usage help message.
|
|
.It Fl j
|
|
Show output in JSON.
|
|
.It Fl o Ar file.sdb
|
|
Add signatures to file, create if it does not exist.
|
|
.It Fl q
|
|
Enable quiet mode.
|
|
.It Fl r
|
|
Show output in radare commands.
|
|
.It Fl s Ar space
|
|
Add signatures save all signatures under this signspace.
|
|
.It Fl v
|
|
Show version information.
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Pp
|
|
.Xr radare2(1) ,
|
|
.Xr rafind2(1) ,
|
|
.Xr rahash2(1) ,
|
|
.Xr rabin2(1) ,
|
|
.Xr rasm2(1) ,
|
|
.Xr ragg2(1) ,
|
|
.Xr rarun2(1) ,
|
|
.Xr rax2(1) ,
|
|
.Xr radiff2(1) ,
|