mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Add help for asc[a]
This commit is contained in:
parent
deeafe7dd7
commit
013583a573
@ -3317,6 +3317,7 @@ static void cmd_anal_syscall(RCore *core, const char *input) {
|
||||
"Usage: as[ljk?]", "", "syscall name <-> number utility",
|
||||
"as", "", "show current syscall and arguments",
|
||||
"as", " 4", "show syscall 4 based on asm.os and current regs/mem",
|
||||
"asc[a]", " 4", "dump syscall info in .asm or .h",
|
||||
"asf", " [k[=[v]]]", "list/set/unset pf function signatures (see fcnsign)",
|
||||
"asj", "", "list of syscalls in JSON",
|
||||
"asl", "", "list of syscalls by asm.os and asm.arch",
|
||||
|
Loading…
Reference in New Issue
Block a user