* Move binrz meson directives to binrz/ dir * Move rizin-shell-parser to a subproject * Move bochs to a meson subproject * Move rzqnx to meson subproject * Move winkd to a meson subproject * Move rzar to a meson subproject * Move rzw32dbg_wrap to a meson subproject * Move ptrace-wrap to a meson subproject * Move rzgdb to a meson subproject * Rename w32dbg_wrap to rzw32dbg_wrap * Update CODEOWNERS * Remove old references to shlr * Move shlr/heap stuff in core and remove shlr/arm * Move spp to a meson subproject * Remove last references to shlr * Remove use_webui option * Move include files directives to librz/include/meson.build * Move librz meson directives into librz/meson.build * Handle d/ directories inside the specific module meson.build * Move plugins listing to specific module meson.build * Move rzheap to its own subproject * Fix js linter and licenses * Use meson.override_dependency for all rz_ modules
45 lines
927 B
Groff
45 lines
927 B
Groff
.Dd Aug 6, 2020
|
|
.Dt RZ_SIGN 1
|
|
.Sh NAME
|
|
.Nm RZ_SIGN
|
|
.Nd rizin zignature utility
|
|
.Sh SYNOPSIS
|
|
.Nm rz-sign
|
|
.Op Fl afhjqrv
|
|
.Op Fl s Ar space
|
|
.Op Fl o Ar outfile
|
|
.Ar file
|
|
.Sh DESCRIPTION
|
|
rz-diff implements many binary diffing algorithms for data and code.
|
|
.Pp
|
|
.Bl -tag -width Fl
|
|
.It Fl a
|
|
Analyze binary after loading it with RzCore 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 rizin 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 rizin(1) ,
|
|
.Xr rz-find(1) ,
|
|
.Xr rz-hash(1) ,
|
|
.Xr rz-bin(1) ,
|
|
.Xr rz-asm(1) ,
|
|
.Xr rz-gg(1) ,
|
|
.Xr rz-run(1) ,
|
|
.Xr rz-ax(1) ,
|
|
.Xr rz-diff(1) ,
|