Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rz-sign man page #4136

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 11 additions & 15 deletions binrz/man/rz-sign.1
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
.Dd Aug 6, 2020
.Dd Jan 21, 2024
.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 acehoqv
.Op Fl o Ar outfile
.Ar file
.Sh DESCRIPTION
rz-diff implements many binary diffing algorithms for data and code.
rz-sign allows to create and inspect FLIRT code signatures.
.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.
Analyze binary after loading it with RzCore and use -AA to run aaaa instead of aaa. Available only
together with the o option.
.It Fl c
Interpret the input file as a FLIRT signature file and dumps the pattern format.
.It Fl e
Set an evaluable config variable. Available only together with the o option.
.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 o Ar file.sig
Perorm an analysis of a binary and generates FLIRT signatures for all functions inside it.
.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
Expand Down
Loading