mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
Adjusted zignature help
This commit is contained in:
parent
31a9be7b98
commit
b8b0b3e73e
@ -208,9 +208,9 @@ static int cmd_zign(void *data, const char *input) {
|
||||
"Usage:", "z[abcp/*-] [arg]", "Zignatures",
|
||||
"z", "", "show status of zignatures",
|
||||
"z*", "", "display all zignatures",
|
||||
"z-", "namespace", "Unload zignatures in namespace",
|
||||
"z-", " namespace", "Unload zignatures in namespace",
|
||||
"z-*", "", "unload all zignatures",
|
||||
"z/", "[ini] [end]", "search zignatures between these regions",
|
||||
"z/", " [ini] [end]", "search zignatures between these regions",
|
||||
"za", " ...", "define new zignature for analysis",
|
||||
"zb", " name bytes", "define zignature for bytes",
|
||||
"zB", " size", "Generate zignatures for current offset/flag",
|
||||
|
Loading…
Reference in New Issue
Block a user