647 .
summary =
"Run given commands as in system(3) or shows command history",
650 { .
text =
"!", .arg_str =
"ls", .comment =
"executes the 'ls' command via system(3)" },
651 { .text =
"!", .arg_str =
"echo $RZ_SIZE", .comment =
"executes the 'echo' command via system(3) and shows the display file size" },
675 .
summary =
"Runs given commands in system(3)",
681 { .
text =
"!!", .arg_str =
"ls~txt", .comment =
"executes the 'ls' command via system(3) and grep for 'txt'" },
705 .
summary =
"Runs a given commands in system(3) and pipes stdout to rizin",
714 .
summary =
"Print last output",
719 { .
text =
"#!", .arg_str =
"python", .comment =
"Run python commandline" },
720 { .text =
"#!", .arg_str =
"python foo.py", .comment =
"Run foo.py python script" },
721 { .text =
"#!", .arg_str =
"python foo.py arg1", .comment =
"Run foo.py python script and pass it arg1 as argument" },
730 .
name =
"interpreter-name",
752 .
summary =
"Alias commands and strings",
756 .
summary =
"Get/set environment variables",
757 .args_str =
"[<varname>[=<varvalue>]]",
776 .
summary =
"List all tasks / Run <cmd> in a new background task",
790 .
summary =
"Run <cmd> in a new transient background task (auto-delete when it is finished)",
803 .
summary =
"Show output of task <n>",
829 .
summary =
"Delete task <n> or schedule for deletion when it is finished",
837 .
summary =
"Delete all done tasks",
851 .
summary =
"Wait until task <n> is finished / all tasks are finished",
856 .
summary =
"Manage scripting macros",
860 { .
text =
"*", .arg_str =
"entry0=cc", .comment =
"write trap in entrypoint" },
861 { .text =
"*", .arg_str =
"entry0+10=0x804800", .comment =
"write 0x804800 as a 4-byte value at 10 bytes from the entrypoint" },
862 { .text =
"*", .arg_str =
"entry0", .comment =
"read the value contained at the entrypoint" },
884 .
summary =
"Pointer read/write data/values",
885 .description =
"Read or write values at a given address. When the value starts with `0x`, a 4-bytes value or 8-bytes value is written in the memory at address, depending on the size of the value. When value does not start with `0x` an hexstring with arbitrary length is expected and it is written starting from the specified address.",
886 .args_str =
"<addr>[=<0xvalue>|<hexstring>]",
892 .
summary =
"Interpret commands",
906 .
summary =
"Repeat last executed command backward / Interpret the output of the command as rizin commands",
928 .
summary =
"Repeat last executed command forward (same as \\\\n)",
941 .
summary =
"Run the output of the execution of a script as rizin commands",
949 .
summary =
"Open cfg.editor and interpret tmp file",
962 .
summary =
"Same as #!pipe open cfg.editor and interpret tmp file",
968 .
name =
"macro-name",
993 { .
text =
"(", .arg_str =
"wv2 word addr; wv2 $0 @ $1)", .comment =
"Define wv2 macro with word($0) and addr($1) args" },
994 { .text =
"..(", .arg_str =
"wv2 128 0x804800 256 0x804900)", .comment =
"Write 2 words at 2 different addresses" },
1003 .
name =
"macro-name",
1009 .name =
"macro-arg-set",
1023 .
summary =
"Call macro multiple times",
1024 .description =
"Call a macro multiple times with arguments taken n at a time, where n is the number of macro arguments",
1025 .args_str =
"<macro-name> [<set1-arg1> <set1-arg2> ...] [<set2-arg1> <set2-arg2> ...] ...)",
1031 .
summary =
"Search for bytes, regexps, patterns, ..",
1035 .
summary =
"Connect with other instances of rizin",
1053 .
summary =
"List all open connections / Exec <cmd> at remote <fd>",
1054 .args_str =
" [[<fd>] <cmd>]",
1074 .
summary =
"Send output of local <cmd> to remote <fd>",
1079 .
summary =
"Run <cmd> via rz_io_system",
1080 .args_str =
"[<cmd>]",
1086 .
name =
"[proto://]host:port",
1094 .
summary =
"Connect to remote host:port",
1108 .
summary =
"remove all hosts or host 'fd'",
1121 .
summary =
"Open remote session with host 'fd', 'q' to quit",
1129 .default_value =
"0",
1135 .
summary =
"Enable remote cmd mode, sending commands to remote <fd> server",
1143 .
summary =
"Disable remote cmd mode",
1149 .
name =
"[host:]port",
1163 .
summary =
"Start the rap server (o rap://9999) / Execute <cmd> on rap server",
1168 .
summary =
"Start the gdbserver",
1172 .
summary =
"Start the http webserver",
1176 .
summary =
"Start the http webserver (and launch the web browser)",
1181 .
name =
"[host:]port",
1195 .
summary =
"Start the tcp server",
1208 .
summary =
"Start rap server in background (same as '& Rr')",
1214 .
name =
"search_cmd",
1227 .
summary =
"Help or evaluate math expression",
1233 .
name =
"characters",
1241 .
summary =
"Push escaped string into the RzCons.readChar buffer",
1246 .
summary =
"Analysis commands",
1249 .
summary =
"Analysis commands",
1255 .
summary =
"Analyze all flags starting with sym. and entry",
1263 .
summary =
"Analyze all calls, references, emulation and applies signatures",
1271 .
summary =
"Experimental analysis",
1276 .
summary =
"Analysis function calls commands",
1282 .
summary =
"Analyze function calls",
1290 .
summary =
"Analyze all function calls to imports",
1298 .
summary =
"Analyze data references to code",
1303 .
summary =
"Analysis commands using ESIL",
1306 { .
text =
"aae", .arg_str =
"", .comment =
"analyze ranges given by analysis.in" },
1307 { .text =
"aae", .arg_str =
" $SS @ $S", .comment =
"analyze the whole section" },
1325 .
summary =
"Analyze references with ESIL",
1334 .
summary =
"Analyze references with ESIL in all functions",
1339 .
summary =
"Analysis function commands",
1345 .
summary =
"Analyze all functions",
1353 .
summary =
"Analyze all functions using ESIL",
1366 .
summary =
"Analyze all consecutive functions in section",
1374 .
summary =
"Performs recursive type matching in all functions",
1382 .
summary =
"Print preformed analysis details",
1390 .
summary =
"Analyze all unresolved jumps",
1395 .
summary =
"Language specific analysis commands",
1401 .
summary =
"Recovers and analyze all Golang functions and strings",
1409 .
summary =
"Analyze all Objective-C references",
1414 .
summary =
"Automatic rename functions commands",
1420 .
summary =
"Renames all functions based on their strings or calls",
1428 .
summary =
"Renames all functions which does not return",
1433 { .
text =
"e analysis.prelude='90AEF630'", .arg_str =
"", .comment =
"Set new prelude" },
1434 { .text =
"aap", .arg_str =
"", .comment =
"Search for 90AEF630 and create a new function" },
1445 .
summary =
"Analyze all preludes",
1460 .
summary =
"Analyze xrefs in current section or by n_bytes",
1468 .
summary =
"Analyze only the symbols",
1476 .
summary =
"Analyze only the flags starting as sym.* and entry*",
1482 .
name =
"func_name",
1490 .
summary =
"Analyze all/given function to convert immediate to linked structure offsets",
1504 .
summary =
"Prints commands to create functions after a trap call",
1518 .
summary =
"Print memory areas not covered by functions",
1526 .
summary =
"Analyze values referencing a specific section or map",
1531 .
summary =
"Analyze Functions commands",
1544 .
summary =
"Analyze functions recursively (honors `analysis.calls`)",
1559 .
summary =
"Analyze functions recursively",
1589 .
summary =
"Hand craft a function (requires `afb+`)",
1605 .
summary =
"Delete all function analysis data",
1624 .
summary =
"Analyze function jumptable",
1632 .
summary =
"Analyze function arguments in a call",
1640 .
summary =
"Analyze function arguments in a call (honors `dbg.funcarg`)",
1645 .
summary =
"Basic blocks commands",
1651 .
summary =
"List basic blocks of function",
1694 .
summary =
"Add basic block by hand",
1702 .
summary =
"Remove basic block from function",
1710 .
summary =
"Remove all basic blocks from function",
1716 .
name =
"switch_addr",
1721 .name =
"case_addr",
1729 .
summary =
"Add basic-block edge for switch-cases",
1735 .
name =
"switch_addr",
1740 .name =
"enum_name",
1747 .
summary =
"Set basic-block switch-case enum type",
1755 .
summary =
"Show addresses of instructions which leave the function",
1763 .
summary =
"Display ascii-art bars for basic block regions",
1771 .
summary =
"Print single basic block information",
1790 .
summary =
"Set a color for the basic block at a given address",
1803 .
summary =
"Set asm.bits for the current function",
1808 .
summary =
"Function signatures commands",
1812 .
name =
"signature",
1821 .
summary =
"Get/Set function signature at current address",
1829 .
summary =
"Set function signature at current address by using the editor",
1843 .
summary =
"Change type for current function",
1851 .
summary =
"Show address of current function",
1865 .
summary =
"Resize and analyze function from current address until addr",
1873 .
summary =
"List function references",
1887 .
summary =
"Set stack frame size for function at current address",
1892 .
summary =
"Manipulate arguments/variables in a function",
1898 .
summary =
"List all variables and arguments of the current function",
1906 .
summary =
"List function variables and arguments with disasm refs",
1912 .
name =
"varname|*",
1919 .
summary =
"Remove all variables/arguments or just the specified one",
1927 .
summary =
"Analyze function arguments/locals",
1941 .
summary =
"Display the value of arguments/variables",
1949 .
summary =
"Show BP relative stackframe variables",
1968 .
summary =
"Rename argument/variable in current function",
1982 .
summary =
"List addresses where vars are accessed (READ)",
1996 .
summary =
"List addresses where vars are accessed (WRITE)",
2015 .
summary =
"Change type for given argument/local",
2020 .
summary =
"Show argument/variable xrefs in a function",
2032 .
summary =
"Show function variable xrefs (same as afvR+afvW)",
2046 .
summary =
"Show function argument xrefs",
2060 .
summary =
"Show function local variable xrefs",
2065 .
summary =
"Manipulate BP based arguments/locals",
2089 .
summary =
"List base pointer based arguments and locals / Define a new one",
2102 .
summary =
"Delete argument/local with the given name",
2110 .
summary =
"Delete all arguments/locals",
2129 .
summary =
"Define var get reference",
2148 .
summary =
"Define var set reference",
2153 .
summary =
"Manipulate register-based arguments/locals",
2177 .
summary =
"List register-based arguments and locals / Define a new one",
2190 .
summary =
"Delete register-based argument/local with the given name",
2198 .
summary =
"Delete all register-based arguments/locals",
2217 .
summary =
"Define register-based arguments and locals get references",
2236 .
summary =
"Define register-based arguments and locals set references",
2241 .
summary =
"Manipulate SP based arguments/locals",
2265 .
summary =
"List stack based arguments and locals / Define a new one",
2278 .
summary =
"Delete argument/local with the given name",
2297 .
summary =
"Define var get reference",
2316 .
summary =
"Define var set reference",
2327 .
summary =
"List all functions",
2335 .
summary =
"List functions in current seek",
2343 .
summary =
"Display count of all functions",
2351 .
summary =
"Display sum of all functions sizes",
2359 .
summary =
"List calls of all functions",
2367 .
summary =
"Display ascii-art bars with function ranges",
2372 .
summary =
"Show/edit function information",
2378 .
summary =
"Show information of functions in current seek",
2383 .
summary =
"Show/add/delete imports used in function in current seek",
2396 .
summary =
"Show/add imports used in function in current seek",
2404 .
summary =
"Delete imports used in function in current seek",
2409 .
summary =
"Show opcode statistic in function",
2423 .
summary =
"Enumerate unique opcodes/opcode families/opcode types in function",
2439 .
summary =
"Enumerate unique opcodes/opcode families/opcode types in all functions",
2444 .
summary =
"Analyze function names",
2456 .
summary =
"Rename function at current seek",
2464 .
summary =
"Suggest a name for the function in current seek",
2472 .
summary =
"Print all strings referenced by the function in current seek",
2480 .
summary =
"Type matching analysis for the function in current seek",
2488 .
summary =
"Print functions map",
2493 { .
text =
"afm 0xbeef @ 0x42", .arg_str =
NULL, .comment =
"Merge function at address 0xbeef to function at address 0x42" },
2509 .
summary =
"Merge two functions",
2515 .
summary =
"Calling convention",
2519 .
name =
"convention",
2528 .
summary =
"Set/Get calling convention for current function",
2536 .
summary =
"List all available calling conventions",
2549 .
summary =
"Open Calling Convention sdb profile from given path",
2557 .
summary =
"Show register usage for the current function",
2565 .
summary =
"Show function + delta for given offset",
2570 { .
text =
"aeC", .arg_str =
" 1 2 @ sym._add", .comment =
"Call sym._add(1,2)" },
2593 .
summary =
"continue until ^C",
2599 .
summary =
"Continue until exception",
2607 .
summary =
"Continue back until breakpoint",
2615 .
summary =
"Continue until syscall",
2623 .
summary =
"Continue until call",
2636 .
summary =
"Continue until address",
2650 .
summary =
"Continue until esil expression",
2661 .
summary =
"initialize ESIL VM state",
2669 .
summary =
"deinitialize ESIL VM state",
2677 .
summary =
"initialize ESIL program counter to curseek",
2707 .
summary =
"initialize ESIL VM stack",
2734 .
summary =
"remove ESIL VM stack",
2742 .
summary =
"initialize ESIL VM stack to \"aeim.stack\" or ?",
2747 .
summary =
"ESIL emulated debugger step",
2760 .
summary =
"perform emulated debugger step",
2774 .
summary =
"evaluate N instr from core->offset",
2804 .
summary =
"step over until given address",
2815 .
summary =
"step skip (in case of CALL, just skip, instead of step into)",
2823 .
summary =
"step skip (in case of CALL, just skip, instead of step into)",
2831 .
summary =
"step skip (in case of CALL, just skip, instead of step into)",
2848 .
summary =
"step until given address",
2862 .
summary =
"step until esil expression match",
2876 .
summary =
"step until given opcode type",
2881 .
summary =
"ESIL Trace session",
2887 .
summary =
"Start ESIL trace session",
2895 .
summary =
"Stop ESIL trace session",
2906 .
summary =
"Initialize the RzIL Virtual Machine at the current offset",
2920 .
summary =
"Step N instructions within the RzIL Virtual Machine",
2934 .
summary =
"Step N instructions within the RzIL VM and output VM changes (read & write)",
2948 .
summary =
"Step until PC equals given address",
2969 .
summary =
"Print or modify the current status of the RzIL Virtual Machine",
2974 { .
text =
"ar", .arg_str =
"", .comment =
"Show a sensible default selection of registers" },
2975 { .text =
"ar", .arg_str =
" rax", .comment =
"Show a single register" },
2976 { .text =
"ar", .arg_str =
" 16", .comment =
"Show 16 bits wide gpr registers" },
2977 { .text =
"ar", .arg_str =
" xmm", .comment =
"Show registers of type xmm (see `arT` for possible types)" },
2978 { .text =
"ar", .arg_str =
" PC", .comment =
"Show the register with the given role (see `arR` for possible roles)" },
2979 { .text =
"ar", .arg_str =
" all", .comment =
"Show all registers available" },
2987 .
summary =
"Emulation Registers",
3001 .
summary =
"Show registers with their values, or assign one (`ar reg=value`)",
3002 .args_str =
" [<filter> [= <value>]]",
3016 .
summary =
"Show registers in columns",
3030 .
summary =
"Show register references (telescoping)",
3044 .
summary =
"Show register grouped by their values",
3055 .
summary =
"Show values of default function argument registers (A0, A1, A2, ...) with telescoping",
3067 .
summary =
"Show calling convention defined by registers",
3079 .
summary =
"Show register differences from previous contents",
3095 .
summary =
"Show previous register contents",
3110 .
summary =
"Show fpu registers",
3111 .args_str =
" [<register> [= <value>]]",
3116 .
summary =
"Show commands for setting registers as flags",
3128 .
summary =
"Show commands for setting registers as flags",
3142 .
summary =
"Show commands for unsetting flags from `arf`",
3150 .
summary =
"Register arena commands (underlying binary data)",
3157 .
summary =
"Show all currently allocated register arenas",
3165 .
summary =
"Push a new set of arenas to the stack",
3173 .
summary =
"Pop a set of arenas from the stack",
3181 .
summary =
"Show number of stack elements",
3189 .
summary =
"Swap last two register arenas on the stack",
3203 .
summary =
"Reset the specified or all arena contents to 0",
3217 .
summary =
"Display hexdump of given arena (or gpr if none given)",
3236 .
summary =
"Write hexadecimal data <hex> into the given arena (or gpr if none given)",
3244 .
summary =
"Register profile commands (defining available registers)",
3251 .
summary =
"Show the current register profile",
3259 .
summary =
"Show register profile comments",
3272 .
summary =
"Load a new register profile from file",
3285 .
summary =
"Convert gdb profile from the given file to rizin register profile",
3290 { .
text =
"eq", .arg_str =
"", .comment =
"equal" },
3291 { .text =
"ne", .arg_str =
"", .comment =
"not equal" },
3292 { .text =
"cf", .arg_str =
"", .comment =
"carry flag set" },
3293 { .text =
"neg", .arg_str =
"", .comment =
"negative value (has sign)" },
3294 { .text =
"of", .arg_str =
"", .comment =
"overflow" },
3299 { .
text =
"hi", .arg_str =
"", .comment =
"higher" },
3300 { .text =
"he", .arg_str =
"", .comment =
"higher or equal" },
3301 { .text =
"lo", .arg_str =
"", .comment =
"lower" },
3302 { .text =
"loe", .arg_str =
"", .comment =
"lower or equal" },
3307 { .
text =
"gt", .arg_str =
"", .comment =
"greater" },
3308 { .text =
"ge", .arg_str =
"", .comment =
"greater or equal" },
3309 { .text =
"lt", .arg_str =
"", .comment =
"less" },
3310 { .text =
"le", .arg_str =
"", .comment =
"less or equal" },
3323 .
summary =
"Conditional flags (aliases to processor flags)",
3335 .
summary =
"List all register types",
3347 .
summary =
"List all register roles",
3353 .
summary =
"analysis/address information/imports",
3359 .
summary =
"show address information",
3364 .
summary =
"global import (like afii, but global)",
3368 .
name =
"namespace",
3377 .
summary =
"list/add global import (like afii, but global)",
3385 .
summary =
"delete all global imports",
3390 .
summary =
"C++ vtables and RTTI",
3396 .
summary =
"search for vtables in data sections and show results",
3401 .
summary =
"Global variables",
3413 .
summary =
"show global variables",
3436 .
summary =
"add global variable manually",
3450 .
summary =
"delete the global variable at the addr",
3463 .
summary =
"delete global variable with name",
3469 .
name =
"old_var_name",
3474 .name =
"new_var_name",
3482 .
summary =
"rename the global variable",
3500 .
summary =
"change the global variable type",
3508 .
summary =
"try to parse RTTI at vtable addr (see analysis.cpp.abi)",
3516 .
summary =
"search for vtables and try to parse RTTI at each of them",
3524 .
summary =
"recover class info from all findable RTTI (see ac)",
3530 .
name =
"classname",
3538 .
summary =
"demangle a class name from RTTI",
3543 .
summary =
"Cross references (xrefs)",
3555 .
summary =
"Add custom xref to addr from current seek",
3569 .
summary =
"Add generic code xref to addr from current seek",
3583 .
summary =
"Add call code xref to addr from current seek",
3597 .
summary =
"Add data xref to addr from current seek",
3611 .
summary =
"Add string xref to addr from current seek",
3627 .
summary =
"List xrefs to current seek",
3635 .
summary =
"List xrefs from current seek",
3643 .
summary =
"Display commands to generate graphs according to xrefs",
3663 .
summary =
"Delete xrefs to addr",
3671 .
summary =
"Delete all xrefs",
3685 .
summary =
"Copy xrefs pointing to addr to also point to curseek",
3693 .
summary =
"Show xrefs graph to reach function at current seek",
3704 .
summary =
"List all analysis hints",
3712 .
summary =
"List analysis hints at current seek",
3726 .
summary =
"Delete analysis hints in region starting from current seek",
3734 .
summary =
"Delete all analysis hints",
3739 { .
text =
"aha ppc @ 0x42", .arg_str =
NULL, .comment =
"Force arch ppc for all addresses >= 0x42 or until the next hint" },
3740 { .text =
"aha 0 @ 0x84", .arg_str =
NULL, .comment =
"Disable the effect of arch hints for all addresses >= 0x84 or until the next hint" },
3766 .
summary =
"Delete arch hint",
3771 { .
text =
"ahb 16 @ 0x42", .arg_str =
NULL, .comment =
"Force 16bit for all addresses >= 0x42 or until the next hint" },
3796 .
summary =
"Delete bits hint",
3801 { .
text =
"ahh @ 0x804840", .arg_str =
NULL, .comment =
"Highlight this address offset in disasm" },
3812 .
summary =
"Set highlight hint",
3821 .
summary =
"Delete highlight hint",
3826 { .
text =
"ahc ", .arg_str =
"0x804840", .comment =
"Replace call/jump address with 0x804840" },
3843 .
summary =
"Set jump/call address hint",
3852 .
summary =
"Delete jump/call address hint",
3857 { .
text =
"ahe ", .arg_str =
"\"3,eax,+=\"", .comment =
"Replace ESIL VM analysis string" },
3874 .
summary =
"Set ESIL string hint",
3883 .
summary =
"Delete ESIL string hint",
3888 { .
text =
"ahd ", .arg_str =
"\"foo a0,33\"", .comment =
"Replace opcode string" },
3914 .
summary =
"Delete opcode hint",
3919 { .
text =
"ahs ", .arg_str =
"4", .comment =
"Set opcode size=4" },
3936 .
summary =
"Set opcode size hint",
3945 .
summary =
"Delete opcode size hint",
3950 { .
text =
"ahf ", .arg_str =
"0x804840", .comment =
"Replace fallback address for call with 0x804840" },
3967 .
summary =
"Set fallback address hint",
3976 .
summary =
"Delete fallback address hint",
3981 { .
text =
"ahF ", .arg_str =
"0x10", .comment =
"Set stackframe size to 0x10" },
3997 .
summary =
"Set stackframe size hint",
4006 .
summary =
"Delete stackframe size hint",
4011 { .
text =
"ahS ", .arg_str =
"jz", .comment =
"Set asm.syntax=jz for opcode at current seek" },
4028 .
summary =
"Set asm syntax hint",
4037 .
summary =
"Delete asm syntax hint",
4051 .
summary =
"Set pointer hint",
4059 .
summary =
"Delete pointer hint",
4073 .
summary =
"Set function return value hint",
4081 .
summary =
"Delete function return value hint",
4086 { .
text =
"ahv ", .arg_str =
"val", .comment =
"Change opcode's value field (useful to set jmptbl sizes in jmp rax)" },
4103 .
summary =
"Set opcode value hint",
4112 .
summary =
"Delete opcode value hint",
4117 { .
text =
"aho ", .arg_str =
"call", .comment =
"Change opcode type to <call>" },
4134 .
summary =
"Set opcode type hint",
4143 .
summary =
"Delete opcode type hint",
4148 { .
text =
"ahi ", .arg_str =
"<base>", .comment =
"Set numeric <base> (2, 8, 10, 16)" },
4149 { .text =
"ahi 10|d", .arg_str =
NULL, .comment =
"Set base to signed decimal (10), sign bit should depend on receiver size" },
4150 { .text =
"ahi 10u|du", .arg_str =
NULL, .comment =
"Set base to unsigned decimal (11)" },
4151 { .text =
"ahi b", .arg_str =
NULL, .comment =
"Set base to binary (2)" },
4152 { .text =
"ahi o", .arg_str =
NULL, .comment =
"Set base to octal (8)" },
4153 { .text =
"ahi h", .arg_str =
NULL, .comment =
"Set base to hexadecimal (16)" },
4154 { .text =
"ahi i", .arg_str =
NULL, .comment =
"Set base to IP address (32)" },
4155 { .text =
"ahi p", .arg_str =
NULL, .comment =
"Set base to htons(port) (3)" },
4156 { .text =
"ahi S", .arg_str =
NULL, .comment =
"Set base to syscall (80)" },
4157 { .text =
"ahi s", .arg_str =
NULL, .comment =
"Set base to string (1)" },
4162 { .
text =
"ahi 16 1", .arg_str =
NULL, .comment =
"Set base of the 1-st immediate to hexadecimal" },
4170 static const char *
analysis_hint_set_immbase_type_choices[] = {
"2",
"8",
"10",
"10u",
"16",
"b",
"o",
"h",
"i",
"p",
"S",
"s",
NULL };
4187 .
summary =
"Set immediate base hint",
4196 .
summary =
"Delete immediate base hint",
4201 { .
text =
"aht ", .arg_str =
"struct.member", .comment =
"Replace immediate with <struct.member>" },
4210 .
name =
"struct.member",
4218 .
summary =
"Set structure offset hint",
4227 .
summary =
"Delete structure offset hint",
4241 .
summary =
"List all matching structure offsets",
4250 .
name =
"class_name",
4264 .
name =
"class_name",
4278 .
name =
"class_name",
4299 .
summary =
"List all classes",
4305 .
name =
"class_name",
4313 .
summary =
"Show information of class",
4319 .
name =
"class_name",
4327 .
summary =
"Print inheritance ascii graph",
4336 .
name =
"class_name",
4341 .name =
"method_name",
4351 .name =
"vtable_offset",
4365 .
name =
"class_name",
4370 .name =
"method_name",
4384 .
name =
"class_name",
4389 .name =
"method_name",
4394 .name =
"new_method_name",
4411 .
name =
"class_name",
4416 .name =
"base_class_name",
4435 .
name =
"class_name",
4440 .name =
"base_class_name",
4448 .
summary =
"Delete base class",
4454 .
name =
"class_name",
4462 .
summary =
"List base classes",
4471 .
name =
"class_name",
4496 .
summary =
"Add vtable address to class",
4502 .
name =
"class_name",
4507 .name =
"vtable_id",
4515 .
summary =
"Delete vtable by id",
4521 .
name =
"class_name",
4529 .
summary =
"List class vtables",
4540 .name =
"class_name",
4549 .
summary =
"Lookup function address on vtable offset",
4568 .
summary =
"Analyze next block as instructions",
4574 .
summary =
"Analyze next block as instructions",
4582 .
summary =
"Analyze the esil of next block",
4590 .
summary =
"Print the description of next block",
4598 .
summary =
"Print the total instruction size of next block",
4603 .
summary =
"Analyze N instructions",
4607 .
name =
"n_instructions",
4615 .
summary =
"Analyze next N instructions",
4621 .
name =
"n_instructions",
4629 .
summary =
"Print the total size of next N instructions",
4635 .
name =
"n_instructions",
4643 .
summary =
"Print the esil of next N instructions",
4658 .
summary =
"Describe opcode for asm.arch",
4666 .
summary =
"Describe all opcode for asm.arch",
4680 .
summary =
"Analyze which op could be executed in [cycles]",
4686 .
name =
"mne_or_id",
4694 .
summary =
"convert between mnemonic/id for asm.arch",
4702 .
summary =
"List mnemonics for asm.arch",
4717 .
summary =
"Show/rename/create whatever flag/function is used at addr",
4728 .
summary =
"Show basic block information in current seek",
4736 .
summary =
"List all basic blocks",
4750 .
summary =
"Find paths from current seek to the given address",
4767 .
summary =
"Show syscall and arguments",
4790 .
summary =
"Dump syscall info into .asm file",
4805 .
summary =
"Dump syscall info into .h file",
4819 .
summary =
"Returns the syscall number by the name",
4832 .
summary =
"Returns the syscall name by the number",
4840 .
summary =
"List all asm/analysis plugins (e asm.arch=?)",
4845 .
summary =
"Display or change the block size",
4858 .
summary =
"Set/Get current block size",
4872 .
summary =
"Decrease current block size",
4886 .
summary =
"Increase current block size",
4899 .
summary =
"Set block size to flag size",
4914 .
summary =
"Set/Get max block size",
4921 .
name =
"pointer_bits",
4930 .
summary =
"Computes the possibles firmware locations in memory (CPU intensive)",
4935 .
summary =
"Compare block with given data",
4947 .
summary =
"Compare an escaped <string> with data at current offset",
4961 .
summary =
"Compare 8-bit data at current offset with the data at <addr>",
4979 .
summary =
"Compare <n> bytes of data at <addr> with the data at current offset",
4997 .
summary =
"Compare <n> (up to 8) bytes at current offset with a number <num>",
5011 .
summary =
"Compare hexdump of data of block size at <addr> with the data at current offset",
5025 .
summary =
"Show different lines between hexdump of a block of data at <addr> wth the data at current offset",
5040 .
summary =
"Compare disassembly of block size at <addr> and at the current offset",
5053 .
summary =
"Compare the contents of <file> with the data at current offset",
5058 .
summary =
"Unified diff commands",
5061 { .
text =
"Apply unified hex patch", .arg_str =
NULL, .comment =
"cu <offset> > file; wu file" },
5078 .
summary =
"Compare data at <offset> with the current offset",
5093 .
summary =
"Compare bytes at <offset> with the current offset",
5107 .
summary =
"Compare words (16-bit) at <offset> with the current offset",
5121 .
summary =
"Compare dwords (32-bit) at <offset> with the current offset",
5135 .
summary =
"Compare qwords (64-bit) at <offset> with the current offset",
5149 .
summary =
"Compare disassembly at <offset> with the current offset",
5154 { .
text =
"cw 32 'pD 32' @ 0x1234", .arg_str =
NULL, .comment =
"Adds a memory region watcher of 32 bytes at 0x1234, where it executes the command 'pD 32'." },
5155 { .text =
"cwl", .arg_str =
NULL, .comment =
"Lists all the memory region watchers and notifies of any changes" },
5156 { .text =
"cwx @ 0x1234", .arg_str =
NULL, .comment =
"Removes the memory region watchers at 0x1234" },
5164 .
summary =
"Compare watcher commands",
5182 .
summary =
"Add a memory watcher of size <sz> and command <cmd> at current offset",
5190 .
summary =
"List all compare watchers",
5198 .
summary =
"Reset/revert watcher at current offset",
5206 .
summary =
"Update watcher at current offset",
5214 .
summary =
"Remove watcher at current offset",
5228 .
summary =
"Compare data at current offset with a hexpair string <hexpair> (also return in $?)",
5242 .
summary =
"Compare hexdump of data of block size at <addr> with the data at current offset using hexdiff output",
5247 .
summary =
"Code metadata (comments, format, hints, ..)",
5253 .
summary =
"List all meta information",
5261 .
summary =
"Show all meta information at current address",
5269 .
summary =
"Remove meta information at current address",
5277 .
summary =
"Remove all meta information",
5282 .
summary =
"Manipulate the comments",
5302 .
summary =
"List all comments",
5310 .
summary =
"Show comment at the current offset",
5324 .
summary =
"Append comment at current address",
5332 .
summary =
"Remove comment at current address",
5340 .
summary =
"Remove all comments",
5354 .
summary =
"Show / Set comment file",
5362 .
summary =
"Edit comment using `cfg.editor`",
5367 .
summary =
"List comments in function at current address",
5373 .
summary =
"List all comments",
5381 .
summary =
"Remove all comments from the current function",
5389 .
summary =
"Remove all comments from all functions",
5403 .
summary =
"Add unique comment",
5408 .
summary =
"Manage metainformation spaces",
5420 .
summary =
"Create new metaspace",
5428 .
summary =
"List all metaspaces",
5442 .
summary =
"Remove metaspace",
5450 .
summary =
"Remove all metaspaces",
5469 .
summary =
"Rename the metaspace",
5474 .
summary =
"Manage the format string metainformation",
5491 .
summary =
"Set the format string to the current address",
5499 .
summary =
"List all format marks",
5507 .
summary =
"Remove format string from the current address",
5515 .
summary =
"Remove all format string marks",
5520 .
summary =
"Manage the raw data metainformation",
5538 .
summary =
"Set the \"data\" mark to the current address",
5546 .
summary =
"List all \"data\" marks",
5554 .
summary =
"Show the data mark at the current offset",
5575 .
summary =
"Remove the data mark from the current address",
5583 .
summary =
"Remove all data marks",
5588 .
summary =
"Manage the \"hidden\" mark metainformation",
5600 .
summary =
"Set the \"hidden\" mark to the current address",
5601 .description =
"When \"hidden\" mark is set for some memory region, it's not shown in the disassembly output",
5609 .
summary =
"List all \"hidden\" marks",
5617 .
summary =
"Remove the \"hidden\" mark from the current address",
5625 .
summary =
"Remove all \"hidden\" marks",
5630 .
summary =
"Manage the \"magic\" mark metainformation",
5647 .
summary =
"Set the magic to the current address",
5655 .
summary =
"List all magic marks",
5663 .
summary =
"Remove the magic mark from the current address",
5671 .
summary =
"Remove all magic marks",
5676 .
summary =
"Manipulate string metainformation",
5689 .
summary =
"Add string (autodetects the encoding)",
5697 .
summary =
"List all strings",
5705 .
summary =
"Show string at the current address",
5721 .
summary =
"Remove all strings",
5729 .
summary =
"Add Pascal-style string with the size",
5744 .
summary =
"Add UTF-8 string",
5759 .
summary =
"Add ASCII/8-bit string",
5774 .
summary =
"Add wide 2-byte (UTF-16) string",
5789 .
summary =
"Add wide 4-byte (UTF-32) string",
5794 .
summary =
"Manage the type metainformation",
5807 .
summary =
"Set the type comment to the current address",
5815 .
summary =
"List all type comments",
5823 .
summary =
"Remove the type mark from the current address",
5831 .
summary =
"Remove all type marks",
5839 .
summary =
"Show the type mark at the current address",
5844 .
summary =
"Add comments to the vars or arguments",
5861 .
summary =
"Add comment for the variable",
5875 .
summary =
"Remove comment from the variable",
5889 .
summary =
"Edit comment using `cfg.editor`",
5897 .
summary =
"List all comments for all barguments and variables",
5905 .
summary =
"List all comments for all bp-based arguments and variables",
5913 .
summary =
"List all comments for all register-based arguments and variables",
5921 .
summary =
"List all comments for all stack-based arguments and variables",
5926 .
summary =
"Debugger commands",
5929 .
summary =
"Breakpoints commands",
5935 .
summary =
"Add breakpoint at current offset",
5940 { .
text =
"Disable all the breakpoints", .arg_str =
NULL, .comment =
"dbd @@c:dblq" },
5941 { .text =
"Enable all the breakpoints", .arg_str =
NULL, .comment =
"dbe @@c:dblq" },
5942 { .text =
"Toggle all the breakpoints", .arg_str =
NULL, .comment =
"dbs @@c:dblq" },
5953 .
summary =
"List all breakpoints",
5962 .
summary =
"Add hardware breakpoint at current offset",
5970 .
summary =
"Remove breakpoint at current offset",
5978 .
summary =
"Remove all breakpoints",
5986 .
summary =
"Show breakpoint info at current offset",
6000 .
summary =
"Set a command <cmd> to be run when the breakpoint at the current offset is hit",
6005 { .
text =
"Example of a condition", .arg_str =
NULL, .comment =
"?v rax-0x0" },
6022 .
summary =
"Make the breakpoint at the current offset conditional, and hit only when <cmd> evaluates to 0",
6031 .
summary =
"Disable breakpoint at current offset",
6039 .
summary =
"Enable breakpoint at current offset",
6047 .
summary =
"Toggle breakpoint at current offset",
6055 .
summary =
"Put a breakpoint into every no-return function",
6074 .
summary =
"Add a breakpoint at an offset from a module's base",
6089 .
summary =
"Show name of current breakpoint / Set name for current breakpoint",
6094 .
summary =
"Breakpoint index commands",
6100 .
summary =
"Show breakpoint index at current offset",
6108 .
summary =
"List breakpoints indexes",
6122 .
summary =
"Remove breakpoint by index",
6141 .
summary =
"Set expression for breakpoint at given index",
6160 .
summary =
"Run a command at breakpoint index",
6174 .
summary =
"Enable breakpoint by index",
6188 .
summary =
"Disable breakpoint by index",
6202 .
summary =
"Toggle breakpoint by index",
6216 .
summary =
"Enable breakpoint trace by index",
6230 .
summary =
"Disable breakpoint trace by index",
6244 .
summary =
"Toggle breakpoint trace by index",
6259 .
summary =
"List breakpoint plugin handlers / Set breakpoint plugin handler",
6273 .
summary =
"Remove breakpoint plugin handler",
6278 .
summary =
"Backtrace commands",
6284 .
summary =
"Display backtrace based on dbg.btdepth and dbg.btalgo",
6299 .
summary =
"Display backtrace in one line (see dbt= s and dbt= b for sp or bp)",
6307 .
summary =
"Display backtrace with local vars if any",
6315 .
summary =
"Display ascii-art representation of the stack backtrace",
6323 .
summary =
"Enable breakpoint trace at current offset",
6331 .
summary =
"Disable breakpoint trace at current offset",
6339 .
summary =
"Toggle breakpoint trace at current offset",
6354 .
summary =
"View expression for all the breakpoints / Set expression for breakpoint at current offset",
6359 { .
text =
"r", .arg_str =
NULL, .comment =
"read only" },
6360 { .text =
"w", .arg_str =
NULL, .comment =
"write only" },
6361 { .text =
"rw", .arg_str =
NULL, .comment =
"read-write" },
6379 .
summary =
"Add watchpoint at current offset",
6386 .
name =
"WM_DEFINE",
6391 .name =
"handle/name",
6400 .
summary =
"Set conditional breakpoint on a window message handler (only for Windows)",
6405 .
summary =
"Continue execution",
6418 .
summary =
"Continue execution of all children",
6426 .
summary =
"Continue back until breakpoint",
6434 .
summary =
"Continue until call (use step into)",
6442 .
summary =
"Continue until unknown call (call reg)",
6450 .
summary =
"Continue execution (pass exception to program) (Windows only)",
6458 .
summary =
"Continue until fork",
6478 .
summary =
"Continue sending signal to process",
6486 .
summary =
"Continue until program code (mapped io section)",
6494 .
summary =
"Continue until ret (uses step over)",
6499 .
summary =
"Continue until syscall",
6513 .
summary =
"Traptrace from curseek to len, no argument to list",
6518 .
summary =
"Debug continue until",
6522 .
summary =
"Debug (re)open commands",
6534 .
summary =
"Set rz-run profile options (e dbg.profile)",
6535 .args_str =
" [<key>=<val> [<key>=<val> ...]]",
6543 .
summary =
"Edit rz-run startup profile with $EDITOR",
6551 .
summary =
"Close debug session",
6556 .
summary =
"Debug step commands",
6563 .default_value =
"1",
6569 .
summary =
"Step <num> instruction",
6578 .default_value =
"1",
6584 .
summary =
"Step back <num> instruction",
6592 .
summary =
"Step until end of frame",
6606 .
summary =
"Continue until condition matches",
6615 .default_value =
"1",
6621 .
summary =
"Step <num> source line",
6630 .default_value =
"1",
6636 .
summary =
"Step over <num> instructions",
6644 .
summary =
"Step into program (skip libs)",
6653 .default_value =
"1",
6659 .
summary =
"Skip <num> step instructions",
6664 .
summary =
"Debug step until commands",
6676 .
summary =
"Step until <addr>",
6690 .
summary =
"Step until an instruction that matches <instr>",
6704 .
summary =
"Step until an instruction that matches <regex>",
6718 .
summary =
"Step until an instruction matches one of the <optype>s",
6732 .
summary =
"Step until <esil> expression matches",
6745 .
summary =
"Step until pc == <flag> matching name",
6756 .
summary =
"Get trace info at the current address",
6772 .
summary =
"List all traces in ascii art",
6787 .
summary =
"Add trace for address N times",
6801 .
summary =
"Add trace for some address",
6809 .
summary =
"Reset traces (instruction/calls)",
6814 .
summary =
"Only trace given addresses",
6857 .
summary =
"Esil trace log for a single instruction for that index log",
6865 .
summary =
"Esil trace log for a single instruction",
6873 .
summary =
"Delete all esil traces",
6881 .
summary =
"Esil trace log for a single instruction",
6886 .
summary =
"Graph call/ret trace",
6892 .
summary =
"Graph call/ret trace",
6900 .
summary =
"Interactive debug trace",
6905 .
summary =
"Debug trace session commands",
6911 .
summary =
"Start trace session",
6919 .
summary =
"Stop trace session",
6932 .
summary =
"Save trace sessions to disk",
6945 .
summary =
"Load trace sessions to disk",
6953 .
summary =
"List current memory map and hash",
6967 .
summary =
"Select trace tag (no arg unsets)",
6983 .
summary =
"Set debugger handler",
6991 .
summary =
"List debugger handler",
6996 .
summary =
"Memory map commands",
7002 .
summary =
"List memory maps",
7016 .
summary =
"Allocate <size> bytes at current offset",
7024 .
summary =
"List memory maps of current process with ASCII art bars",
7032 .
summary =
"Show map name of current address",
7037 .
summary =
"Module memory map commands",
7043 .
summary =
"List modules (libraries, binaries loaded in memory)",
7051 .
summary =
"List memory map of current module",
7059 .
summary =
"Deallocate memory map at current offset",
7064 .
summary =
"Dump debug map regions to a file (from-to.dmp)",
7076 .
summary =
"Dump debug maps to <filename>",
7084 .
summary =
"Dump all debug maps",
7092 .
summary =
"Dump writable debug maps",
7097 .
summary =
"Glibc heap commands",
7101 .
name =
"malloc_state",
7110 .
summary =
"List heap chunks of an arena",
7118 .
summary =
"List all the arenas",
7124 .
name =
"bin_num|bin_num:malloc_state",
7133 .
summary =
"Display double linked list for bins in an arena. Use dmhbg command for graphical representation.",
7141 .
summary =
"Get info about heap chunk at current offset",
7157 .
summary =
"Display state of bins in an arena. <bin_type> can be tcache/fast/unsorted/small/large",
7163 .
name =
"fastbin_num|fastbin_num:malloc_state",
7172 .
summary =
"Display all parsed fastbins of main_arena's or a particular arena fastbinY instance",
7178 .
name =
"malloc_state",
7187 .
summary =
"Display heap graph of a particular arena",
7193 .
name =
"malloc_state",
7202 .
summary =
"Display heap_info structure/structures for a given arena",
7208 .
name =
"malloc_state",
7217 .
summary =
"List all elements of struct malloc_state",
7225 .
summary =
"Display all parsed thread cache bins of all arena's tcache instance",
7230 .
summary =
"List/Load symbols",
7242 .
summary =
"Load contents of file into current map region",
7262 .
summary =
"Change page at current offset with <size>, protection <perms> / Change dbg.map permissions to <perms>",
7276 .
summary =
"Allocate <size> bytes at current offset and promote to huge page",
7282 .
name =
"addr|libname",
7297 .
summary =
"List sections of target lib",
7302 .
summary =
"Windows heap commands",
7308 .
summary =
"List process heaps",
7323 .
summary =
"List allocated heap blocks",
7331 .
summary =
"Create flags for each allocated heap block",
7339 .
summary =
"Jemalloc heap commands",
7344 { .
text =
"dr", .arg_str =
"", .comment =
"Show a sensible default selection of registers" },
7345 { .text =
"dr", .arg_str =
" rax", .comment =
"Show a single register" },
7346 { .text =
"dr", .arg_str =
" 16", .comment =
"Show 16 bits wide gpr registers" },
7347 { .text =
"dr", .arg_str =
" xmm", .comment =
"Show registers of type xmm (see `drT` for possible types)" },
7348 { .text =
"dr", .arg_str =
" PC", .comment =
"Show the register with the given role (see `drR` for possible roles)" },
7349 { .text =
"dr", .arg_str =
" all", .comment =
"Show all registers available" },
7371 .
summary =
"Show registers with their values, or assign one (`dr reg=value`)",
7372 .args_str =
" [<filter> [= <value>]]",
7386 .
summary =
"Show registers in columns",
7400 .
summary =
"Show register references (telescoping)",
7414 .
summary =
"Show register grouped by their values",
7425 .
summary =
"Show values of default function drgument registers (A0, A1, A2, ...) with telescoping",
7437 .
summary =
"Show calling convention defined by registers",
7449 .
summary =
"Show register differences from previous contents",
7465 .
summary =
"Show previous register contents",
7480 .
summary =
"Show fpu registers",
7481 .args_str =
" [<register> [= <value>]]",
7486 .
summary =
"Show commands for setting registers as flags",
7498 .
summary =
"Show commands for setting registers as flags",
7512 .
summary =
"Show commands for unsetting flags from `drf`",
7520 .
summary =
"Register arena commands (underlying binary data)",
7527 .
summary =
"Show all currently allocated register arenas",
7535 .
summary =
"Push a new set of arenas to the stack",
7543 .
summary =
"Pop a set of arenas from the stack",
7551 .
summary =
"Show number of stack elements",
7559 .
summary =
"Swap last two register arenas on the stack",
7573 .
summary =
"Reset the specified or all arena contents to 0",
7587 .
summary =
"Display hexdump of given arena (or gpr if none given)",
7606 .
summary =
"Write hexadecimal data <hex> into the given arena (or gpr if none given)",
7614 .
summary =
"Register profile commands (defining available registers)",
7621 .
summary =
"Show the current register profile",
7629 .
summary =
"Show register profile comments",
7642 .
summary =
"Load a new register profile from file",
7655 .
summary =
"Convert gdb profile from the given file to rizin register profile",
7660 { .
text =
"eq", .arg_str =
"", .comment =
"equal" },
7661 { .text =
"ne", .arg_str =
"", .comment =
"not equal" },
7662 { .text =
"cf", .arg_str =
"", .comment =
"carry flag set" },
7663 { .text =
"neg", .arg_str =
"", .comment =
"negative value (has sign)" },
7664 { .text =
"of", .arg_str =
"", .comment =
"overflow" },
7669 { .
text =
"hi", .arg_str =
"", .comment =
"higher" },
7670 { .text =
"he", .arg_str =
"", .comment =
"higher or equal" },
7671 { .text =
"lo", .arg_str =
"", .comment =
"lower" },
7672 { .text =
"loe", .arg_str =
"", .comment =
"lower or equal" },
7677 { .
text =
"gt", .arg_str =
"", .comment =
"greater" },
7678 { .text =
"ge", .arg_str =
"", .comment =
"greater or equal" },
7679 { .text =
"lt", .arg_str =
"", .comment =
"less" },
7680 { .text =
"le", .arg_str =
"", .comment =
"less or equal" },
7693 .
summary =
"Conditional flags (aliases to processor flags)",
7705 .
summary =
"List all register types",
7717 .
summary =
"List all register roles",
7726 .
summary =
"Show hardware breakpoint registers",
7755 .
summary =
"Show or modify hardware breakpoint registers",
7768 .
summary =
"Clear hardware breakpoint",
7773 .
summary =
"List/get/set config evaluable vars",
7776 { .
text =
"e", .arg_str =
" asm.bytes", .comment =
"Show current value of config variable `asm.bytes`" },
7777 { .text =
"e", .arg_str =
" asm.bytes=true", .comment =
"Set config variable `asm.bytes` to `true`" },
7778 { .text =
"e", .arg_str =
" search.in=?", .comment =
"Show all possible values for config variable `search.in`" },
7779 { .text =
"e", .arg_str =
" search.in=??", .comment =
"Show all possible values for config variable `search.in` together with description" },
7780 { .text =
"e", .arg_str =
" asm.bytes=true asm.offset=false", .comment =
"Set asm.bytes to true and asm.offset to false" },
7789 .
name =
"key=value",
7797 .
summary =
"Get/Set value of config variable <key>",
7798 .args_str =
" <key>[=<val|?>] [<key>[=<val|?>] ...]]",
7813 .
summary =
"List config variables with their descriptions",
7821 .
summary =
"Reset config variables",
7834 .
summary =
"Invert the boolean value of config variable <key>",
7839 .
summary =
"Set color for given key (prompt, offset, ...)",
7858 .
summary =
"List eval colors and keys",
7873 .
summary =
"Show palette in CSS",
7881 .
summary =
"Set default palette",
7886 .
summary =
"Highlight word or an instruction",
7892 .
summary =
"List all the highlight rules",
7906 .
summary =
"Highlight current instruction with the given color as background",
7926 .
summary =
"Highlight the word with the given color as background",
7934 .
summary =
"Show highlight rule in current offset",
7942 .
summary =
"Remove all highlights and hints",
7950 .
summary =
"Remove all highlights on current instruction",
7958 .
summary =
"Set random palette",
7966 .
summary =
"Set a colorful palette",
7971 .
summary =
"Load the provided theme or list the available themes",
7984 .
summary =
"List the available themes",
7992 .
summary =
"Display current theme name",
8000 .
summary =
"Reload current theme",
8008 .
summary =
"Load previuos color theme",
8016 .
summary =
"Load next color theme",
8029 .
summary =
"Open editor to change the value of config variable <key>",
8042 .
summary =
"Set config variable <key> as read-only",
8056 .
summary =
"List all config variable spaces or sub-keys/sub-spaces if a <key> is provided",
8069 .
summary =
"Show type of given config variable <key>",
8098 .
summary =
"Add the flag if there are no existing flags",
8099 .description =
"Adds the flag to the current offset only if no flag exists at this offset already.",
8126 .description =
"Add the flag like the 'f' command but in any case, even if one or multiple flags already exist.",
8131 .
summary =
"Local flags (per function)",
8143 .
summary =
"Add the local flag",
8157 .
summary =
"Remove the local flag",
8165 .
summary =
"List the local flags for the function",
8173 .
summary =
"List the local flags for all functions",
8189 .description =
"If the glob is supplied it removes just flag items matching the pattern. Otherwise, it removes all flags at the current offset.",
8197 .
summary =
"Remove all flags",
8216 .
summary =
"Alias a flag to evaluate an expression",
8236 .
summary =
"Set base address for flags",
8250 .
summary =
"Check if flag exists",
8265 .
summary =
"Distance in bytes to reach the next flag",
8279 .
summary =
"Show the flag graph",
8294 .
summary =
"Show the flags in the block or custom range",
8310 .
summary =
"List all flags at the current offset",
8324 .
summary =
"Show the flag length / Set the flag length",
8345 .
summary =
"Show the realname of the flag / Set the realname of the flag",
8360 .
summary =
"List range bars with flag offsets and sizes",
8380 .
summary =
"Set a color for the given flag / Show the color for the given flag",
8400 .
summary =
"Set a comment for the given flag / Show the comment for the given flag",
8411 .
summary =
"Describe flag + delta for the current offset",
8419 .
summary =
"Describe flags for the current offset",
8433 .
summary =
"Describe closest flag by string for the current offset",
8439 .
name =
"newaddress",
8447 .
summary =
"Move a flag to the new address",
8462 .
summary =
"Flag as ordinals (sym.* func.* method.*)",
8510 .
summary =
"Manage flagspaces",
8522 .
summary =
"Add the flagspace",
8530 .
summary =
"Display flagspaces",
8544 .
summary =
"Remove the flagspace",
8552 .
summary =
"Remove all flagspaces",
8560 .
summary =
"Move the flags at the current address to the current flagspace",
8574 .
summary =
"Rename the flag space",
8579 .
summary =
"Manage the flagspace stack",
8591 .
summary =
"Push the flagspace to the stack",
8599 .
summary =
"Pop the flagspace from the stack",
8607 .
summary =
"Display flagspace stack",
8629 .
summary =
"Set a list of words for the given tag",
8637 .
summary =
"List all flag tags",
8651 .
summary =
"Find all matching flag names for the given tag",
8668 .
summary =
"Add new flagzone with [name]",
8682 .
summary =
"Remove the flag zone with [name]",
8690 .
summary =
"Remove all flagzones",
8698 .
summary =
"Show around flag zone context",
8706 .
summary =
"List all flag zones",
8719 .
summary =
"Show hexdump of flag:flagsize",
8724 .
summary =
"FLIRT signature management",
8735 .
summary =
"Create a FLIRT file (.pat or .sig)",
8748 .
summary =
"Open a FLIRT file (.pat or .sig) and dumps its contents",
8761 .
summary =
"Open a FLIRT file (.pat or .sig) and tries to apply the signatures to the loaded binary",
8776 .
summary =
"Apply signatures from sigdb",
8784 .
summary =
"Lists all available signatures in sigdb",
8789 .
summary =
"Generate shellcodes with rz_egg",
8801 .
summary =
"Compile the shellcode",
8806 { .
text =
"gc", .arg_str =
" egg.encoder", .comment =
"Show current value of config variable `egg.encoder`" },
8807 { .text =
"gc", .arg_str =
" egg.encoder=xor", .comment =
"Set config variable `egg.encoder` to `xor`" },
8816 .
name =
"key=value",
8825 .
summary =
"Get/Set config option for shellcode / List all config options",
8826 .args_str =
" <key>[=<val>] [<key>[=<val>] ...]]",
8835 .
summary =
"List shellcode and encoder plugins",
8855 .
summary =
"Compile syscall \"name(args)\"",
8869 .
summary =
"Define the shellcode type",
8883 .
summary =
"Define padding for command",
8902 .
summary =
"Specify an encoder and a key",
8910 .
summary =
"Reset the shellcode configuration",
8918 .
summary =
"Show the current configuration",
8923 .
summary =
"Rizin history commands.",
8926 { .
text =
"H", .arg_str =
"", .comment =
"Shows the current session history" },
8927 { .text =
"H", .arg_str =
" 12", .comment =
"Executes a history command with index value of 12" },
8944 .
summary =
"Shows the history in current session or executes an history command via its index.",
8953 .
summary =
"Clears the history in current session",
8961 .
summary =
"Saves the history of the current session",
8966 .
summary =
"Get info about opened binary file",
8972 .
summary =
"Show info of current file",
8980 .
summary =
"Show a summary of all info (imports, exports, sections, etc.)",
8993 .
summary =
"List classes, fields and methods",
9005 .
name =
"class name",
9014 .
summary =
"Prints class, fields and methods as source code",
9020 .
name =
"class name",
9029 .
summary =
"List class fields",
9035 .
name =
"class name",
9044 .
summary =
"List class methods",
9052 .
summary =
"Show signature info (entitlements, ...)",
9063 .
summary =
"Show DWARF source lines information",
9080 .
summary =
"Load PDB file information",
9094 .
summary =
"Show PDB file information",
9102 .
summary =
"Download PDB file on remote server",
9113 .name =
"output_dir",
9120 .
summary =
"Extracts a compressed PDB file to a folder",
9125 .
summary =
"Demangle symbol for given language",
9143 .
summary =
"Demangle symbol for given language",
9151 .
summary =
"Lists the available demanglers",
9159 .
summary =
"List entrypoints",
9167 .
summary =
"List entries/exits functions (e.g. preinit, init, fini)",
9178 .
summary =
"List exports (global symbols)",
9186 .
summary =
"List export at current offset",
9194 .
summary =
"Show binary fields",
9202 .
summary =
"Show binary headers",
9218 .
summary =
"Show binary info",
9233 .
summary =
"Key-value database from RzBinObject",
9256 .
summary =
"List all binary plugins loaded / Show plugin details",
9264 .
summary =
"Show info about predefined memory allocation",
9272 .
summary =
"Show main address",
9280 .
summary =
"List relocations",
9342 .
summary =
"Show ascii-art color bars with the section ranges",
9373 .
summary =
"Show file hashes",
9381 .
summary =
"Display file version info",
9389 .
summary =
"Show try/catch blocks",
9397 .
summary =
"Display source file line info",
9405 .
summary =
"Display source file line info at current address",
9413 .
summary =
"Display source file info",
9429 .
summary =
"List strings in the whole binary",
9437 .
summary =
"Purge string at current address via bin.str.purge",
9445 .
summary =
"Guess size of binary program",
9454 .
summary =
"List, unload, load rizin plugins",
9458 .
name =
"plugin_file",
9465 .
summary =
"Load a plugin from file",
9471 .
name =
"plugin_name",
9479 .
summary =
"Unload core plugin by name",
9487 .
summary =
"Print the lang plugins",
9495 .
summary =
"Print the asm/analysis plugins",
9503 .
summary =
"Print the core plugins",
9518 .
summary =
"Print the debug plugins",
9526 .
summary =
"Print the hash plugins",
9534 .
summary =
"Print the bin plugins",
9548 .
summary =
"Print IO plugins / Register IO plugin from <path>",
9556 .
summary =
"Print the parser plugins",
9561 .
summary =
"Open files and handle opened files",
9611 .
summary =
"Open <file> in write mode",
9619 .
summary =
"List opened files",
9627 .
summary =
"Show currently opened file",
9640 .
summary =
"Close file descriptor",
9661 .
summary =
"Close all opened files and open <file>, like relaunching rizin",
9675 .
summary =
"Open a 'malloc://<len>' file, copying the bytes from current offset",
9680 .
summary =
"Open files without parsing binary info",
9704 .
summary =
"Open <file> without parsing binary info",
9730 .
summary =
"Open <file> in write mode, without parsing binary info",
9735 .
summary =
"Reopen current file",
9747 .
summary =
"Reopen current file or file <fd>",
9761 .
summary =
"Reopen current file or file <fd> in write mode",
9776 .
summary =
"Reopen current file and reload binary information",
9784 .
summary =
"Reopen current file as if restarting rizin",
9789 .
summary =
"Reopen current file in debug mode",
9802 .
summary =
"Reopen current file in debug mode",
9822 .
summary =
"Open <uri> in debug mode",
9828 .
name =
"rz-run-directives",
9836 .
summary =
"Reopen current file in debug mode with given rz-run directives",
9844 .
summary =
"Reopen curent file in malloc://",
9852 .
summary =
"Reopen curent file without loading binary information",
9860 .
summary =
"Reopen curent file in write-mode without loading binary information",
9868 .
summary =
"Reopen curent file without loading binary information but with header flags",
9876 .
summary =
"Reopen curent file in write-mode without loading binary information but with header flags",
9890 .
summary =
"List all IO plugins / Register IO plugin from <path>",
9898 .
summary =
"List opened files in ASCII-art bars",
9922 .
summary =
"Specify <arch> and <bits> for the file <filename> or the current one if none is specified",
9927 .
summary =
"Handle binary files",
9938 .
summary =
"Switch to binary file with the given <id>",
9951 .
summary =
"Switch to binary file with the given <fd>",
9964 .
summary =
"Delete binary file with the given <id>",
9972 .
summary =
"Delete all binary files",
9980 .
summary =
"List opened binary files",
9988 .
summary =
"List opened binary files in ASCII art",
9996 .
summary =
"Show id of binary file current address",
10002 .
name =
"loadaddr",
10005 .default_value =
"0",
10011 .
summary =
"Open binary file for current file and load binary info with baseaddr at current offset",
10025 .
summary =
"Load binary info for the given file or current one with baseaddr at current offset",
10039 .
summary =
"Rebase current bin object",
10048 .default_value =
"0",
10054 .
summary =
"Reload the current buffer for setting of the bin (use once only)",
10067 .
summary =
"Use specified <fd>",
10072 .
summary =
"Select prioritized file",
10083 .
summary =
"Prioritize file with file descriptor <fd>",
10091 .
summary =
"Prioritize next file in the list",
10099 .
summary =
"Prioritize previous file in the list",
10107 .
summary =
"Prioritize next file in the list (go back to first if on the last)",
10153 .
summary =
"Create a new map",
10167 .
summary =
"List maps of all file descriptor or only the specified <fd>",
10175 .
summary =
"Show map at the current offset",
10183 .
summary =
"List IO maps in ASCII art",
10196 .
summary =
"Remove the IO map with corresponding <id>",
10204 .
summary =
"Remove all IO maps",
10218 .
summary =
"Create a IO map covering all VA for given <fd> or current one if not provided",
10237 .
summary =
"Relocate map with corresponding <id> to <addr>",
10251 .
summary =
"Relocate map at current offset to <addr>",
10270 .
summary =
"Change flags/perms for map with given <id> or current one",
10284 .
summary =
"Change flags/perms for all maps",
10285 .description =
"Update flags of all maps. If <flags> starts with a +, the specified flags are added to the maps. If <flags> starts with a -, the specified flags are removed from the maps. Otherwise, the exact <flags> are set for each map.",
10299 .
summary =
"Create default map for given <fd> or current one",
10304 .
summary =
"Handle maps names",
10316 .
summary =
"Set name of map which spans current seek",
10324 .
summary =
"Delete name of map which spans current seek",
10343 .
summary =
"Set name of map with map <id>",
10356 .
summary =
"Delete name of map with map <id>",
10375 .
summary =
"Resize map with corresponding <id>",
10380 .
summary =
"Prioritize maps",
10391 .
summary =
"Prioritize map with the corresponding id",
10404 .
summary =
"Prioritize maps of the bin associated with the binid",
10417 .
summary =
"Deprioritize map with the corresponding id",
10430 .
summary =
"Prioritize map by fd",
10448 .
summary =
"Exchange the descs of <fd> and <fdx> and keep the mapping",
10465 .default_value =
"0",
10471 .
summary =
"Print bitstream of <n> bits, skipping the first <skip> bits.",
10485 .
summary =
"Print bitstream of <n> bytes",
10490 .
summary =
"Print (dis)assembly of given hexpairs/assembly",
10494 .
name =
"assembly",
10503 .
summary =
"Print hexpairs of the given assembly expression",
10509 .
name =
"assembly",
10518 .
summary =
"Print ESIL expression of the given assembly expression",
10533 .
summary =
"Print assembly expression from hexpairs (alias for pix)",
10548 .
summary =
"Print ESIL expression from hexpairs",
10553 { .
text =
"pch @e:cfg.bigendian=<true|false>", .arg_str =
NULL, .comment =
"Change endianness for pch, pcw and pcd commands" },
10554 { .text =
"pc @! <n>", .arg_str =
NULL, .comment =
"Change the N of bytes (i.e. block size)." },
10559 { .
text =
"pch @! 64 @e:cfg.bigendian=true", .arg_str =
NULL, .comment =
"Generate a C 32 bits array in big endian format, using 64 bytes" },
10560 { .text =
"pcp @! 1024", .arg_str =
NULL, .comment =
"Generate a Python byte array of size 1024" },
10561 { .text =
"pcj @! 10", .arg_str =
NULL, .comment =
"Generate a JSON bytes array of size 10" },
10570 .
summary =
"Print bytes as code byte arrays.",
10577 .
summary =
"Generate a C/C++ byte array.",
10585 .
summary =
"Generate a C/C++ 16 bits array.",
10593 .
summary =
"Generate a C/C++ 32 bits array.",
10601 .
summary =
"Generate a C/C++ 64 bits array.",
10609 .
summary =
"Generate a byte array in GAS assembly.",
10617 .
summary =
"Generate a bash script with the byte array.",
10625 .
summary =
"Generate a Golang byte array.",
10633 .
summary =
"Generate a Java byte array.",
10641 .
summary =
"Generate a JSON byte array.",
10649 .
summary =
"Generate a Kotlin byte array.",
10657 .
summary =
"Generate a NodeJS buffer.",
10665 .
summary =
"Generate a Objective-C/C++ byte array.",
10673 .
summary =
"Generate a Python byte array.",
10681 .
summary =
"Generate a Rust byte array.",
10689 .
summary =
"Generate a Swift byte array.",
10697 .
summary =
"Generate a Yara match pattern.",
10705 .
summary =
"Generate a rizin commands for writing the byte array.",
10720 .
summary =
"Disassemble N bytes (can be negative)",
10725 .
summary =
"Print Disassembly",
10729 .
name =
"n_instrs",
10738 .
summary =
"Disassemble N instructions (can be negative)",
10743 .
summary =
"Disassemble all possible opcodes (byte per byte)",
10756 .
summary =
"Disassemble all possible opcodes (byte per byte)",
10771 .
summary =
"Disassemble all possible opcodes (treeview)",
10776 .
summary =
"Disassemble basic block",
10782 .
summary =
"Disassemble basic block",
10790 .
summary =
"Disassemble basic block as json containing the printed text",
10796 .
name =
"n_instrs",
10805 .
summary =
"Prints the comments found in N instructions",
10811 .
name =
"n_instrs",
10820 .
summary =
"Disassemble N instructions following execution flow from current PC",
10825 .
summary =
"Disassemble a function",
10831 .
summary =
"Disassemble a function",
10839 .
summary =
"Disassemble a function and outputs the summary of it.",
10845 .
name =
"n_instrs",
10854 .
summary =
"Disassemble N instructions as json containing the printed text",
10862 .
summary =
"Disassemble all methods of a class",
10868 .
name =
"n_instrs",
10877 .
summary =
"Disassemble N instructions and prints its sizes",
10891 .
summary =
"Disassemble instructions and follows pointers to read ropchains",
10896 .
summary =
"Disassemble recursively across the function graph",
10902 .
summary =
"Disassemble recursively across the function graph",
10910 .
summary =
"Disassemble recursively across the function graph (from current basic block)",
10918 .
summary =
"Disassemble recursively the block size bytes without analyzing functions",
10923 .
summary =
"Summarize N bytes or current block or a function (strings, calls, jumps, refs)",
10936 .
summary =
"Summarize N bytes",
10944 .
summary =
"Summarize the current function",
10958 .
summary =
"Summarize current block",
11000 .
summary =
"Add a new gadget / Print all existing gadgets",
11008 .
summary =
"Print all gadgets as Rizin commands",
11016 .
summary =
"Remove all gadgets",
11049 .
summary =
"Move the position of the n-th gadget",
11054 .
summary =
"Print hash/message digest or entropy",
11066 .
summary =
"Prints a hash/message digest or entropy (use @! to change the block size)",
11074 .
summary =
"Lists all the supported algorithms",
11089 .
summary =
"Print assembly expression from hexpairs (alias for pad)",
11094 .
summary =
"Print timestamps",
11100 .
summary =
"Print UNIX epoch time (32 bit `cfg.bigendian`, since January 1, 1970)",
11108 .
summary =
"Print the current time",
11116 .
summary =
"Print MS-DOS time (32 bit `cfg.bigendian`, since January 1, 1980)",
11124 .
summary =
"Print Mac HFS time (32 bit `cfg.bigendian`, since January 1, 1904)",
11132 .
summary =
"Print NTFS time (64 bit `cfg.bigendian`, since January 1, 1601)",
11138 .
name =
"file/directory",
11147 .
summary =
"Print libmagic data",
11155 .
summary =
"Generate a C/C++ string",
11169 .
summary =
"Print buffer as a utf16le string",
11183 .
summary =
"Print buffer as a utf32le string",
11197 .
summary =
"Print buffer as a utf16be string",
11211 .
summary =
"Print buffer as a utf32be string",
11244 .
summary =
"show annotated hexdump",
11259 .
summary =
"show op analysis color map",
11274 .
summary =
"dump bits in hexdump form",
11289 .
summary =
"show hexdump with comments",
11294 .
summary =
"show signed integer dump",
11307 .
summary =
"show 1-byte integer dump",
11322 .
summary =
"show 2-bytes integer dump",
11337 .
summary =
"show 4-bytes integer dump",
11352 .
summary =
"show 8-bytes integer dump",
11367 .
summary =
"emoji hexdump! :)",
11382 .
summary =
"show hexdump of current function",
11397 .
summary =
"HexII compact binary representation",
11402 .
summary =
"show hexword references",
11415 .
summary =
"show hexword references",
11430 .
summary =
"show hexword references",
11445 .
summary =
"show hexword references with hexdump",
11460 .
summary =
"show hexword references with hexdump",
11475 .
summary =
"show hexword references with hexdump",
11490 .
summary =
"show hexadecimal in sparse mode",
11498 .
summary =
"show delta pointer table in rizin commands",
11506 .
summary =
"show <N> bytes of hex-less hexdump",
11521 .
summary =
"show <N> words of hex-less hexdump",
11536 .
summary =
"8bit hexpair list of bytes until zero byte",
11551 .
summary =
"show 2-bytes hexadecimal integers dump",
11566 .
summary =
"show 2-bytes hexadecimal integers dump, one per line",
11581 .
summary =
"show 4-bytes hexadecimal integers dump",
11596 .
summary =
"show 4-bytes hexadecimal integers dump, one per line",
11611 .
summary =
"show 8-bytes hexadecimal integers dump",
11626 .
summary =
"show 8-bytes hexadecimal integers dump, one per line",
11641 .
summary =
"show 1-byte octal integers dump",
11656 .
summary =
"display <N> lines of hexdump",
11661 .
summary =
"Base64 decoding/encoding",
11667 .
summary =
"Base64 encoding",
11675 .
summary =
"Base64 decoding",
11680 .
summary =
"Project management",
11684 .
name =
"project.rzdb",
11698 .
name =
"project.rzdb",
11711 .
name =
"project.rzdb",
11718 .
summary =
"Open a project on top of currently loaded binaries",
11737 .
summary =
"Force quit rizin",
11745 .
summary =
"Force quit rizin without saving history",
11750 .
summary =
"Quit rizin and choose to kill the process and save projects",
11751 .options =
"<yn><yn>",
11754 .
summary =
"Quit rizin by killing the process and and choose to save the projects or not",
11760 .
summary =
"Quit rizin by killing the process and saving the project",
11768 .
summary =
"Quit rizin by killing the process and not saving the project",
11773 .
summary =
"Quit rizin by not killing the process and choose to save the projects or not",
11779 .
summary =
"Quit rizin by not killing the process and not saving the project",
11787 .
summary =
"Quit rizin by not killing the process and saving the project",
11805 .
summary =
"Resize file / Display file size",
11819 .
summary =
"Remove num bytes, move following data down",
11833 .
summary =
"Insert num bytes, move following data up",
11847 .
summary =
"Rebase all flags, binary information, breakpoints, and analysis",
11855 .
summary =
"Display size in human-friendly format",
11873 .
summary =
"Print current address / Seek to address",
11887 .
summary =
"Print current address with <n> padded zeros (defaults to 8)",
11893 .
name =
"hex_offset",
11900 .
summary =
"Seek honoring a base from core->offset",
11913 .
summary =
"Seek to a delta relative to current offset",
11927 .
summary =
"Seek blocksize bytes backward (/=n)",
11941 .
summary =
"Seek blocksize bytes forward (/=n)",
11946 .
summary =
"Seek history commands",
11952 .
summary =
"List undo seek history",
11960 .
summary =
"Go to position before the last undo (forward in history)",
11968 .
summary =
"Go to last seek in seek history (back in history)",
11976 .
summary =
"Clear seek history",
11981 .
summary =
"Seek to the first hit of a search",
12000 .
summary =
"Seek to current offset (or <addr>) aligned to <align>",
12008 .
summary =
"Seek aligned to bb start",
12022 .
summary =
"Seek to next function / Seek to specific function",
12030 .
summary =
"Seek to the beginning of current function",
12038 .
summary =
"Seek to begin of section/file",
12046 .
summary =
"Seek to end of section/file",
12062 .
summary =
"Seek to next location of the given <type> or scr.nkey otherwise",
12063 .description =
"<type> and scr.nkey can be one of \"opcodes\", \"function\", \"hit\", \"flags\".",
12079 .
summary =
"Seek to prev location",
12080 .description =
"<type> and scr.nkey can be one of \"opcodes\", \"function\", \"hit\", \"flags\".",
12094 .
summary =
"Seek to <n> next opcodes",
12108 .
summary =
"Seek to register",
12113 .
summary =
"Types, noreturn, signatures, C parser and more",
12125 .
summary =
"List all types / Show type information",
12126 .description =
"When <type> is provided, the pf-format for the given type is provided, otherwise all types are listed.",
12139 .
summary =
"Remove the type",
12147 .
summary =
"Remove all types",
12152 .
summary =
"List loaded types in C format",
12164 .
summary =
"List loaded types in C format with newlines",
12178 .
summary =
"List loaded types in C format without newlines",
12183 .
summary =
"Manage calling convention types",
12196 .
summary =
"List all calling conventions",
12210 .
summary =
"Remove the calling convention",
12218 .
summary =
"Remove all calling conventions",
12232 .
summary =
"Define type from C definition",
12237 .
summary =
"List loaded enums",
12256 .
summary =
"List loaded enums / Show enum member",
12275 .
summary =
"Show enum bitfield",
12289 .
summary =
"Show enum in the C output format",
12303 .
summary =
"Show enum in the C output format without newlines",
12317 .
summary =
"Find enum and member by the member value",
12322 .
summary =
"List loaded functions definitions",
12335 .
summary =
"List loaded function definitions / Show function signature",
12349 .
summary =
"Remove the function type by name",
12357 .
summary =
"Remove all function types",
12377 .
summary =
"Show or set function calling convention",
12382 .
summary =
"Manage type links to the address",
12386 .
name =
"typename",
12401 .
summary =
"List all type links / Add a type link",
12415 .
summary =
"Show the type link",
12429 .
summary =
"Remove the type link",
12437 .
summary =
"Remove all type links",
12442 .
summary =
"Manage noreturn function attributes and marks",
12455 .
summary =
"List all noreturn references / Add a noreturn function",
12469 .
summary =
"Remove the noreturn reference",
12477 .
summary =
"Remove all noreturn references",
12482 .
summary =
"Open C header file and load types from it",
12493 .
summary =
"Open C header file and load types from it",
12506 .
summary =
"Open cfg.editor to edit type",
12519 .
summary =
"Open SDB file and load types from it",
12524 .
summary =
"Print formatted type casted to the address",
12542 .
summary =
"Print formatted type casted to the address or variable",
12562 .
summary =
"Print formatted type casted to the value",
12573 .name =
"hexpairs",
12581 .
summary =
"Print formatted type casted to the hexadecimal sequence",
12586 .
summary =
"List loaded structures",
12598 .
summary =
"List loaded structures / Show pf format string for given structure",
12612 .
summary =
"Show structure in the C output format with newlines",
12626 .
summary =
"Show structure in the C output format without newlines",
12631 .
summary =
"List loaded typedefs",
12643 .
summary =
"List loaded typedefs / Show name for given type alias",
12657 .
summary =
"Show typedef in the C output format",
12662 .
summary =
"List loaded unions",
12674 .
summary =
"List loaded unions / Show pf format string for given union",
12688 .
summary =
"Show union in the C output format with newlines",
12702 .
summary =
"Show union in the C output format without newlines",
12719 .
summary =
"List functions using the type",
12734 .
summary =
"List all types used in the function",
12742 .
summary =
"Render the type xrefs graph",
12750 .
summary =
"List all types used by any function",
12755 .
summary =
"Enter visual mode",
12759 .
summary =
"Enter visual panel mode",
12780 .
summary =
"Set or unset bits with given value",
12783 { .
text =
"wB", .arg_str =
" 0x20", .comment =
"Sets the 5th bit at current offset, leaving all other bits intact." },
12799 .
summary =
"Set bits with given value",
12800 .description =
"Set the bits that are set in the value passed as arguments. 0 bits in the value argument are ignored, while the others are set at the current offset.",
12814 .
summary =
"Unset bits with given value",
12815 .description =
"Unset the bits that are set in the value passed as arguments. 0 bits in the value argument are ignored, while the others are unset at the current offset",
12820 { .
text =
"wv", .arg_str =
" 0xdeadbeef", .comment =
"Write the value 0xdeadbeef at current offset" },
12821 { .text =
"wv2", .arg_str =
" 0xdead", .comment =
"Write the word 0xdead at current offset" },
12822 { .text =
"wv1", .arg_str =
" 0xde", .comment =
"Write the byte 0xde at current offset" },
12830 .
summary =
"Write value of given size",
12842 .
summary =
"Write value as 4-bytes/8-bytes based on value",
12843 .description =
"Write the number passed as argument at the current offset as a 4 - bytes value or 8 - bytes value if the input is bigger than UT32_MAX, respecting the cfg.bigendian variable",
12856 .
summary =
"Write value of 1 byte",
12857 .description =
"Write the number passed as argument at the current offset as 1 - byte, respecting the cfg.bigendian variable",
12870 .
summary =
"Write value of 2 byte",
12871 .description =
"Write the number passed as argument at the current offset as 2 - bytes, respecting the cfg.bigendian variable",
12884 .
summary =
"Write value of 4 byte",
12885 .description =
"Write the number passed as argument at the current offset as 4 - bytes, respecting the cfg.bigendian variable",
12898 .
summary =
"Write value of 8 byte",
12899 .description =
"Write the number passed as argument at the current offset as 8 - bytes, respecting the cfg.bigendian variable",
12912 .
summary =
"Write <len> bytes with value 0x00",
12913 .description =
"Fill <len> bytes starting from the current offset with the value 0.",
12918 .
summary =
"increment/decrement byte, word, ..",
12919 .args_str =
" [<n>]",
12920 .options =
"<1248><+->",
12923 { .
text =
"w1+", .arg_str =
NULL, .comment =
"Add 1 to the byte at the current offset." },
12924 { .text =
"w1-", .arg_str =
NULL, .comment =
"Subtract 1 to the byte at the current offset." },
12925 { .text =
"w1-", .arg_str =
" 9", .comment =
"Subtract 9 to the byte at the current offset." },
12933 .
summary =
"Increment/decrement a byte",
12946 .
summary =
"Increment a byte",
12947 .description =
"Increment a byte at the current offset by 1 or <n>, if specified",
12961 .
summary =
"Decrement a byte",
12962 .description =
"Decrement a byte at the current offset by 1 or <n>, if specified",
12967 { .
text =
"w2+", .arg_str =
NULL, .comment =
"Add 1 to the word at the current offset." },
12968 { .text =
"w2-", .arg_str =
NULL, .comment =
"Subtract 1 to the word at the current offset." },
12969 { .text =
"w2-", .arg_str =
" 9", .comment =
"Subtract 9 to the word at the current offset." },
12977 .
summary =
"Increment/decrement a word",
12990 .
summary =
"Increment a word",
12991 .description =
"Increment a word at the current offset by 1 or <n>, if specified",
13005 .
summary =
"Decrement a word",
13006 .description =
"Decrement a word at the current offset by 1 or <n>, if specified",
13011 { .
text =
"w4+", .arg_str =
NULL, .comment =
"Add 1 to the dword at the current offset." },
13012 { .text =
"w4-", .arg_str =
NULL, .comment =
"Subtract 1 to the dword at the current offset." },
13013 { .text =
"w4-", .arg_str =
" 9", .comment =
"Subtract 9 to the dword at the current offset." },
13021 .
summary =
"Increment/decrement a dword",
13034 .
summary =
"Increment a dword",
13035 .description =
"Increment a dword at the current offset by 1 or <n>, if specified",
13049 .
summary =
"Decrement a dword",
13050 .description =
"Decrement a dword at the current offset by 1 or <n>, if specified",
13055 { .
text =
"w8+", .arg_str =
NULL, .comment =
"Add 1 to the qword at the current offset." },
13056 { .text =
"w8-", .arg_str =
NULL, .comment =
"Subtract 1 to the qword at the current offset." },
13057 { .text =
"w8-", .arg_str =
" 9", .comment =
"Subtract 9 to the qword at the current offset." },
13065 .
summary =
"Increment/decrement a qword",
13078 .
summary =
"Increment a qword",
13079 .description =
"Increment a qword at the current offset by 1 or <n>, if specified",
13093 .
summary =
"Decrement a qword",
13094 .description =
"Decrement a qword at the current offset by 1 or <n>, if specified",
13099 { .
text =
"w6d", .arg_str =
" SGVsbG9Xb3JsZAo=", .comment =
"Write the string \"HelloWorld\" (without quotes) at current offset." },
13100 { .text =
"w6e", .arg_str =
" 48656c6c6f576f726c64", .comment =
"Write the string \"SGVsbG9Xb3JsZAo=\" (without quotes) at current offset." },
13108 .
summary =
"Write base64 [d]ecoded or [e]ncoded string",
13121 .
summary =
"Write the base64-decoded bytes",
13122 .description =
"Base64-Decode the string passed as argument and write it at the current offset.",
13128 .
name =
"hexstring",
13136 .
summary =
"Write the base64-encoded bytes",
13137 .description =
"Base64-Encode the hex string passed as argument and write it at the current offset",
13142 .
summary =
"Extend write operations (insert bytes instead of replacing)",
13160 .
summary =
"Insert <len> null bytes at <addr> or current offset and extend the file at current offset",
13180 .
summary =
"Shift <len> bytes at current offset left or right based on <dist>",
13181 .description =
"Shift the bytes at current offset left or right, based on the value of <dist>. Positive <dist> shifts the data right, negative <dist> shifts the data left. The amount of data to be shifted is either <len>, if specified, or the whole remaining file otherwise.",
13186 { .
text =
"wex", .arg_str =
" 414243", .comment =
"Insert the characters \"ABC\" at the current offset and extend the file" },
13209 .
summary =
"Insert <hex_bytes> at <addr> or current offset and extend the file at current offset",
13223 .
summary =
"Apply unified hex patch (see output of cu)",
13237 .
summary =
"Write <len> random bytes",
13242 .
summary =
"Write cache commands",
13248 .
summary =
"List all write changes in the cache",
13269 .
summary =
"Remove write operation at current offset or in the given range",
13277 .
summary =
"Reset the cache",
13297 .
summary =
"Commit cache from address <from> up to <to> or one blocksize",
13305 .
summary =
"Commit the cache",
13319 .
summary =
"List all write changes in the p-cache",
13333 .
summary =
"Commit p-cache for specified <fd> or current file",
13347 .
summary =
"Write zero-terminated string",
13352 .
summary =
"Write data from file, socket, offset",
13369 .
summary =
"Write <size> bytes from <addr> into current offset",
13388 .
summary =
"Exchange <size> bytes between <addr> and current offset",
13414 .
summary =
"Write data from <file> into current offset",
13420 .
name =
"host:port",
13434 .
summary =
"Write data from socket into current offset",
13448 .
summary =
"Write wide 16 little endian string",
13453 .
summary =
"Write hexadecimal data",
13465 .
summary =
"Write hexadecimal data <hex> into current offset",
13478 .
summary =
"Write hexadecimal data from file <file> into current offset",
13487 .
name =
"instructions",
13495 .
summary =
"Assemble instruction(s) and write bytes at current offset",
13496 .description =
"Assemble the <instructions> provided as argument considering the current architecture and bits in asm.arch/asm.bits and write the resulting bytes at the current offset.",
13502 .
name =
"instructions",
13510 .
summary =
"Assemble instruction(s) and write bytes inside the current instruction",
13511 .description =
"Assemble the <instructions> provided as argument considering the current architecture and bits in asm.arch/asm.bits and write the resulting bytes \"inside\" the current instruction, by filling the remaining bytes of the old instruction with nop bytes.",
13524 .
summary =
"Assemble file and write bytes at current offset",
13525 .description =
"Assemble the assembly file <file> provided as argument considering the current architecture and bits in asm.arch/asm.bits and write the resulting bytes at the current offset.",
13530 { .
text =
"wao", .arg_str =
" nop", .comment =
"Make the current instruction a no operation" },
13531 { .text =
"wao", .arg_str =
" jinf", .comment =
"Assemble an infinite loop" },
13532 { .text =
"wao", .arg_str =
" jz", .comment =
"Make the current conditional instruction a jump-if-zero" },
13533 { .text =
"wao", .arg_str =
" jnz", .comment =
"Make the current conditional instruction a jump-if-not-zero" },
13534 { .text =
"wao", .arg_str =
" ret1", .comment =
"Make the current instruction return 1" },
13535 { .text =
"wao", .arg_str =
" ret0", .comment =
"Make the current instruction return 0" },
13536 { .text =
"wao", .arg_str =
" retn", .comment =
"Make the current instruction return -1" },
13537 { .text =
"wao", .arg_str =
" nocj", .comment =
"Make the current conditional instruction unconditional" },
13538 { .text =
"wao", .arg_str =
" trap", .comment =
"Make the current instruction a trap (e.g. int3 in x86)" },
13539 { .text =
"wao", .arg_str =
" recj", .comment =
"Swap the condition of the current conditional instruction" },
13556 .
summary =
"Write on the current opcode",
13571 .
summary =
"Write in current block an hexstring cyclically",
13576 .
summary =
"Set binary mask hexpair to be used as cyclic write mask",
13580 .
name =
"hex_mask",
13588 .
summary =
"Set a write mask",
13589 .description =
"Set a write mask that is applied whenever a following write operation is performed. Data will be masked as if the first byte of data is in arithmetic AND (&) with the first byte of the mask, the second byte of data with the second byte of the mask, and so on.",
13597 .
summary =
"Remove the write mask",
13602 { .
text =
"woa", .arg_str =
" 20", .comment =
"Content before: 1122334455 ; Content after: 3142536475" },
13603 { .text =
"wos", .arg_str =
" 2021", .comment =
"Content before: 1122334455 ; Content after: f101132335" },
13604 { .text =
"wo4", .arg_str =
"", .comment =
"Content before: 1122334455667788; Content after: 4433221188776655" },
13612 .
summary =
"Write a block with a special operation",
13619 .
summary =
"Swap the endianess of 2-bytes values in the current block",
13627 .
summary =
"Swap the endianess of 4-bytes values in the current block",
13635 .
summary =
"Swap the endianess of 8-bytes values in the current block",
13649 .
summary =
"Add each existing byte in the block with the given <value>",
13663 .
summary =
"Bitwise-and each existing byte in the block with the given <value>",
13677 .
summary =
"Divide each existing byte in the block with the given <value>",
13691 .
summary =
"Bitwise-shift-left each existing byte in the block with the given <value>",
13705 .
summary =
"Multiply each existing byte in the block with the given <value>",
13719 .
summary =
"Bitwise-or each existing byte in the block with the given <value>",
13733 .
summary =
"Bitwise-shift-right each existing byte in the block with the given <value>",
13747 .
summary =
"Subtract each existing byte in the block with the given <value>",
13761 .
summary =
"Bitwise-xor each existing byte in the block with the given <value>",
13766 { .
text =
"woe", .arg_str =
" 1 3 1", .comment =
"Write 010203010203010203" },
13767 { .text =
"woe", .arg_str =
" 1 4 2", .comment =
"Write 010301030103010301" },
13768 { .text =
"woe", .arg_str =
" 1 5 2", .comment =
"Write 010305020401030502" },
13769 { .text =
"woe", .arg_str =
" 1 3 1 2", .comment =
"Write 01000200030001000200" },
13790 .default_value =
"1",
13794 .name =
"value_size",
13796 .default_value =
"1",
13802 .
summary =
"Write a sequence repeatedly with values from <from> up to <to> in the block",
13803 .description =
"Write a sequence of data to fill the whole block at the current offset. The sequence is formed starting from <from> up to <to>, with an increment specified in <step>. Each value is written as a <value_size>-bytes value, according to the endianess specified in cfg.bigendian.",
13829 .
summary =
"Decrypt current block with given <algo>, <key> and optional <IV>",
13854 .
summary =
"Encrypt current block with given <algo>, <key> and optional <IV>",
13859 .
summary =
"Write De Bruijn Pattern",
13871 .
summary =
"Write a De Bruijn Pattern of length <len> at the current offset",
13885 .
summary =
"Returns the offset where <value> can be found in a De Bruijn Pattern",
13886 .description =
"It search for a particular value in the pattern as returned by the `wD` command. <value> is assumed to be a number of as few bytes as necessary, in the endian specified by cfg.bigendian.",
13905 .
summary =
"Duplicate <len> bytes from <src> offset to current seek",
13919 .
summary =
"Write 1 byte for length and then the string",
13924 .
summary =
"Alias for 'px' (print hexadecimal)",
13928 .
summary =
"Yank/paste bytes from/to memory",
13941 .
summary =
"Yank bytes / Show yank contents",
13949 .
summary =
"Open cfg.editor to edit the clipboard",
13967 .
summary =
"Yank <len> bytes from file",
13980 .
summary =
"Yank whole file into clipboard",
13995 .
summary =
"Print contents of clipboards as raw data",
14010 .
summary =
"Print contents of clipboards as string",
14029 .
summary =
"Copy <len> bytes from current seek to <offset>",
14043 .
summary =
"Yank from hexpairs string",
14058 .
summary =
"Print contents of clipboard in hexadecimal",
14073 .
summary =
"Paste <len> bytes from yank clipboard",
14088 .
summary =
"Copy NULL-terminated string into clipboard",
14093 { .
text =
"<cmd> @ ", .arg_str =
"<addr>", .comment =
"Temporary seek to <addr>" },
14094 { .text =
"<cmd> @ ", .arg_str =
"..<addr>", .comment =
"Temporary partial address seek (see s..)" },
14095 { .text =
"<cmd> @!", .arg_str =
"<blocksize>", .comment =
"Temporary change the block size" },
14096 { .text =
"<cmd> @(", .arg_str =
"<from> <to>)", .comment =
"Temporary set from and to for commands supporting ranges" },
14097 { .text =
"<cmd> @a:", .arg_str =
"<arch>[:<bits>]", .comment =
"Temporary set arch and bits, if specified" },
14098 { .text =
"<cmd> @b:", .arg_str =
"<bits>", .comment =
"Temporary set asm.bits" },
14099 { .text =
"<cmd> @B:", .arg_str =
"<nth>", .comment =
"Temporary seek to nth instruction in current basic block (negative numbers too)" },
14100 { .text =
"<cmd> @e:", .arg_str =
"<k>=<v>[,<k>=<v>]", .comment =
"Temporary change eval vars (multiple vars separated by comma)" },
14101 { .text =
"<cmd> @f:", .arg_str =
"<file>", .comment =
"Temporary replace block with file contents" },
14102 { .text =
"<cmd> @F:", .arg_str =
"<flagspace>", .comment =
"Temporary change flag space" },
14103 { .text =
"<cmd> @i:", .arg_str =
"<nth.op>", .comment =
"Temporary seek to the Nth relative instruction" },
14104 { .text =
"<cmd> @k:", .arg_str =
"<key>", .comment =
"Temporary seek at value of sdb key `key`" },
14105 { .text =
"<cmd> @o:", .arg_str =
"<fd>", .comment =
"Temporary switch to another fd" },
14106 { .text =
"<cmd> @r:", .arg_str =
"<reg>", .comment =
"Temporary seek to register value" },
14107 { .text =
"<cmd> @s:", .arg_str =
"<string>", .comment =
"Temporary replace block with string" },
14108 { .text =
"<cmd> @v:", .arg_str =
"<value>", .comment =
"Temporary replace block with value, written according to asm.bits and cfg.bigendian" },
14109 { .text =
"<cmd> @x:", .arg_str =
"<hexstring>", .comment =
"Temporary replace block with hexstring" },
14117 .
summary =
"'@' help, temporary modifiers",
14118 .usage =
"<cmd> <@> <args>",
14124 { .
text =
"<cmd> @@.", .arg_str =
" <file>", .comment =
"Run <cmd> over the offsets specified in <file>, one per line" },
14125 { .text =
"<cmd> @@=", .arg_str =
"<addr1> [<addr2> ...]", .comment =
"Run <cmd> over the listed addresses" },
14126 { .text =
"<cmd> @@@=", .arg_str =
"<addr1> <blksz1> [<addr2> <blksz2> ...]", .comment =
"Run <cmd> over the listed addresses and set the proper block size" },
14127 { .text =
"<cmd> @@/", .arg_str =
"<search-cmd>", .comment =
"Run <cmd> over the search results of /<search-cmd>" },
14128 { .text =
"<cmd> @@c:", .arg_str =
"<cmd2>", .comment =
"Run <cmd> on all addresses in the output of <cmd2>" },
14129 { .text =
"<cmd> @@@c:", .arg_str =
"<cmd2>", .comment =
"Run <cmd> on all addresses/blocksizes in the output of <cmd2>, similar to @@@=" },
14130 { .text =
"<cmd> @@C", .arg_str =
"[:<glob>]", .comment =
"Run <cmd> over all comments matching <glob>. <glob> may contain `*` to indicate multiple chars. If not specified all comments are considered." },
14131 { .text =
"<cmd> @@dbt[abs]", .arg_str =
"", .comment =
"Run <cmd> on every backtrace address, bp or sp" },
14132 { .text =
"<cmd> @@t", .arg_str =
"", .comment =
"Run <cmd> over all threads" },
14133 { .text =
"<cmd> @@b", .arg_str =
"", .comment =
"Run <cmd> over all basic blocks of the current function" },
14134 { .text =
"<cmd> @@i", .arg_str =
"", .comment =
"Run <cmd> over all instructions of the current basic block" },
14135 { .text =
"<cmd> @@ii", .arg_str =
"", .comment =
"Run <cmd> over all imports" },
14136 { .text =
"<cmd> @@iS", .arg_str =
"", .comment =
"Run <cmd> over all sections" },
14137 { .text =
"<cmd> @@iSS", .arg_str =
"", .comment =
"Run <cmd> over all segments" },
14138 { .text =
"<cmd> @@is", .arg_str =
"", .comment =
"Run <cmd> over all symbols" },
14139 { .text =
"<cmd> @@iz", .arg_str =
"", .comment =
"Run <cmd> over all strings" },
14140 { .text =
"<cmd> @@f", .arg_str =
"[:<glob>]", .comment =
"Run <cmd> over all flags matching <glob>. <glob> may contain `*` to indicate multiple chars. If not specified all flags are considered." },
14141 { .text =
"<cmd> @@F", .arg_str =
"[:<glob>]", .comment =
"Run <cmd> over all functions matching <glob>. <glob> may contain `*` to indicate multiple chars. If not specified all functions are considered." },
14142 { .text =
"<cmd> @@om", .arg_str =
"", .comment =
"Run <cmd> over all iomap (see `om`)" },
14143 { .text =
"<cmd> @@dm", .arg_str =
"", .comment =
"Run <cmd> over all debug maps (see `dm`)" },
14144 { .text =
"<cmd> @@r", .arg_str =
"", .comment =
"Run <cmd> over all registers" },
14145 { .text =
"<cmd> @@s:", .arg_str =
"<from> <to> <step>", .comment =
"Run <cmd> on all addresses starting from <from> and going up to <to> (excluded), with a step <step>." },
14153 .
summary =
"'@@' help, iterators",
14154 .usage =
"<cmd> <@@> <args>",
14160 { .
text =
"<cmd> >", .arg_str =
" <file>|<$alias>", .comment =
"Redirect STDOUT of <cmd> to <file> or save it to an alias (see $?)" },
14161 { .text =
"<cmd> 2>", .arg_str =
" <file>|<$alias>", .comment =
"Redirect STDERR of <cmd> to <file> or save it to an alias (see $?)" },
14162 { .text =
"<cmd> H>", .arg_str =
" <file>|<$alias>", .comment =
"Redirect HTML output of <cmd> to <file> or save it to an alias (see $?)" },
14170 .
summary =
"Redirection help ('>')",
14171 .usage =
"<cmd> > <arg>",
14177 { .
text =
"<cmd> |", .arg_str =
NULL, .comment =
"Disable scr.html and scr.color" },
14178 { .text =
"<cmd> |H", .arg_str =
NULL, .comment =
"Enable scr.html, respect scr.color" },
14179 { .text =
"<cmd> |", .arg_str =
" <program>", .comment =
"Pipe output of command to program" },
14180 { .text =
"<cmd> |.", .arg_str =
NULL, .comment =
"Alias for .<cmd>" },
14188 .
summary =
"Pipe help ('|')",
14189 .usage =
"<cmd> |[<program>|H|T|.|]",
14195 { .
text =
"&", .arg_str =
NULL, .comment =
"All words must match to grep the line" },
14196 { .text =
"$[n]", .arg_str =
NULL, .comment =
"Sort numerically / alphabetically the Nth column" },
14197 { .text =
"$!", .arg_str =
NULL, .comment =
"Sort in inverse order" },
14198 { .text =
",", .arg_str =
NULL, .comment =
"Token to define another keyword" },
14199 { .text =
"+", .arg_str =
NULL, .comment =
"Case insensitive grep (grep -i)" },
14200 { .text =
"^", .arg_str =
NULL, .comment =
"Words must be placed at the beginning of line" },
14201 { .text =
"<", .arg_str =
NULL, .comment =
"Perform zoom operation on the buffer" },
14202 { .text =
"!", .arg_str =
NULL, .comment =
"Negate grep" },
14203 { .text =
"?", .arg_str =
NULL, .comment =
"Count number of matching lines" },
14204 { .text =
"?.", .arg_str =
NULL, .comment =
"Count number chars" },
14205 { .text =
":s..e", .arg_str =
NULL, .comment =
"Show lines s-e" },
14206 { .text =
"..", .arg_str =
NULL, .comment =
"Internal 'less'" },
14207 { .text =
"...", .arg_str =
NULL, .comment =
"Internal 'hud' (like V_)" },
14208 { .text =
"{:", .arg_str =
NULL, .comment =
"Human friendly indentation (yes, it's a smiley)" },
14209 { .text =
"{:..", .arg_str =
NULL, .comment =
"Less the output of {:" },
14210 { .text =
"{:...", .arg_str =
NULL, .comment =
"Hud the output of {:" },
14211 { .text =
"{}", .arg_str =
NULL, .comment =
"Json indentation" },
14212 { .text =
"{}..", .arg_str =
NULL, .comment =
"Less json indentation" },
14213 { .text =
"{}...", .arg_str =
NULL, .comment =
"Hud json indentation" },
14214 { .text =
"{path}", .arg_str =
NULL, .comment =
"Json path grep" },
14219 { .
text =
"$", .arg_str =
NULL, .comment =
"Words must be placed at the end of line" },
14224 { .
text =
"[n]", .arg_str =
NULL, .comment =
"Show only columns n" },
14225 { .text =
"[n-m]", .arg_str =
NULL, .comment =
"Show column n to m" },
14226 { .text =
"[n-]", .arg_str =
NULL, .comment =
"Show all columns starting from column n" },
14227 { .text =
"[i,j,k]", .arg_str =
NULL, .comment =
"Show the columns i, j and k" },
14232 { .
text =
"i", .arg_str =
"~:0", .comment =
"Show first line of 'i' output" },
14233 { .text =
"i", .arg_str =
"~:-2", .comment =
"Show from the second to the last line of 'i' output" },
14234 { .text =
"i", .arg_str =
"~:0..3", .comment =
"Show first three lines of 'i' output" },
14235 { .text =
"pd", .arg_str =
"~mov", .comment =
"Disasm and grep for mov" },
14236 { .text =
"pi", .arg_str =
"~[0]", .comment =
"Show only opcode" },
14237 { .text =
"i", .arg_str =
"~0x400$", .comment =
"Show lines ending with 0x400" },
14248 .
summary =
"Internal grep help ('~')",
14249 .usage =
"<command>~[modifier][word,word][endmodifier][[column]][:line]",
14255 { .
text =
"<col>/sort/<inc|dec>", .arg_str =
NULL, .comment =
"Sort table by column <col> in increasing or decreasing order." },
14256 { .text =
"<col>/sortlen/<inc|dec>", .arg_str =
NULL, .comment =
"Sort table length of column <col> in increasing or decreasing order." },
14257 { .text =
"<col>/cols[/<col2>[/<colN>...]", .arg_str =
NULL, .comment =
"Show only specified columns in the table." },
14258 { .text =
"<col>", .arg_str =
NULL, .comment =
"Show only column <col> (it must not have the same name as an output format specifier)." },
14259 { .text =
"<col>/gt/<val>", .arg_str =
NULL, .comment =
"Grep rows where column <col> is greater than <val>." },
14260 { .text =
"<col>/ge/<val>", .arg_str =
NULL, .comment =
"Grep rows where column <col> is greater than or equal to <val>." },
14261 { .text =
"<col>/lt/<val>", .arg_str =
NULL, .comment =
"Grep rows where column <col> is less than <val>." },
14262 { .text =
"<col>/le/<val>", .arg_str =
NULL, .comment =
"Grep rows where column <col> is less than or equal to <val>." },
14263 { .text =
"<col>/eq/<val>", .arg_str =
NULL, .comment =
"Grep rows where column <col> is equal to <val>." },
14264 { .text =
"<col>/ne/<val>", .arg_str =
NULL, .comment =
"Grep rows where column <col> is not equal to <val>." },
14265 { .text =
"<col|*>/uniq", .arg_str =
NULL, .comment =
"Only get the first row where column <col> or all columns are unique." },
14266 { .text =
"*/page/<n_page>/<page_size>", .arg_str =
NULL, .comment =
"Show <page_size> rows starting from the page number <n_page>." },
14267 { .text =
"*/head/<n_rows>", .arg_str =
NULL, .comment =
"Show the first <n_rows> rows." },
14268 { .text =
"*/tail/<n_rows>", .arg_str =
NULL, .comment =
"Show the last <n_rows> rows." },
14269 { .text =
"<col>/str/<value>", .arg_str =
NULL, .comment =
"Grep rows where string <value> is a substring of column <col>." },
14270 { .text =
"<col>/strlen/<value>", .arg_str =
NULL, .comment =
"Grep rows where the length of column <col> is <value>." },
14271 { .text =
"<col>/minlen/<value>", .arg_str =
NULL, .comment =
"Grep rows where the length of column <col> is greater than <value>." },
14272 { .text =
"<col>/maxlen/<value>", .arg_str =
NULL, .comment =
"Grep rows where the length of column <col> is less than <value>." },
14273 { .text =
"<col>/sum/<value>", .arg_str =
NULL, .comment =
"Sum all the values of column <col>." },
14278 { .
text =
"csv", .arg_str =
NULL, .comment =
"Print the table in CSV format." },
14279 { .text =
"json", .arg_str =
NULL, .comment =
"Print the table in JSON format." },
14280 { .text =
"fancy", .arg_str =
NULL, .comment =
"Print the table in a nice form with borders and headers." },
14281 { .text =
"simple", .arg_str =
NULL, .comment =
"Print the table in a simple form, only with headers." },
14282 { .text =
"quiet", .arg_str =
NULL, .comment =
"Print the table in a simple form, without headers." },
14287 { .
text =
"aflt", .arg_str =
":addr/cols/name/nbbs:nbbs/sort/dec:nbbs/gt/1:nbbs/lt/10:fancy", .comment =
"Show only the address, name and number of basic blocks of the identified functions with more than 1 block but less than 10, sorted decrementally by number of blocks." },
14297 .
summary =
"Command specifiers (table-output only for now)",
14298 .usage =
"<command>[:<table_spec>[:<table_spec>:...]:<output_spec>]",
14304 .
summary =
"Common shell commands",
14305 .sort_subcommands =
true,
14308 { .
text =
"%", .arg_str =
NULL, .comment =
"List all environment variables" },
14309 { .text =
"%", .arg_str =
"SHELL", .comment =
"Print value of SHELL variable" },
14310 { .text =
"%", .arg_str =
"TMPDIR=/tmp", .comment =
"Set TMPDIR to \"/tmp\"" },
14311 { .text =
"env", .arg_str =
" SHELL", .comment =
"Same as `%SHELL`" },
14316 { .
text =
"RZ_FILE", .arg_str =
NULL, .comment =
"currently opened file name" },
14317 { .text =
"RZ_OFFSET", .arg_str =
NULL, .comment =
"current offset (64bit value)" },
14318 { .text =
"RZ_BSIZE", .arg_str =
NULL, .comment =
"block size" },
14319 { .text =
"RZ_ENDIAN", .arg_str =
NULL, .comment =
"'big' or 'little'" },
14320 { .text =
"RZ_IOVA", .arg_str =
NULL, .comment =
"is io.va true? virtual addressing (1,0)" },
14321 { .text =
"RZ_DEBUG", .arg_str =
NULL, .comment =
"debug mode enabled? (1,0)" },
14322 { .text =
"RZ_SIZE", .arg_str =
NULL, .comment =
"file size" },
14323 { .text =
"RZ_ARCH", .arg_str =
NULL, .comment =
"value of asm.arch" },
14324 { .text =
"RZ_BITS", .arg_str =
NULL, .comment =
"arch reg size (8, 16, 32, 64)" },
14325 { .text =
"RZ_BIN_LANG", .arg_str =
NULL, .comment =
"assume this lang to demangle" },
14326 { .text =
"RZ_BIN_DEMANGLE", .arg_str =
NULL, .comment =
"demangle or not" },
14327 { .text =
"RZ_BIN_PDBSERVER", .arg_str =
NULL, .comment =
"e pdb.server" },
14343 .name =
"varvalue",
14352 .
summary =
"Get/set environment variables",
14353 .args_str =
" [<varname>[=<varvalue>]]",
14377 .
summary =
"List files and directories",
14403 .
summary =
"Sleep for <seconds> seconds",
14409 .
name =
"filename",
14416 .
summary =
"List uniq strings in <filename>",
14431 .
summary =
"Provide system info",
14437 .
name =
"argument",
14445 .
summary =
"Display a line of text",
14464 .
summary =
"Copy <src> file to <dst>",
14478 .
summary =
"Change directory to <dir>",
14491 .
summary =
"Print contents of <file>",
14510 .
summary =
"Move <src> file to <dst>",
14531 .
summary =
"Create a directory <dir>",
14532 .args_str =
" [-p] <dir>",
14540 .
summary =
"Show the present working directory",
14553 .
summary =
"Sort the contents of <file>",
14561 .
summary =
"Clear screen/console",
14583 .
summary =
"Which shell command",
14591 .
summary =
"Show the random fortune message",
static const RzCmdDescArg cmd_debug_enable_bp_trace_index_args[2]
static const RzCmdDescArg flag_remove_all_args[]
static const RzCmdDescHelp analysis_function_until_help
static const RzCmdDescHelp analysis_function_vars_del_help
static const RzCmdDescHelp analysis_class_info_help
static const RzCmdDescHelp analysis_function_vars_bp_setref_help
static const RzCmdDescHelp flag_describe_at_help
static const RzCmdDescHelp analysis_syscall_dump_assembly_help
static const RzCmdDescHelp wD_help
static const RzCmdDescHelp open_plugins_help
static const RzCmdDescDetail analysis_hint_set_jump_details[2]
static const RzCmdDescDetail analysis_hint_set_val_details[2]
static const RzCmdDescHelp cmd_eval_color_load_previous_theme_help
static const RzCmdDescArg cmd_info_cur_export_args[]
static const RzCmdDescDetailEntry grep_Columns_detail_entries[]
static const RzCmdDescHelp open_prioritize_help
static const RzCmdDescArg remote_args[3]
static const RzCmdDescHelp cmd_debug_set_expr_bp_index_help
static const RzCmdDescArg cmd_cmp_unified_disasm_args[2]
static const RzCmdDescHelp redirection_help
static const RzCmdDescHelp cmd_debug_continue_fork_help
static const RzCmdDescHelp cmd_disassembly_all_possible_opcodes_help
static const RzCmdDescArg print_hexdump_hexless_words_args[2]
static const RzCmdDescHelp cmd_info_fields_help
static const RzCmdDescHelp analysis_class_method_rename_help
static const RzCmdDescHelp open_binary_file_help
static const RzCmdDescArg open_plugins_args[2]
static const RzCmdDescArg open_maps_flags_global_args[2]
static const RzCmdDescHelp tp_help
static const RzCmdDescArg egg_list_plugins_args[]
static const RzCmdDescDetail history_list_or_exec_details[2]
static const RzCmdDescArg cmd_eval_color_highlight_remove_current_args[]
static const RzCmdDescHelp plugins_debug_print_help
static const RzCmdDescArg il_step_skip_until_expr_args[]
static const RzCmdDescArg cmd_info_purge_string_args[]
static const RzCmdDescHelp print_areas_no_functions_help
static const RzCmdDescArg cmd_info_sourcelines_args[]
static const RzCmdDescHelp sh_help
static const RzCmdDescHelp analysis_basic_block_find_paths_help
static const RzCmdDescArg open_binary_list_ascii_args[]
static const RzCmdDescHelp wm_help
static const RzCmdDescArg analysis_function_setbits_args[2]
static const RzCmdDescHelp analysis_print_rtti_all_help
static const RzCmdDescArg flag_relocate_args[4]
static const RzCmdDescHelp db_help
static const RzCmdDescHelp plugins_hash_print_help
static const RzCmdDescArg type_cc_del_args[2]
static const RzCmdDescArg yank_string_print_args[2]
static const RzCmdDescHelp cmd_debug_process_close_help
static const RzCmdDescDetailEntry analysis_appcall_Examples_detail_entries[]
static const RzCmdDescArg meta_data_remove_args[3]
static const RzCmdDescArg analysis_function_signature_editor_args[]
static const RzCmdDescArg egg_padding_args[2]
static const RzCmdDescArg write_wide_string_args[2]
static const RzCmdDescArg meta_space_args[2]
static const RzCmdDescHelp flag_local_list_all_help
static const RzCmdDescHelp drf_help
static const RzCmdDescHelp tl_help
static const RzCmdDescArg write_op_sub_args[2]
static const RzCmdDescArg il_vm_step_args[2]
static const RzCmdDescHelp eval_getset_help
static const RzCmdDescHelp cmd_pdb_extract_help
static const RzCmdDescHelp open_maps_name_id_help
static const RzCmdDescArg cmd_print_timestamp_unix_args[]
static const RzCmdDescHelp analysis_class_add_help
static const RzCmdDescArg analysis_class_method_rename_args[4]
static const RzCmdDescHelp eco_help
static const RzCmdDescHelp analysis_function_all_opcode_stat_help
static const RzCmdDescArg flag_add_args[4]
static const RzCmdDescHelp print_hexdump_hex2_help
static const RzCmdDescHelp analysis_reg_flags_help
static const RzCmdDescHelp analysis_function_signature_help
static const RzCmdDescArg cmd_debug_handler_list_args[]
static const RzCmdDescHelp cmd_shell_mv_help
static const RzCmdDescArg cmd_print_byte_array_c_cpp_double_word_args[]
static const RzCmdDescArg analysis_function_vars_bp_del_all_args[]
static const RzCmdDescArg write_op_or_args[2]
static const RzCmdDescArg cmd_info_demangle_list_args[]
static const RzCmdDescArg cmd_sizes_of_n_instructions_args[2]
static const RzCmdDescHelp te_help
static const RzCmdDescArg cmd_shell_ls_args[2]
static const RzCmdDescDetail hash_bang_details[2]
static const RzCmdDescArg flag_space_add_args[2]
static const RzCmdDescHelp analysis_function_stacksz_help
static const RzCmdDescHelp cmd_shell_rm_help
static const RzCmdDescArg cmd_debug_set_expr_bp_index_args[3]
static const RzCmdDescDetailEntry cw_Compare_space_memory_space_locations_space_and_space_check_space_if_space_there_space_is_space_a_space_difference_detail_entries[]
static const RzCmdDescHelp meta_format_list_help
static const RzCmdDescHelp print_hexdump_comments_help
static const RzCmdDescDetail cmd_cmp_unified_details[2]
static const RzCmdDescArg write_op_mul_args[2]
static const char * analysis_function_all_opcode_stat_mode_choices[]
static const RzCmdDescHelp open_maps_relocate_help
static const RzCmdDescHelp cmd_heap_fastbins_print_help
static const RzCmdDescHelp system_help
static const RzCmdDescHelp meta_type_remove_all_help
static const RzCmdDescArg cmd_debug_command_bp_args[2]
static const RzCmdDescHelp cmd_debug_display_bt_ascii_help
static const RzCmdDescDetail debug_reg_cond_details[4]
static const RzCmdDescDetail write_assembly_opcode_details[2]
static const RzCmdDescHelp project_save_help
static const RzCmdDescHelp cmd_info_cur_section_help
static const RzCmdDescHelp analysis_function_vars_sp_getref_help
static const RzCmdDescArg analysis_function_vars_sp_del_args[2]
static const RzCmdDescHelp analysis_syscall_dump_c_help
static const RzCmdDescArg analysis_reg_arenas_push_args[]
static const RzCmdDescHelp cmd_disassembly_basic_block_help
static const RzCmdDescHelp flag_zone_list_help
static const RzCmdDescArg cmd_cmp_string_args[2]
static const RzCmdDescHelp cmd_info_class_methods_help
static const RzCmdDescHelp cmd_cmp_unified4_help
static const RzCmdDescHelp cmd_shell_pwd_help
static const RzCmdDescArg meta_type_current_args[]
static const RzCmdDescHelp type_enum_find_help
static const RzCmdDescHelp analysis_regs_references_help
static const RzCmdDescArg analyze_all_unresolved_jumps_args[]
static const RzCmdDescArg analysis_function_vars_stackframe_args[]
static const RzCmdDescHelp analysis_hint_del_stackframe_help
static const RzCmdDescHelp write_op_8byteswap_help
static const RzCmdDescHelp debug_drx_help
static const RzCmdDescArg print_hexdump_comments_args[2]
static const RzCmdDescArg cmd_info_resources_args[2]
static const RzCmdDescArg comment_list_args[]
static const RzCmdDescHelp type_list_enum_help
static const RzCmdDescHelp cmd_debug_add_bp_help
static const RzCmdDescArg write_op_div_args[2]
static const RzCmdDescArg analysis_function_until_args[2]
static const RzCmdDescHelp type_list_function_help
static const RzCmdDescArg analysis_reg_arenas_zero_args[2]
static const RzCmdDescHelp analysis_hint_set_stackframe_help
static const RzCmdDescArg cmd_cmp_add_memory_watcher_args[3]
static const RzCmdDescArg cmd_info_cur_section_args[]
static const RzCmdDescHelp print_hexdump_hex8l_help
static const RzCmdDescDetailEntry analysis_hint_set_size_empty_detail_entries[]
static const RzCmdDescHelp cmd_debug_continue_until_help
static const RzCmdDescHelp analysis_function_add_recu_help
static const RzCmdDescArg debug_reg_profile_open_args[2]
static const RzCmdDescArg comment_remove_all_args[]
static const RzCmdDescHelp analysis_syscall_print_help
static const RzCmdDescHelp cmd_heap_chunk_print_help
static const RzCmdDescHelp open_help
static const RzCmdDescArg cmd_debug_dmL_args[2]
static const RzCmdDescArg seek_begin_args[]
static const RzCmdDescArg type_noreturn_del_all_args[]
static const RzCmdDescHelp print_utf16be_help
static const RzCmdDescHelp open_maps_deprioritize_help
static const RzCmdDescArg print_hexword_references_2_args[2]
static const RzCmdDescHelp analysis_esil_init_mem_p_help
static const RzCmdDescArg reopen_debug_args[2]
static const RzCmdDescHelp cmd_debug_dump_maps_all_help
static const RzCmdDescHelp meta_data_help
static const RzCmdDescHelp print_hexword_references_help
static const RzCmdDescArg analysis_syscall_dump_assembly_args[2]
static const RzCmdDescDetailEntry analyze_all_preludes_Search_space_a_space_custom_space_prelude_detail_entries[]
static const RzCmdDescHelp cmd_print_byte_array_objc_help
static const RzCmdDescArg analysis_function_vars_bp_getref_args[3]
static const RzCmdDescArg cmd_info_main_args[]
static const RzCmdDescHelp cmd_debug_handler_list_help
static const RzCmdDescArg cmd_shell_mv_args[3]
static const RzCmdDescHelp analysis_function_returns_help
static const RzCmdDescArg print_hexdump_hex2l_args[2]
static const RzCmdDescHelp meta_space_remove_help
static const RzCmdDescArg cmd_debug_show_bp_index_args[]
static const RzCmdDescHelp Cd_help
static const RzCmdDescArg flag_space_list_args[]
static const RzCmdDescHelp cmd_debug_handler_set_help
static const RzCmdDescArg analyze_all_functions_args[]
static const RzCmdDescHelp tu_help
static const RzCmdDescHelp cmd_debug_continue_traptrace_help
static const RzCmdDescDetail cmd_print_byte_array_details[3]
static const RzCmdDescHelp cmd_main_arena_print_help
static const RzCmdDescArg debug_regs_fpu_args[2]
static const RzCmdDescHelp flag_graph_help
static const RzCmdDescHelp write_op_and_help
static const RzCmdDescHelp write_base64_encode_help
static const RzCmdDescHelp analysis_continue_until_breakpoint_help
static const RzCmdDescHelp tasks_wait_help
static const RzCmdDescArg analysis_esil_init_args[]
static const RzCmdDescArg print_hexdump_signed_integer8_args[2]
static const RzCmdDescHelp flag_space_list_help
static const RzCmdDescArg analysis_function_cc_load_args[2]
static const RzCmdDescDetailEntry wv_Examples_detail_entries[]
static const RzCmdDescArg analysis_global_variable_add_args[4]
static const RzCmdDescHelp cmd_print_byte_array_bash_help
static const RzCmdDescArg cmd_print_byte_array_c_cpp_word_args[]
static const RzCmdDescHelp analysis_regs_valgroup_help
static const RzCmdDescHelp write_from_io_xchg_help
static const RzCmdDescArg cmd_debug_enable_bp_args[]
static const RzCmdDescHelp seek_basicblock_help
static const RzCmdDescHelp print_hexword_references_8_help
static const RzCmdDescArg analysis_xrefs_to_graph_cmd_args[]
static const RzCmdDescArg print_hexdump_emoji_args[2]
static const RzCmdDescArg comment_filelink_args[2]
static const RzCmdDescHelp meta_data_remove_help
static const RzCmdDescArg analysis_global_variable_delete_byname_args[2]
static const RzCmdDescDetail redirection_details[2]
static const RzCmdDescHelp analysis_regs_help
static const RzCmdDescHelp write_op_shr_help
static const RzCmdDescArg print_hexword_references_8_args[2]
static const RzCmdDescArg cmd_debug_continue_unknown_call_args[]
static const RzCmdDescHelp type_print_value_help
static const RzCmdDescArg analysis_function_vars_del_args[2]
static const RzCmdDescArg cmd_info_pdb_show_args[2]
static const RzCmdDescHelp analysis_regs_fpu_help
static const RzCmdDescArg analysis_function_list_calls_args[]
static const RzCmdDescHelp iD_help
static const RzCmdDescHelp cmd_cmp_unified8_help
static const RzCmdDescDetailEntry w6_Examples_detail_entries[]
static const RzCmdDescArg analysis_function_info_args[]
static const RzCmdDescHelp analysis_function_analyze_args_l_help
static const RzCmdDescArg remote_mode_disable_args[]
static const RzCmdDescArg cmd_debug_traces_esil_i_args[]
static const RzCmdDescHelp analysis_esil_init_mem_help
static const RzCmdDescArg reopen_debug_file_args[3]
static const RzCmdDescHelp tasks_break_help
static const RzCmdDescHelp analysis_function_vars_sp_del_help
static const RzCmdDescArg write_mask_set_args[2]
static const RzCmdDescHelp aeim_help
static const RzCmdDescHelp t_help
static const RzCmdDescArg analysis_function_vars_regs_getref_args[3]
static const RzCmdDescHelp cmd_print_gadget_move_help
static const RzCmdDescHelp print_string_c_cpp_help
static const RzCmdDescArg cmd_debug_dump_maps_writable_args[]
static const RzCmdDescHelp yank_file_help
static const RzCmdDescArg debug_regs_diff_args[]
static const RzCmdDescHelp write_unset_bits_help
static const RzCmdDescArg reopen_nobin_write_args[]
static const RzCmdDescHelp write_base64_decode_help
static const RzCmdDescArg cmd_info_source_args[]
static const RzCmdDescArg print_utf16be_args[2]
static const RzCmdDescHelp il_vm_step_until_addr_help
static const RzCmdDescHelp analysis_function_describe_offset_help
static const RzCmdDescDetailEntry cmd_debug_add_watchpoint_Valid_space_permission_space_arguments_detail_entries[]
static const RzCmdDescHelp qy_help
static const RzCmdDescHelp Cs_help
static const RzCmdDescHelp write_length_string_help
static const RzCmdDescArg analyze_symbols_entries_flags_args[]
static const RzCmdDescHelp F_help
static const RzCmdDescHelp seek_blocksize_backward_help
static const RzCmdDescHelp remote_help
static const RzCmdDescArg type_args[2]
static const RzCmdDescArg type_link_del_args[2]
static const RzCmdDescArg cmd_debug_save_trace_session_args[2]
static const RzCmdDescHelp cmd_debug_dmi_help
static const RzCmdDescDetailEntry analysis_functions_merge_empty_detail_entries[]
static const RzCmdDescArg analysis_hint_set_high_args[]
static const RzCmdDescArg history_save_args[]
static const RzCmdDescHelp resize_insert_help
static const RzCmdDescHelp cmd_info_kuery_help
static const RzCmdDescHelp open_close_help
static const RzCmdDescDetailEntry analysis_hint_set_syntax_empty_detail_entries[]
static const RzCmdDescHelp print_analysis_details_help
static const RzCmdDescHelp cmd_debug_step_frame_help
static const RzCmdDescArg debug_reg_arenas_pop_args[]
static const RzCmdDescArg analysis_reg_profile_open_args[2]
static const RzCmdDescArg debug_reg_cc_args[]
static const RzCmdDescHelp cmd_debug_continue_unknown_call_help
static const RzCmdDescHelp analysis_function_cc_reg_usage_help
static const RzCmdDescHelp cmd_cmp_reset_watcher_help
static const RzCmdDescArg cmd_debug_step_until_instr_regex_args[2]
static const RzCmdDescArg analysis_regs_diff_args[]
static const RzCmdDescArg cmd_debug_trace_add_args[2]
static const RzCmdDescArg cmd_force_quit_without_history_args[]
static const RzCmdDescArg cmd_info_hashes_args[]
static const RzCmdDescHelp cmd_cmp_disasm_help
static const RzCmdDescArg cmd_debug_step_until_esil_args[2]
static const RzCmdDescArg cmd_print_byte_array_rust_args[]
static const RzCmdDescHelp print_delta_pointer_table_help
static const RzCmdDescArg flag_color_args[3]
static const RzCmdDescDetailEntry debug_reg_cond_Signed_detail_entries[]
static const RzCmdDescArg type_list_function_args[2]
static const RzCmdDescArg system_args[3]
static const RzCmdDescHelp analysis_function_blocks_del_help
static const RzCmdDescArg analysis_hint_set_val_args[2]
static const RzCmdDescDetailEntry cmd_debug_add_cond_bp_Usage_space_example_detail_entries[]
static const RzCmdDescArg analyze_n_bytes_esil_args[]
static const RzCmdDescArg write_4_dec_args[2]
static const RzCmdDescArg cmd_info_relocs_args[]
static const RzCmdDescHelp avg_help
static const RzCmdDescArg cmd_disassembly_n_instructions_args[2]
static const RzCmdDescHelp analysis_function_vars_writes_help
static const RzCmdDescHelp analyze_n_bytes_help
static const RzCmdDescArg cmd_shell_sleep_args[2]
static const RzCmdDescHelp afl_help
static const RzCmdDescArg analysis_hint_del_arch_args[]
static const RzCmdDescHelp write_block_help
static const RzCmdDescArg write_2_inc_args[2]
static const RzCmdDescArg cmd_debug_process_profile_edit_args[]
static const RzCmdDescArg analysis_function_vars_args[]
static const RzCmdDescHelp il_step_evaluate_help
static const RzCmdDescHelp cmd_debug_command_bp_help
static const RzCmdDescHelp open_arch_bits_help
static const RzCmdDescArg cmd_debug_load_trace_session_args[2]
static const RzCmdDescHelp yank_hex_print_help
static const RzCmdDescHelp g_help
static const RzCmdDescHelp cmd_debug_enable_bp_index_help
static const RzCmdDescHelp cmd_debug_current_modules_help
static const RzCmdDescHelp open_maps_remove_all_help
static const RzCmdDescArg debug_regs_args[2]
static const RzCmdDescHelp analysis_reg_profile_help
static const char * analysis_function_opcode_stat_mode_choices[]
static const RzCmdDescArg analysis_xrefs_del_all_args[]
static const RzCmdDescHelp cmd_debug_trace_add_addrs_help
static const RzCmdDescHelp cmd_debug_modules_help
static const RzCmdDescHelp cmd_panels_help
static const RzCmdDescArg reopen_write_args[2]
static const RzCmdDescArg meta_format_list_args[]
static const RzCmdDescHelp dra_help
static const RzCmdDescHelp open_binary_add_help
static const RzCmdDescArg write_op_8byteswap_args[]
static const char * analysis_function_create_diff_choices[]
static const RzCmdDescHelp f_dot__help
static const RzCmdDescHelp cmd_shell_uniq_help
static const RzCmdDescDetailEntry specifiers_Examples_detail_entries[]
static const RzCmdDescHelp remote_del_help
static const RzCmdDescDetail drx_details[]
static const RzCmdDescArg write_hex_from_file_args[2]
static const RzCmdDescArg cmd_shell_clear_args[]
static const RzCmdDescHelp write_assembly_inside_help
static const RzCmdDescHelp analysis_function_signature_editor_help
static const RzCmdDescArg cmd_debug_toggle_bp_index_args[2]
static const RzCmdDescHelp cmd_debug_traces_esil_delete_help
static const RzCmdDescArg cmd_debug_disable_bp_index_args[2]
static const RzCmdDescArg comment_editor_args[]
static const RzCmdDescArg meta_space_remove_args[2]
static const RzCmdDescArg analysis_function_autoname_args[]
static const RzCmdDescHelp analyze_recursively_all_function_types_help
static const RzCmdDescArg write_pcache_list_args[2]
static const RzCmdDescArg cmd_disassembly_n_instrs_as_text_json_args[2]
static const RzCmdDescArg print_byte_bitstream_args[2]
static const RzCmdDescArg cmd_debug_run_command_bp_index_args[3]
static const RzCmdDescArg comment_function_remove_all_args[]
static const RzCmdDescArg analysis_xrefs_from_list_args[]
static const RzCmdDescArg type_structure_c_args[2]
static const RzCmdDescHelp autoname_all_functions_noreturn_help
static const RzCmdDescHelp aii_help
static const RzCmdDescHelp comment_function_remove_all_help
static const RzCmdDescArg list_signatures_in_sigdb_args[]
static const RzCmdDescArg cmd_debug_continue_ret_args[]
static const RzCmdDescHelp cmd_debug_disable_bp_help
static const RzCmdDescHelp type_xrefs_graph_help
static const RzCmdDescArg flirt_dump_args[2]
static const RzCmdDescArg seek_args[2]
static const RzCmdDescArg meta_var_reg_comment_list_args[]
static const RzCmdDescArg type_xrefs_list_all_args[]
static const RzCmdDescDetail analysis_hint_set_stackframe_details[2]
static const RzCmdDescHelp analyze_all_data_references_to_code_help
static const RzCmdDescDetailEntry analysis_hint_set_high_empty_detail_entries[]
static const RzCmdDescHelp history_save_help
static const RzCmdDescArg cmd_debug_set_cond_bp_win_args[3]
static const RzCmdDescArg analysis_function_address_args[]
static const RzCmdDescHelp dtg_help
static const RzCmdDescArg open_binary_list_args[]
static const RzCmdDescHelp analysis_function_vars_bp_del_help
static const RzCmdDescArg open_maps_map_fd_args[2]
static const RzCmdDescHelp il_vm_step_with_events_help
static const RzCmdDescHelp analysis_hint_set_ptr_help
static const RzCmdDescArg cmd_disassembly_n_instructions_with_flow_args[2]
static const RzCmdDescArg flag_remove_args[2]
static const RzCmdDescHelp cw_help
static const RzCmdDescHelp flag_list_help
static const RzCmdDescHelp write_hex_help
static const RzCmdDescHelp analysis_print_global_variable_help
static const RzCmdDescHelp analysis_class_base_del_help
static const RzCmdDescHelp write_wide_string_help
static const RzCmdDescHelp open_maps_list_help
static const RzCmdDescArg analysis_function_vars_rename_args[3]
static const RzCmdDescArg interpret_pipe_args[2]
static const RzCmdDescHelp write_8_dec_help
static const RzCmdDescHelp px_help
static const RzCmdDescArg cmd_debug_step_args[2]
static const RzCmdDescArg analysis_hint_del_stackframe_args[]
static const RzCmdDescArg analysis_class_add_args[2]
static const RzCmdDescHelp debug_reg_cc_help
static const RzCmdDescHelp e_help
static const RzCmdDescArg analysis_class_method_del_args[3]
static const RzCmdDescArg write_unset_bits_args[2]
static const RzCmdDescHelp cmd_debug_step_cond_help
static const RzCmdDescArg analysis_class_rename_args[3]
static const RzCmdDescDetailEntry write_extend_hexbytes_Examples_detail_entries[]
static const RzCmdDescHelp analysis_function_blocks_list_help
static const RzCmdDescArg cmd_eval_color_list_reload_current_args[]
static const RzCmdDescArg analysis_function_vars_regs_setref_args[3]
static const RzCmdDescHelp tasks_delete_help
static const RzCmdDescArg cmd_main_arena_print_args[2]
static const RzCmdDescArg analysis_function_blocks_add_args[7]
static const RzCmdDescArg analyze_all_function_calls_to_imports_args[]
static const RzCmdDescHelp escl__help
static const RzCmdDescDetailEntry analysis_all_esil_Examples_detail_entries[]
static const RzCmdDescHelp cmd_debug_bt_enable_bp_trace_help
static const RzCmdDescArg il_step_until_opt_args[2]
static const RzCmdDescHelp cmd_cmp_hexpair_string_help
static const RzCmdDescArg analysis_continue_until_call_args[]
static const RzCmdDescDetailEntry redirection_empty_detail_entries[]
static const RzCmdDescHelp type_list_noreturn_help
static const RzCmdDescHelp remote_rap_bg_help
static const RzCmdDescArg cmd_eval_color_highlight_list_current_args[]
static const RzCmdDescHelp type_del_help
static const RzCmdDescHelp flag_distance_help
static const RzCmdDescHelp av_help
static const RzCmdDescHelp plugins_parser_print_help
static const RzCmdDescHelp cmd_debug_process_heap_block_help
static const RzCmdDescArg cmd_info_class_as_source_args[2]
static const RzCmdDescArg cmd_cmp_hex_block_args[2]
static const RzCmdDescArg cmd_info_exports_args[]
static const RzCmdDescHelp cmd_help_help
static const RzCmdDescArg egg_syscall_args[3]
static const RzCmdDescArg write_random_args[2]
static const RzCmdDescHelp pxd_help
static const char * analysis_hint_set_immbase_type_choices[]
static const RzCmdDescHelp quit_kill_save_help
static const RzCmdDescHelp type_cc_list_help
static const RzCmdDescArg flag_tag_add_args[3]
static const RzCmdDescHelp cmd_cmp_string_help
static const RzCmdDescArg cmd_debug_show_cur_bp_args[]
static const RzCmdDescArg remote_rap_args[3]
static const RzCmdDescArg cmd_info_all_args[]
static const RzCmdDescHelp analysis_function_count_help
static const RzCmdDescHelp meta_format_remove_all_help
static const RzCmdDescHelp seek_function_current_help
static const RzCmdDescArg print_hexdump_hex4_args[2]
static const RzCmdDescHelp meta_var_stack_comment_list_help
static const RzCmdDescHelp afis_help
static const RzCmdDescHelp cmd_eval_color_display_palette_css_help
static const RzCmdDescArg flag_zone_around_args[]
static const RzCmdDescDetailEntry specifiers_Table_space_format_space_specifiers_space__oparen__minor_table_spec_greater__cparen__detail_entries[]
static const RzCmdDescHelp interpret_output_help
static const RzCmdDescDetail wo_details[2]
static const RzCmdDescArg remote_open_args[2]
static const RzCmdDescHelp cmd_info_whole_strings_help
static const RzCmdDescDetailEntry analysis_hint_set_stackframe_empty_detail_entries[]
static const RzCmdDescArg analysis_syscall_name_args[2]
static const RzCmdDescArg analyze_n_ins_esil_args[2]
static const RzCmdDescHelp write_value4_help
static const RzCmdDescArg analysis_function_opcode_stat_args[2]
static const RzCmdDescHelp do_help
static const RzCmdDescHelp aei_help
static const RzCmdDescHelp pa_help
static const RzCmdDescArg plugins_load_args[2]
static const RzCmdDescHelp cmd_heap_arena_bins_print_help
static const RzCmdDescHelp analyze_n_ins_help
static const RzCmdDescArg print_op_analysis_color_map_args[2]
static const RzCmdDescArg type_link_del_all_args[]
static const RzCmdDescHelp cmd_disassembly_all_methods_class_help
static const RzCmdDescHelp cmd_disassembly_n_bytes_help
static const RzCmdDescHelp debug_reg_cond_help
static const RzCmdDescArg cmd_print_gadget_move_args[6]
static const RzCmdDescArg meta_type_remove_args[]
static const RzCmdDescArg interpret_macro_multiple_args[4]
static const RzCmdDescHelp aa_help
static const RzCmdDescDetail specifiers_details[4]
static const RzCmdDescHelp interpret_help
static const RzCmdDescHelp cmd_eval_color_set_colorful_palette_help
static const RzCmdDescHelp cmd_print_timestamp_unix_help
static const RzCmdDescArg cmd_cmp_hex_diff_lines_args[2]
static const RzCmdDescArg print_utf32be_args[2]
static const RzCmdDescDetail analysis_reg_cc_details[]
static const RzCmdDescArg cmd_debug_add_bp_args[]
static const RzCmdDescHelp block_help
static const RzCmdDescHelp cmd_debug_continue_syscall_help
static const RzCmdDescHelp cmd_print_byte_array_asm_help
static const RzCmdDescArg cmd_debug_start_trace_session_args[]
static const RzCmdDescArg meta_format_remove_all_args[]
static const RzCmdDescDetail debug_reg_roles_details[]
static const RzCmdDescHelp yank_string_print_help
static const RzCmdDescArg cmd_print_byte_array_rizin_args[]
static const RzCmdDescArg il_step_until_addr_args[2]
static const RzCmdDescArg quit_kill_save_args[]
static const RzCmdDescHelp eval_list_help
static const RzCmdDescHelp meta_var_comment_list_help
static const RzCmdDescHelp analysis_function_vars_type_help
static const RzCmdDescHelp write_8_inc_help
static const RzCmdDescHelp cmd_cmp_file_help
static const RzCmdDescHelp cmd_shell_cd_help
static const RzCmdDescHelp cmd_hexdump_help
static const RzCmdDescArg flag_length_args[2]
static const RzCmdDescHelp analysis_function_del_help
static const RzCmdDescHelp analysis_print_rtti_help
static const RzCmdDescDetail debug_reg_cc_details[]
static const RzCmdDescHelp cmd_info_segments_help
static const RzCmdDescArg block_decrease_args[2]
static const RzCmdDescHelp cmd_info_demangle_list_help
static const RzCmdDescHelp rebase_help
static const RzCmdDescHelp tasks_delete_all_help
static const RzCmdDescArg analysis_function_vars_reads_args[2]
static const RzCmdDescArg open_maps_list_cur_args[]
static const RzCmdDescHelp cmd_cmp_bytes_help
static const RzCmdDescHelp convert_mne_help
static const RzCmdDescHelp ac_help
static const RzCmdDescDetail analysis_regs_diff_details[]
static const RzCmdDescHelp eval_readonly_help
static const RzCmdDescHelp open_binary_list_ascii_help
static const RzCmdDescHelp cmd_disasm_func_help
static const RzCmdDescArg convert_mne_args[2]
static const RzCmdDescArg seek_undo_reset_args[]
static const RzCmdDescHelp print_hexdump_bits_help
static const RzCmdDescHelp ec_help
static const RzCmdDescArg type_enum_c_args[2]
static const RzCmdDescHelp cmd_debug_trace_esils_help
static const RzCmdDescHelp ara_help
static const RzCmdDescArg analysis_syscall_dump_c_args[2]
static const RzCmdDescHelp arp_help
static const RzCmdDescHelp analysis_regs_columns_help
static const RzCmdDescHelp cmd_eval_color_highlight_list_current_help
static const RzCmdDescArg type_define_args[2]
static const RzCmdDescHelp cmd_debug_toggle_bp_help
static const RzCmdDescHelp dte_help
static const RzCmdDescDetail ara_details[]
static const RzCmdDescArg cmd_debug_traces_args[]
static const RzCmdDescHelp write_op_mul_help
static const RzCmdDescArg print_hexdump_signed_integer_args[2]
static const RzCmdDescArg flag_graph_args[2]
static const RzCmdDescDetailEntry tmp_modifiers_empty_detail_entries[]
static const RzCmdDescArg open_binary_del_all_args[]
static const RzCmdDescHelp open_maps_flags_global_help
static const RzCmdDescHelp analysis_xrefs_del_help
static const RzCmdDescHelp cmd_info_main_help
static const RzCmdDescArg analysis_list_struct_offsets_args[2]
static const RzCmdDescHelp debug_regs_prev_help
static const RzCmdDescHelp ar_help
static const RzCmdDescDetailEntry write_assembly_opcode_Operators_detail_entries[]
static const RzCmdDescHelp seek_help
static const RzCmdDescArg write_from_io_xchg_args[3]
static const RzCmdDescHelp print_hexdump_function_help
static const RzCmdDescArg flag_exists_args[2]
static const RzCmdDescHelp cmd_disassembly_function_help
static const RzCmdDescHelp print_hexdump_hexpair_bytes_help
static const RzCmdDescHelp flag_range_help
static const RzCmdDescArg analysis_rtti_demangle_class_name_args[2]
static const RzCmdDescArg open_nobin_args[4]
static const RzCmdDescHelp print_hexdump_annotated_help
static const RzCmdDescHelp analysis_hint_del_ret_help
static const RzCmdDescHelp resize_help
static const RzCmdDescArg history_clear_args[]
static const RzCmdDescDetail wv_details[2]
static const RzCmdDescArg flag_zone_add_args[2]
static const RzCmdDescArg print_hexdump_annotated_args[2]
static const RzCmdDescHelp cmd_help_search_help
static const RzCmdDescArg write_pcache_commit_args[2]
static const RzCmdDescArg debug_reg_arenas_hexdump_args[2]
static const RzCmdDescHelp remote_tcp_help
static const RzCmdDescArg open_core_file_args[2]
static const RzCmdDescHelp plugins_asm_print_help
static const RzCmdDescArg cmd_print_timestamp_ntfs_args[]
static const RzCmdDescHelp write_extend_shift_help
static const RzCmdDescDetail eval_getset_details[2]
static const RzCmdDescArg resize_human_args[]
static const RzCmdDescHelp egg_list_plugins_help
static const RzCmdDescHelp analysis_continue_until_call_help
static const RzCmdDescArg analysis_function_list_in_args[]
static const RzCmdDescHelp cmd_print_byte_array_rust_help
static const RzCmdDescDetail egg_config_details[2]
static const RzCmdDescArg analysis_function_list_ascii_args[]
static const RzCmdDescHelp analysis_xrefs_to_graph_cmd_help
static const RzCmdDescArg analysis_function_del_all_args[]
static const RzCmdDescArg analysis_function_vars_xrefs_args_args[2]
static const RzCmdDescArg print_hexdump_function_args[2]
static const RzCmdDescHelp analysis_xrefs_set_c_help
static const RzCmdDescArg write_base64_decode_args[2]
static const RzCmdDescHelp hex_of_assembly_help
static const RzCmdDescArg cmd_shell_env_args[3]
static const RzCmdDescHelp seek_undo_reset_help
static const RzCmdDescHelp type_list_typedef_help
static const RzCmdDescArg open_nobin_write_args[4]
static const RzCmdDescArg write_op_sequence_args[5]
static const RzCmdDescArg egg_type_args[2]
static const RzCmdDescDetail analysis_reg_roles_details[]
static const RzCmdDescHelp aal_help
static const RzCmdDescHelp analysis_hint_del_val_help
static const RzCmdDescArg type_print_hexstring_args[3]
static const RzCmdDescHelp seek_prev_help
static const RzCmdDescArg comment_function_list_args[]
static const RzCmdDescArg analysis_hint_set_fail_args[2]
static const RzCmdDescHelp cmd_print_byte_array_swift_help
static const RzCmdDescHelp cmd_shell_clear_help
static const RzCmdDescHelp cmd_debug_bt_toggle_bp_trace_help
static const RzCmdDescHelp r_help
static const RzCmdDescDetailEntry write_bits_Examples_detail_entries[]
static const RzCmdDescHelp w8_help
static const RzCmdDescDetail analysis_all_esil_details[2]
static const RzCmdDescDetailEntry grep_Examples_detail_entries[]
static const RzCmdDescHelp cmd_shell_ls_help
static const RzCmdDescHelp open_malloc_help
static const RzCmdDescArg cmd_print_timestamp_hfs_args[]
static const RzCmdDescArg cmd_debug_add_hw_bp_args[]
static const RzCmdDescArg meta_type_remove_all_args[]
static const RzCmdDescHelp open_binary_select_id_help
static const RzCmdDescArg remote_send_args[3]
static const RzCmdDescHelp type_print_help
static const RzCmdDescHelp meta_space_list_help
static const RzCmdDescArg analysis_xrefs_to_list_args[]
static const RzCmdDescHelp tt_help
static const RzCmdDescHelp write_op_add_help
static const RzCmdDescHelp plugins_lang_print_help
static const RzCmdDescHelp flag_space_stack_list_help
static const RzCmdDescArg cmd_debug_list_maps_args[]
static const RzCmdDescHelp cmd_info_section_bars_help
static const RzCmdDescArg analysis_hint_set_immbase_args[3]
static const RzCmdDescHelp project_open_help
static const RzCmdDescDetail analysis_hint_set_optype_details[2]
static const RzCmdDescHelp seek_redo_help
static const RzCmdDescArg analysis_hint_del_size_args[]
static const RzCmdDescHelp analysis_reg_types_help
static const RzCmdDescHelp L_help
static const RzCmdDescHelp analyze_all_preludes_help
static const RzCmdDescArg seek_asz_args[3]
static const RzCmdDescArg cmd_cmp_bytes_args[3]
static const RzCmdDescHelp quit_nokill_nosave_help
static const RzCmdDescDetailEntry cmd_debug_list_bp_Apply_space_a_space_command_space_to_space_all_space_breakpoints_detail_entries[]
static const RzCmdDescHelp cmd_debug_disable_bp_index_help
static const RzCmdDescHelp cmd_cmp_unified2_help
static const RzCmdDescHelp cmd_debug_help
static const RzCmdDescArg cmd_shell_uname_args[2]
static const RzCmdDescArg analysis_syscall_show_args[2]
static const RzCmdDescDetailEntry analysis_hint_set_immbase_Set_space_base_space_of_space_the_space_N_minus_th_space_immediate_space__oparen_indexing_space_starts_space_from_space_0_cparen__detail_entries[]
static const RzCmdDescHelp equal_H_handler_old_help
static const RzCmdDescArg cmd_eval_color_list_current_theme_args[]
static const RzCmdDescDetailEntry specifiers_Output_space_format_space_specifiers_space__oparen__minor_output_spec_greater__cparen__detail_entries[]
static const RzCmdDescHelp flag_tag_add_help
static const RzCmdDescArg write_from_socket_args[3]
static const RzCmdDescHelp cmd_shell_sleep_help
static const RzCmdDescArg cmd_print_byte_array_python_args[]
static const RzCmdDescArg meta_remove_all_args[]
static const RzCmdDescHelp analysis_class_vtable_lookup_help
static const RzCmdDescArg reopen_core_args[]
static const RzCmdDescHelp write_value8_help
static const RzCmdDescArg print_hexdump_sparse_args[2]
static const RzCmdDescHelp analysis_xrefs_graph_help
static const RzCmdDescArg debug_reg_arenas_push_args[]
static const RzCmdDescHelp env_percentage_help
static const RzCmdDescArg open_prioritize_args[2]
static const RzCmdDescArg print_bitstream_args[3]
static const RzCmdDescHelp print_utf32be_help
static const RzCmdDescArg cmd_debug_trace_graph_args[]
static const RzCmdDescArg write_zero_string_args[2]
static const RzCmdDescArg analysis_class_vtable_add_args[5]
static const RzCmdDescDetail arp_details[]
static const RzCmdDescHelp meta_space_help
static const RzCmdDescHelp tx_help
static const RzCmdDescArg cmd_cmp_unified_args[2]
static const RzCmdDescHelp write_op_encrypt_help
static const RzCmdDescHelp analysis_class_list_help
static const RzCmdDescHelp debug_reg_arenas_help
static const RzCmdDescHelp afvs_help
static const RzCmdDescArg cmd_debug_add_bp_module_args[3]
static const RzCmdDescHelp meta_data_at_help
static const RzCmdDescHelp meta_string_remove_help
static const RzCmdDescArg delete_global_imports_args[]
static const RzCmdDescArg print_hexdump_hexless_bytes_args[]
static const RzCmdDescHelp remote_send_help
static const RzCmdDescHelp cmd_cmp_bits_help
static const RzCmdDescHelp cmd_debug_bp_set_expr_cur_offset_help
static const RzCmdDescHelp open_maps_map_fd_help
static const RzCmdDescHelp tf_help
static const RzCmdDescHelp reopen_nobin_write_help
static const RzCmdDescHelp aae_help
static const RzCmdDescHelp afv_help
static const RzCmdDescHelp il_trace_start_help
static const RzCmdDescArg analysis_hint_del_ptr_args[]
static const RzCmdDescArg cmd_shell_sort_args[2]
static const RzCmdDescHelp analysis_function_vars_regs_help
static const RzCmdDescHelp analysis_hint_del_offset_help
static const RzCmdDescHelp cmd_eval_color_list_help
static const RzCmdDescHelp arf_help
static const RzCmdDescHelp cmd_debug_set_cond_bp_win_help
static const RzCmdDescArg analysis_global_variable_rename_args[3]
static const RzCmdDescHelp egg_reset_help
static const RzCmdDescArg meta_string_remove_all_args[]
static const RzCmdDescArg cmd_info_plugins_args[2]
static const RzCmdDescHelp analysis_function_blocks_del_all_help
static const RzCmdDescHelp quit_with_preference_help
static const RzCmdDescHelp open_exchange_help
static const RzCmdDescHelp remote_mode_enable_help
static const RzCmdDescArg analysis_reg_profile_args[]
static const RzCmdDescArg cmd_print_byte_array_yara_args[]
static const RzCmdDescArg flag_local_list_args[]
static const RzCmdDescArg hash_bang_args[3]
static const RzCmdDescHelp cmd_debug_list_maps_help
static const RzCmdDescArg debug_reg_roles_args[]
static const RzCmdDescDetailEntry analysis_reg_cond_Signed_detail_entries[]
static const RzCmdDescArg meta_type_list_args[]
static const RzCmdDescHelp analysis_class_method_add_help
static const RzCmdDescArg flag_tag_search_args[2]
static const RzCmdDescArg write_8_inc_args[2]
static const RzCmdDescArg cmd_debug_name_bp_args[2]
static const RzCmdDescHelp cmd_debug_trace_addr_help
static const RzCmdDescHelp equal_g_handler_old_help
static const RzCmdDescHelp analysis_function_list_calls_help
static const RzCmdDescArg cmd_debug_add_watchpoint_args[2]
static const RzCmdDescHelp debug_reg_flags_unset_help
static const RzCmdDescArg cmd_info_fields_args[]
static const RzCmdDescHelp cmd_debug_add_cond_bp_help
static const RzCmdDescArg analysis_function_type_matching_args[]
static const RzCmdDescArg cmd_info_signature_args[]
static const RzCmdDescArg analysis_hint_del_args[2]
static const RzCmdDescHelp ts_help
static const RzCmdDescHelp cmd_print_gadget_add_help
static const RzCmdDescArg reopen_nobin_headers_args[]
static const RzCmdDescHelp analysis_function_vars_dis_refs_help
static const RzCmdDescHelp open_maps_map_help
static const RzCmdDescHelp cmd_print_byte_array_rizin_help
static const RzCmdDescHelp aess_help
static const RzCmdDescHelp meta_string_pascal_help
static const RzCmdDescArg remote_mode_enable_args[2]
static const RzCmdDescHelp meta_type_remove_help
static const RzCmdDescArg analysis_hint_set_ret_args[2]
static const RzCmdDescHelp cmd_debug_continue_execution_help
static const RzCmdDescDetail cmd_debug_add_watchpoint_details[2]
static const RzCmdDescHelp cmd_debug_heap_jemalloc_help
static const RzCmdDescHelp cmd_debug_continue_exception_help
static const RzCmdDescArg tasks_transient_args[2]
static const RzCmdDescHelp write_4_dec_help
static const RzCmdDescHelp analysis_hint_list_help
static const RzCmdDescHelp flag_local_add_help
static const RzCmdDescArg cmd_print_byte_array_golang_args[]
static const RzCmdDescHelp tasks_output_help
static const RzCmdDescArg cmd_print_byte_array_c_cpp_bytes_args[]
static const RzCmdDescDetail cw_details[2]
static const RzCmdDescArg analysis_class_vtable_del_args[3]
static const RzCmdDescHelp block_decrease_help
static const RzCmdDescArg meta_string_args[2]
static const RzCmdDescHelp print_hexdump_hex8_help
static const RzCmdDescArg meta_data_remove_all_args[]
static const RzCmdDescArg meta_magic_remove_all_args[]
static const RzCmdDescArg open_list_args[]
static const RzCmdDescHelp analysis_function_rename_help
static const RzCmdDescArg cmd_debug_remove_all_bp_args[]
static const RzCmdDescHelp reopen_core_help
static const RzCmdDescHelp reopen_debug_rzrun_help
static const RzCmdDescArg il_step_skip_until_addr_args[]
static const RzCmdDescHelp cmd_debug_remove_all_bp_help
static const RzCmdDescDetailEntry egg_config_Examples_detail_entries[]
static const RzCmdDescHelp reopen_write_help
static const RzCmdDescHelp comment_append_help
static const RzCmdDescArg cmd_debug_add_cond_bp_args[2]
static const RzCmdDescHelp type_define_help
static const RzCmdDescArg analysis_hint_set_size_args[2]
static const RzCmdDescArg flag_zone_remove_all_args[]
static const RzCmdDescDetail pointer_details[2]
static const RzCmdDescHelp analysis_function_type_matching_help
static const RzCmdDescArg analysis_basic_block_list_args[]
static const RzCmdDescArg analysis_hint_del_immbase_args[]
static const RzCmdDescHelp type_enum_c_nl_help
static const RzCmdDescArg tasks_delete_all_args[]
static const RzCmdDescHelp print_hexdump_hex4l_help
static const RzCmdDescHelp meta_string_utf8_help
static const RzCmdDescHelp plugins_io_print_help
static const RzCmdDescHelp open_list_help
static const RzCmdDescArg flag_space_stack_list_args[]
static const RzCmdDescHelp open_binary_del_all_help
static const RzCmdDescArg cmd_info_headers_args[]
static const RzCmdDescArg seek_next_args[2]
static const RzCmdDescHelp afi_help
static const RzCmdDescHelp analysis_hint_del_esil_help
static const RzCmdDescArg cmd_debug_enable_bp_index_args[2]
static const RzCmdDescArg plugins_unload_args[2]
static const RzCmdDescHelp cmd_info_sourcelines_help
static const RzCmdDescHelp cmd_debug_add_hw_bp_help
static const RzCmdDescArg cmd_eval_color_set_colorful_palette_args[]
static const RzCmdDescArg eval_reset_args[]
static const RzCmdDescHelp analyze_function_linked_offsets_help
static const RzCmdDescHelp cu_help
static const RzCmdDescHelp analyze_symbols_entries_flags_help
static const RzCmdDescHelp R_help
static const RzCmdDescHelp egg_config_help
static const RzCmdDescHelp cmd_print_gadget_print_as_rizin_help
static const RzCmdDescArg cmd_shell_echo_args[2]
static const RzCmdDescHelp analysis_regs_diff_help
static const RzCmdDescHelp wx_help
static const RzCmdDescArg analysis_function_vars_regs_del_args[2]
static const RzCmdDescArg analysis_function_vars_dis_refs_args[]
static const RzCmdDescArg analysis_function_add_recu_force_args[2]
static const RzCmdDescArg write_base64_encode_args[2]
static const RzCmdDescHelp cmd_debug_remove_bp_help
static const RzCmdDescHelp apply_signatures_from_sigdb_help
static const RzCmdDescHelp cmd_debug_heap_block_flag_help
static const RzCmdDescHelp cmd_info_guess_size_help
static const RzCmdDescArg analyze_n_ins_args[2]
static const RzCmdDescArg cmd_info_memory_args[]
static const RzCmdDescArg il_vm_status_args[3]
static const RzCmdDescHelp cmd_debug_traces_ascii_help
static const RzCmdDescHelp cmd_debug_dml_help
static const RzCmdDescHelp type_typedef_c_help
static const RzCmdDescHelp cmd_eval_color_set_default_palette_help
static const RzCmdDescArg cmd_debug_bp_set_expr_cur_offset_args[2]
static const RzCmdDescArg analysis_class_graph_args[2]
static const RzCmdDescHelp tc_help
static const RzCmdDescHelp meta_type_current_help
static const RzCmdDescHelp ai_help
static const RzCmdDescHelp analysis_reg_arenas_write_hex_help
static const RzCmdDescArg egg_reset_args[]
static const RzCmdDescArg meta_string_utf8_args[2]
static const RzCmdDescArg cmd_debug_list_trace_session_mmap_args[]
static const RzCmdDescHelp cmd_cmp_add_memory_watcher_help
static const char * cmd_debug_add_watchpoint_perm_choices[]
static const RzCmdDescArg write_value8_args[2]
static const RzCmdDescHelp wf_help
static const RzCmdDescHelp ft_help
static const RzCmdDescArg il_step_over_until_addr_args[2]
static const RzCmdDescHelp analyze_bytes_help
static const RzCmdDescHelp analysis_class_graph_help
static const RzCmdDescArg analysis_print_rtti_args[]
static const RzCmdDescArg interpret_macro_args[4]
static const RzCmdDescHelp debug_reg_arenas_swap_help
static const RzCmdDescDetailEntry wo_Examples_detail_entries[]
static const RzCmdDescArg debug_reg_arenas_stack_size_args[]
static const RzCmdDescHelp reopen_debug_help
static const RzCmdDescHelp open_binary_rebase_help
static const RzCmdDescHelp analysis_hint_set_offset_help
static const RzCmdDescHelp cmd_debug_continue_mapped_io_help
static const RzCmdDescHelp debug_reg_arenas_zero_help
static const RzCmdDescArg write_1_dec_args[2]
static const RzCmdDescHelp analyze_n_bytes_esil_help
static const RzCmdDescHelp cmd_debug_trace_interactive_help
static const RzCmdDescHelp cmd_debug_process_heaps_help
static const RzCmdDescHelp w6_help
static const RzCmdDescArg cmd_debug_heap_block_flag_args[]
static const RzCmdDescDetailEntry hash_bang_Examples_detail_entries[]
static const RzCmdDescDetailEntry analysis_hint_set_val_empty_detail_entries[]
static const RzCmdDescDetailEntry w8_Examples_detail_entries[]
static const RzCmdDescArg cmd_debug_continue_send_signal_args[3]
static const RzCmdDescArg analyze_all_function_calls_args[]
static const RzCmdDescArg analysis_appcall_args[2]
static const RzCmdDescArg flag_rename_args[3]
static const RzCmdDescHelp analysis_hint_list_at_help
static const RzCmdDescArg cmd_disassembly_n_bytes_args[2]
static const RzCmdDescArg meta_hidden_list_args[]
static const RzCmdDescArg debug_regs_valgroup_args[2]
static const RzCmdDescArg cmd_debug_display_bt_ascii_args[]
static const RzCmdDescArg type_open_editor_args[2]
static const RzCmdDescHelp analysis_function_vars_regs_del_all_help
static const RzCmdDescHelp history_clear_help
static const RzCmdDescArg il_step_evaluate_args[2]
static const RzCmdDescHelp egg_encoder_help
static const RzCmdDescHelp cmd_heap_chunks_graph_help
static const RzCmdDescHelp type_union_c_nl_help
static const RzCmdDescArg cmd_print_byte_array_kotlin_args[]
static const RzCmdDescArg open_prioritize_next_args[]
static const RzCmdDescHelp cmd_debug_step_until_help
static const RzCmdDescHelp cmd_cmp_unified_disasm_help
static const RzCmdDescArg open_binary_reload_args[2]
static const RzCmdDescArg block_increase_args[2]
static const RzCmdDescArg write_assembly_file_args[2]
static const RzCmdDescHelp analysis_hint_del_bits_help
static const RzCmdDescHelp cmd_disassemble_recursive_help
static const RzCmdDescArg comment_append_args[2]
static const RzCmdDescArg cmd_info_entry_args[]
static const RzCmdDescArg flag_move_args[2]
static const RzCmdDescArg cmd_debug_traces_esil_delete_args[]
static const RzCmdDescHelp plugins_core_print_help
static const RzCmdDescHelp dmh_help
static const RzCmdDescArg analysis_hint_set_stackframe_args[2]
static const RzCmdDescArg analysis_reg_flags_args[2]
static const RzCmdDescArg analysis_syscall_print_args[]
static const RzCmdDescDetail debug_regs_diff_details[]
static const RzCmdDescArg analysis_function_vars_regs_del_all_args[]
static const RzCmdDescHelp ah_help
static const RzCmdDescHelp analyze_all_functions_esil_help
static const RzCmdDescHelp analysis_function_vars_reads_help
static const RzCmdDescArg write_from_file_args[4]
static const RzCmdDescArg comment_remove_args[]
static const RzCmdDescHelp cmd_info_sourcelines_here_help
static const RzCmdDescHelp analysis_function_analyze_jmptable_help
static const RzCmdDescHelp flag_ordinals_help
static const RzCmdDescHelp interpret_pipe_help
static const RzCmdDescHelp analysis_continue_until_except_help
static const RzCmdDescArg analysis_reg_arenas_pop_args[]
static const RzCmdDescHelp print_hexword_references_4_help
static const RzCmdDescArg analysis_basic_block_info_args[]
static const RzCmdDescHelp egg_padding_help
static const RzCmdDescHelp cmd_info_classes_help
static const RzCmdDescHelp meta_string_list_help
static const RzCmdDescArg meta_data_at_args[]
static const RzCmdDescHelp analysis_function_vars_sp_help
static const RzCmdDescArg tasks_wait_args[2]
static const RzCmdDescArg cmd_info_kuery_args[2]
static const RzCmdDescArg open_arch_bits_args[4]
static const RzCmdDescHelp write_duplicate_help
static const RzCmdDescArg write_cache_list_args[]
static const RzCmdDescArg analysis_reg_arenas_stack_size_args[]
static const RzCmdDescHelp cmd_visual_help
static const RzCmdDescArg analysis_all_esil_functions_args[]
static const RzCmdDescHelp cmd_debug_name_bp_help
static const RzCmdDescHelp cmd_print_timestamp_hfs_help
static const RzCmdDescArg analysis_function_import_list_args[2]
static const RzCmdDescArg cmd_debug_bt_enable_bp_trace_args[]
static const RzCmdDescHelp cmd_disassemble_recursively_from_current_block_help
static const RzCmdDescHelp debug_regs_help
static const RzCmdDescArg cmd_debug_handler_set_args[2]
static const RzCmdDescArg type_enum_c_nl_args[2]
static const RzCmdDescArg interpret_args[2]
static const RzCmdDescArg analysis_function_blocks_color_args[3]
static const RzCmdDescHelp print_byte_bitstream_help
static const RzCmdDescHelp print_hexdump_signed_integer_help
static const RzCmdDescHelp pxr_help
static const RzCmdDescArg write_2_dec_args[2]
static const RzCmdDescHelp aan_help
static const RzCmdDescHelp cmd_cmp_list_compare_watchers_help
static const RzCmdDescDetail dr_details[2]
static const RzCmdDescHelp analysis_hint_set_immbase_help
static const RzCmdDescHelp dt_help
static const RzCmdDescHelp analysis_xrefs_set_C_help
static const RzCmdDescHelp analysis_function_vars_regs_del_help
static const RzCmdDescHelp global_imports_help
static const RzCmdDescHelp analysis_reg_arenas_zero_help
static const RzCmdDescHelp flag_comment_help
static const RzCmdDescArg write_bits_args[2]
static const RzCmdDescArg type_structure_c_nl_args[2]
static const RzCmdDescHelp print_op_analysis_color_map_help
static const RzCmdDescHelp analysis_function_address_help
static const RzCmdDescArg tasks_output_args[2]
static const RzCmdDescHelp write_hex_from_file_help
static const RzCmdDescHelp eval_bool_invert_help
static const RzCmdDescHelp cmd_info_headers_help
static const RzCmdDescArg cmd_debug_remove_bp_plugin_args[2]
static const RzCmdDescArg cmd_heap_bins_list_print_args[2]
static const RzCmdDescArg open_maps_map_args[7]
static const RzCmdDescArg cmd_info_dwarf_args[]
static const RzCmdDescHelp ab_help
static const RzCmdDescHelp cmd_debug_step_until_instr_help
static const RzCmdDescHelp cmd_debug_remove_bp_plugin_help
static const RzCmdDescHelp cmd_cmp_unified1_help
static const RzCmdDescArg system_to_cons_args[3]
static const RzCmdDescHelp meta_list_help
static const RzCmdDescArg flag_list_ascii_args[2]
static const RzCmdDescArg cmd_debug_process_close_args[]
static const RzCmdDescHelp cmd_debug_traces_esil_i_help
static const RzCmdDescArg interpret_editor_2_args[]
static const RzCmdDescHelp meta_magic_remove_all_help
static const RzCmdDescArg cmd_info_cur_segment_args[]
static const RzCmdDescHelp cmd_heap_tcache_print_help
static const RzCmdDescHelp type_print_hexstring_help
static const RzCmdDescHelp debug_reg_profile_help
static const RzCmdDescHelp open_binary_list_help
static const RzCmdDescHelp analysis_xrefs_to_list_help
static const RzCmdDescHelp type_xrefs_list_all_help
static const RzCmdDescArg debug_reg_profile_args[]
static const RzCmdDescHelp flag_space_remove_help
static const RzCmdDescHelp cmd_debug_traces_reset_help
static const RzCmdDescArg project_open_args[2]
static const RzCmdDescDetail w2_details[2]
static const RzCmdDescHelp analysis_function_vars_sp_setref_help
static const RzCmdDescArg cmd_info_archs_args[]
static const RzCmdDescHelp plugins_load_help
static const RzCmdDescArg reopen_malloc_args[]
static const RzCmdDescHelp cmd_debug_save_trace_session_help
static const RzCmdDescArg cmd_debug_allocate_maps_args[2]
static const RzCmdDescHelp flag_space_add_help
static const RzCmdDescHelp resize_remove_help
static const RzCmdDescHelp analysis_function_vars_xrefs_args_help
static const RzCmdDescHelp analysis_class_del_help
static const RzCmdDescHelp oo_help
static const RzCmdDescArg flag_list_at_args[]
static const RzCmdDescArg open_prioritize_next_rotate_args[]
static const RzCmdDescHelp write_from_io_help
static const RzCmdDescArg analyze_simple_args[]
static const RzCmdDescArg cmd_debug_bp_plugin_args[2]
static const RzCmdDescArg cmd_print_timestamp_dos_args[]
static const RzCmdDescArg flag_describe_args[]
static const RzCmdDescArg cmd_debug_step_cond_args[2]
static const RzCmdDescArg write_mask_reset_args[]
static const RzCmdDescHelp cmd_debug_list_bp_indexes_help
static const RzCmdDescHelp analysis_xrefs_set_0_help
static const RzCmdDescArg debug_reg_profile_gdb_args[2]
static const RzCmdDescArg analyze_recursively_all_function_types_args[]
static const RzCmdDescHelp analysis_function_signature_type_help
static const RzCmdDescHelp aes_help
static const RzCmdDescArg list_mne_args[]
static const RzCmdDescHelp write_op_sequence_help
static const RzCmdDescHelp dmw_help
static const RzCmdDescHelp cmd_print_byte_array_c_cpp_double_word_help
static const RzCmdDescArg meta_string_pascal_args[]
static const RzCmdDescHelp flag_add_help
static const RzCmdDescHelp cmd_alias_help
static const RzCmdDescHelp write_assembly_help
static const RzCmdDescArg cmd_debug_step_until_args[2]
static const RzCmdDescHelp esil_of_assembly_help
static const RzCmdDescArg write_debruijn_find_args[2]
static const RzCmdDescArg print_hexdump_hex8_args[2]
static const RzCmdDescArg flag_tag_list_args[]
static const RzCmdDescHelp analysis_esil_deinit_help
static const RzCmdDescHelp print_hexdump_hexless_bytes_help
static const RzCmdDescHelp cmd_info_cur_segment_help
static const RzCmdDescHelp print_hexdump_hexless_words_help
static const RzCmdDescArg cmd_info_class_methods_args[2]
static const RzCmdDescArg cmd_disassemble_ropchain_args[2]
static const RzCmdDescHelp cmd_disassembly_all_opcodes_help
static const RzCmdDescHelp open_maps_name_del_help
static const RzCmdDescHelp analysis_hint_set_jump_help
static const RzCmdDescArg cmd_debug_continue_execution_args[2]
static const RzCmdDescHelp aac_help
static const RzCmdDescArg write_cache_commit_args[3]
static const RzCmdDescHelp analysis_all_esil_help
static const RzCmdDescHelp il_step_over_until_addr_help
static const RzCmdDescHelp analysis_recover_rtti_all_help
static const RzCmdDescHelp analysis_class_base_list_help
static const RzCmdDescArg analysis_function_vars_type_args[3]
static const RzCmdDescHelp analysis_xrefs_set_d_help
static const RzCmdDescHelp cmd_debug_run_command_bp_index_help
static const RzCmdDescArg analysis_class_base_list_args[2]
static const RzCmdDescArg analysis_reg_arenas_swap_args[]
static const RzCmdDescHelp analysis_reg_profile_gdb_help
static const RzCmdDescHelp cmd_disassembly_n_instructions_with_flow_help
static const RzCmdDescHelp analysis_class_vtable_del_help
static const RzCmdDescHelp cmd_base64_decode_help
static const RzCmdDescArg cmd_print_byte_array_nodejs_args[]
static const RzCmdDescHelp cmd_debug_display_bt_oneline_help
static const RzCmdDescHelp print_hexdump_signed_integer4_help
static const RzCmdDescHelp acb_help
static const RzCmdDescHelp flag_space_rename_help
static const RzCmdDescArg analysis_function_rename_args[2]
static const RzCmdDescArg open_binary_del_args[2]
static const RzCmdDescDetailEntry cmd_shell_env_Examples_detail_entries[]
static const RzCmdDescHelp project_open_no_bin_io_help
static const RzCmdDescHelp flag_move_help
static const RzCmdDescArg analysis_function_cc_list_args[]
static const RzCmdDescHelp debug_reg_profile_comments_help
static const RzCmdDescHelp iterators_help
static const RzCmdDescHelp cmd_disassemble_summarize_function_help
static const RzCmdDescArg analysis_global_variable_delete_byaddr_args[2]
static const RzCmdDescHelp analysis_hint_set_opcode_help
static const RzCmdDescHelp cmd_eval_color_list_reload_current_help
static const RzCmdDescHelp yank_editor_help
static const RzCmdDescHelp open_maps_prioritize_fd_help
static const RzCmdDescHelp type_function_del_help
static const RzCmdDescHelp reopen_debug_file_help
static const RzCmdDescArg analysis_hint_set_opcode_args[2]
static const RzCmdDescDetail analysis_hint_set_bits_details[2]
static const RzCmdDescArg write_value_args[2]
static const RzCmdDescHelp ob_help
static const RzCmdDescArg quit_nokill_nosave_args[]
static const RzCmdDescArg project_save_args[2]
static const RzCmdDescArg print_commands_after_traps_args[2]
static const RzCmdDescHelp type_link_del_all_help
static const RzCmdDescArg seek_undo_args[]
static const RzCmdDescArg flag_comment_args[3]
static const RzCmdDescArg seek_base_args[2]
static const RzCmdDescHelp analysis_functions_merge_help
static const RzCmdDescHelp cmd_cmp_hex_block_hexdiff_help
static const RzCmdDescArg write_zero_args[2]
static const RzCmdDescArg cmd_debug_remove_bp_index_args[2]
static const RzCmdDescHelp debug_reg_arenas_push_help
static const RzCmdDescArg analysis_xrefs_set_s_args[2]
static const RzCmdDescHelp comment_function_remove_help
static const RzCmdDescArg debug_reg_flags_unset_args[2]
static const RzCmdDescHelp flag_relocate_help
static const RzCmdDescDetail analysis_hint_set_fail_details[2]
static const RzCmdDescHelp ds_help
static const RzCmdDescHelp omp_help
static const RzCmdDescHelp cmd_debug_remove_bp_index_help
static const RzCmdDescHelp ecH_help
static const RzCmdDescHelp analyze_all_function_calls_help
static const RzCmdDescArg cmd_heap_tcache_print_args[]
static const RzCmdDescHelp to_help
static const RzCmdDescHelp cmd_arena_print_help
static const RzCmdDescHelp print_hexdump_emoji_help
static const RzCmdDescHelp H_help
static const RzCmdDescArg meta_magic_remove_args[]
static const RzCmdDescArg cmd_debug_display_bt_args[]
static const RzCmdDescDetailEntry analysis_hint_set_offset_empty_detail_entries[]
static const RzCmdDescHelp cmd_disassembly_basic_block_as_text_json_help
static const RzCmdDescArg cmd_cmp_bits_args[2]
static const RzCmdDescArg debug_memory_permission_args[3]
static const RzCmdDescHelp afvx_help
static const RzCmdDescArg write_extend_shift_args[3]
static const char * basefind_compute_pointer_bits_choices[]
static const RzCmdDescDetail tmp_modifiers_details[2]
static const RzCmdDescHelp display_opcode_help
static const RzCmdDescHelp afc_help
static const RzCmdDescHelp afvb_help
static const RzCmdDescHelp analysis_function_analyze_args_help
static const RzCmdDescArg cmd_debug_heap_jemalloc_args[]
static const RzCmdDescHelp analysis_function_vars_bp_del_all_help
static const RzCmdDescHelp aO_help
static const RzCmdDescHelp open_maps_all_fd_help
static const RzCmdDescHelp analysis_class_method_del_help
static const RzCmdDescHelp comment_function_list_help
static const RzCmdDescHelp write_2_inc_help
static const RzCmdDescArg cmd_cmp_unified4_args[2]
static const RzCmdDescArg analysis_list_vtables_args[]
static const RzCmdDescArg debug_reg_arenas_write_hex_args[3]
static const RzCmdDescHelp we_help
static const RzCmdDescHelp meta_format_remove_help
static const RzCmdDescHelp open_nobin_write_help
static const RzCmdDescHelp open_maps_flags_help
static const RzCmdDescHelp comment_filelink_help
static const RzCmdDescHelp meta_magic_help
static const RzCmdDescArg cmd_debug_display_bt_local_vars_args[]
static const RzCmdDescHelp fd_help
static const RzCmdDescHelp type_link_help
static const RzCmdDescArg reopen_args[2]
static const RzCmdDescArg cmd_shell_rm_args[2]
static const RzCmdDescArg meta_string_wide32_args[2]
static const RzCmdDescHelp cmd_print_default_help
static const RzCmdDescArg reopen_nobin_write_headers_args[]
static const RzCmdDescArg cmd_debug_current_modules_args[]
static const RzCmdDescArg flag_hexdump_args[2]
static const RzCmdDescHelp cmd_sizes_of_n_instructions_help
static const RzCmdDescHelp assembly_of_hex_alias_help
static const RzCmdDescArg cmd_debug_step_until_optype_args[2]
static const RzCmdDescArg pointer_args[3]
static const RzCmdDescArg analysis_function_size_sum_args[]
static const RzCmdDescHelp analysis_hint_del_opcode_help
static const RzCmdDescArg analysis_regs_prev_args[2]
static const RzCmdDescArg cmd_disassembly_all_possible_opcodes_args[2]
static const RzCmdDescHelp analysis_hint_del_jump_help
static const RzCmdDescHelp cmd_info_help
static const RzCmdDescHelp cmd_eval_color_load_theme_help
static const RzCmdDescHelp cmd_print_byte_array_c_cpp_half_word_help
static const RzCmdDescArg seek_basicblock_args[]
static const RzCmdDescArg meta_hidden_args[2]
static const RzCmdDescArg analysis_hint_del_syntax_args[]
static const RzCmdDescArg meta_hidden_remove_all_args[]
static const RzCmdDescArg type_list_structure_args[2]
static const RzCmdDescHelp cmd_eval_color_set_random_palette_help
static const RzCmdDescHelp pointer_help
static const RzCmdDescArg flag_space_remove_all_args[]
static const RzCmdDescHelp cmd_heap_chunks_print_help
static const RzCmdDescArg comment_unique_args[2]
static const RzCmdDescHelp print_hexdump_hexii_help
static const RzCmdDescHelp flag_rename_help
static const RzCmdDescHelp open_binary_show_help
static const RzCmdDescHelp cmd_analysis_help
static const RzCmdDescHelp cmd_shell_cp_help
static const RzCmdDescHelp analysis_hint_set_optype_help
static const RzCmdDescHelp cmd_debug_continue_send_signal_help
static const RzCmdDescArg analysis_function_describe_offset_args[]
static const RzCmdDescDetail ar_details[2]
static const RzCmdDescDetailEntry analysis_hint_set_esil_empty_detail_entries[]
static const RzCmdDescArg analysis_reg_flags_unset_args[2]
static const RzCmdDescHelp analysis_class_vtable_list_help
static const RzCmdDescDetailEntry interpret_macro_multiple_Example_detail_entries[]
static const RzCmdDescHelp il_trace_stop_help
static const RzCmdDescArg type_del_args[2]
static const RzCmdDescHelp analysis_function_strings_help
static const RzCmdDescArg open_close_all_args[]
static const RzCmdDescArg resize_remove_args[2]
static const RzCmdDescArg eval_getset_args[2]
static const RzCmdDescHelp cmd_debug_display_bt_help
static const RzCmdDescArg flirt_create_args[2]
static const RzCmdDescArg cmd_cmp_hexpair_string_args[2]
static const RzCmdDescArg cmd_disassembly_all_possible_opcodes_treeview_args[2]
static const RzCmdDescArg write_hex_args[2]
static const RzCmdDescHelp afii_help
static const RzCmdDescHelp seek_delta_help
static const RzCmdDescArg cmd_disassemble_summarize_n_bytes_args[2]
static const RzCmdDescHelp flag_list_at_help
static const RzCmdDescArg analysis_functions_map_args[]
static const RzCmdDescHelp cmd_debug_process_profile_edit_help
static const RzCmdDescDetail debug_regs_args_details[]
static const RzCmdDescArg cmd_quit_args[]
static const RzCmdDescHelp cmd_info_versions_help
static const RzCmdDescArg cmd_print_hash_cfg_algo_list_args[]
static const RzCmdDescHelp cmd_info_entry_help
static const RzCmdDescArg cmd_help_search_args[2]
static const RzCmdDescArg analysis_info_show_args[]
static const RzCmdDescArg analysis_reg_types_args[]
static const RzCmdDescHelp analysis_class_rename_help
static const RzCmdDescHelp cmd_debug_enable_bp_help
static const RzCmdDescArg seek_function_args[2]
static const RzCmdDescArg last_output_args[]
static const RzCmdDescHelp cmd_debug_bt_disable_bp_trace_help
static const RzCmdDescArg meta_string_list_args[]
static const RzCmdDescHelp meta_hidden_remove_help
static const RzCmdDescHelp cmd_debug_trace_graph_help
static const RzCmdDescArg type_noreturn_del_args[2]
static const RzCmdDescHelp seek_register_help
static const RzCmdDescHelp CC_help
static const RzCmdDescHelp write_assembly_opcode_help
static const RzCmdDescHelp cmd_shell_fortune_help
static const RzCmdDescArg analysis_xrefs_set_C_args[2]
static const RzCmdDescHelp cmd_shell_mkdir_help
static const RzCmdDescHelp cmd_debug_step_until_esil_help
static const RzCmdDescHelp type_cc_del_all_help
static const RzCmdDescArg cmd_info_cur_symbol_args[]
static const RzCmdDescArg cmd_info_libs_args[]
static const RzCmdDescHelp type_list_structure_help
static const RzCmdDescHelp cmd_disassemble_summarize_block_help
static const RzCmdDescDetailEntry analysis_hint_set_fail_empty_detail_entries[]
static const RzCmdDescArg project_open_no_bin_io_args[2]
static const RzCmdDescArg yank_whole_file_args[2]
static const RzCmdDescHelp cmd_debug_trace_tag_help
static const RzCmdDescHelp seek_next_help
static const RzCmdDescHelp cmd_info_memory_help
static const RzCmdDescArg cmd_shell_uniq_args[2]
static const RzCmdDescHelp analyze_all_consecutive_functions_in_section_help
static const RzCmdDescHelp analysis_xrefs_from_list_help
static const RzCmdDescHelp meta_type_help
static const RzCmdDescHelp cmd_print_timestamp_ntfs_help
static const RzCmdDescArg write_unified_patch_args[2]
static const RzCmdDescHelp analysis_function_cc_set_get_help
static const RzCmdDescHelp meta_var_comment_append_help
static const RzCmdDescArg open_list_ascii_args[]
static const RzCmdDescHelp flag_hexdump_help
static const RzCmdDescArg cmd_pdb_extract_args[3]
static const RzCmdDescHelp write_unified_patch_help
static const RzCmdDescHelp cmd_debug_start_trace_session_help
static const RzCmdDescDetail analysis_hint_set_high_details[2]
static const RzCmdDescHelp print_utf32le_help
static const RzCmdDescHelp cmd_print_gadget_help
static const RzCmdDescHelp analysis_reg_arenas_stack_size_help
static const RzCmdDescHelp write_zero_string_help
static const RzCmdDescArg type_open_file_args[2]
static const RzCmdDescHelp cmd_print_byte_array_json_help
static const RzCmdDescHelp analysis_hint_set_syntax_help
static const RzCmdDescHelp type_noreturn_del_help
static const RzCmdDescHelp write_value2_help
static const RzCmdDescArg plugins_hash_print_args[]
static const RzCmdDescArg analyze_value_to_maps_args[]
static const RzCmdDescHelp as_help
static const RzCmdDescHelp af_help
static const RzCmdDescArg list_plugins_args[]
static const RzCmdDescArg meta_type_args[2]
static const RzCmdDescArg cmd_shell_mkdir_args[3]
static const RzCmdDescHelp analysis_function_vars_stackframe_help
static const RzCmdDescHelp cmd_info_purge_string_help
static const RzCmdDescArg analysis_function_xrefs_args[]
static const RzCmdDescArg cmd_debug_remove_bp_args[]
static const RzCmdDescArg open_binary_rebase_args[2]
static const RzCmdDescArg analysis_class_list_args[]
static const RzCmdDescHelp write_op_xor_help
static const RzCmdDescArg cmd_debug_step_until_instr_args[2]
static const RzCmdDescHelp analyze_everything_help
static const RzCmdDescHelp analysis_function_setbits_help
static const RzCmdDescArg analysis_hint_set_optype_args[2]
static const RzCmdDescHelp afvr_help
static const RzCmdDescHelp cmd_info_strings_help
static const RzCmdDescHelp cmd_eval_color_highlight_remove_all_help
static const RzCmdDescArg write_op_shl_args[2]
static const RzCmdDescHelp analysis_function_list_help
static const RzCmdDescArg analysis_xrefs_set_c_args[2]
static const RzCmdDescHelp il_step_until_opt_help
static const RzCmdDescDetailEntry analysis_reg_cond_Unsigned_detail_entries[]
static const RzCmdDescHelp cmd_info_pdb_download_help
static const RzCmdDescArg analysis_esil_deinit_args[]
static const RzCmdDescHelp open_binary_select_fd_help
static const RzCmdDescArg cmd_debug_continue_back_args[]
static const RzCmdDescArg write_op_2byteswap_args[]
static const RzCmdDescHelp write_op_div_help
static const RzCmdDescDetail drp_details[]
static const RzCmdDescArg flirt_scan_args[2]
static const RzCmdDescHelp seek_begin_help
static const RzCmdDescHelp flag_zone_add_help
static const RzCmdDescHelp cmd_eval_color_load_next_theme_help
static const RzCmdDescHelp open_maps_name_help
static const RzCmdDescHelp dot__help
static const RzCmdDescDetail write_extend_hexbytes_details[2]
static const RzCmdDescDetail w6_details[2]
static const RzCmdDescArg il_step_args[2]
static const RzCmdDescArg write_block_args[2]
static const RzCmdDescArg meta_var_comment_editor_args[2]
static const RzCmdDescHelp recover_all_golang_functions_strings_help
static const RzCmdDescHelp reopen_binary_help
static const RzCmdDescHelp write_cache_list_help
static const RzCmdDescHelp eval_editor_help
static const RzCmdDescHelp dbi_help
static const RzCmdDescHelp cmd_print_byte_array_java_help
static const RzCmdDescArg print_string_c_cpp_args[]
static const RzCmdDescHelp cmd_print_hash_cfg_help
static const RzCmdDescHelp cmd_print_timestamp_help
static const RzCmdDescHelp iE_help
static const RzCmdDescArg analysis_regs_args_args[]
static const RzCmdDescHelp C_help
RZ_IPI void rzshell_cmddescs_init(RzCore *core)
static const RzCmdDescHelp meta_hidden_help
static const RzCmdDescHelp type_cc_del_help
static const RzCmdDescHelp write_mask_reset_help
static const RzCmdDescArg open_args[4]
static const RzCmdDescHelp print_bitstream_help
static const RzCmdDescDetailEntry analysis_hint_set_opcode_empty_detail_entries[]
static const RzCmdDescArg resize_insert_args[2]
static const RzCmdDescHelp comment_remove_help
static const RzCmdDescHelp aaf_help
static const RzCmdDescDetailEntry analysis_hint_set_optype_empty_detail_entries[]
static const RzCmdDescArg history_list_or_exec_args[2]
static const RzCmdDescHelp analysis_function_vars_bp_getref_help
static const RzCmdDescHelp open_prioritize_next_help
static const RzCmdDescArg analysis_hint_del_offset_args[]
static const RzCmdDescHelp analysis_basic_block_info_help
static const RzCmdDescHelp analysis_regs_prev_help
static const RzCmdDescArg cmd_disassemble_summarize_function_args[]
static const RzCmdDescArg analysis_print_rtti_all_args[]
static const RzCmdDescArg open_maps_list_ascii_args[]
static const RzCmdDescHelp cmd_debug_step_until_flag_help
static const RzCmdDescHelp write_cache_remove_help
static const RzCmdDescHelp write_mask_set_help
static const RzCmdDescHelp cmd_shell_exit_help
static const RzCmdDescArg print_hexdump_hex4l_args[2]
static const RzCmdDescArg cmd_debug_dump_maps_args[2]
static const RzCmdDescArg cmd_shell_cat_args[2]
static const RzCmdDescArg cmd_debug_modules_args[]
static const RzCmdDescHelp write_random_help
static const RzCmdDescArg cmd_cmp_list_compare_watchers_args[]
static const RzCmdDescArg type_xrefs_list_args[2]
static const RzCmdDescArg meta_space_rename_args[3]
static const RzCmdDescArg analysis_xrefs_set_d_args[2]
static const RzCmdDescArg seek_redo_args[]
static const RzCmdDescArg yank_to_args[3]
static const RzCmdDescArg interpret_script_args[2]
static const RzCmdDescArg meta_string_wide16_args[2]
static const RzCmdDescHelp debug_regs_valgroup_help
static const RzCmdDescHelp il_vm_step_help
static const RzCmdDescHelp analyze_xrefs_section_bytes_help
static const RzCmdDescArg cmd_cmp_update_watcher_args[]
static const RzCmdDescHelp type_structure_c_nl_help
static const RzCmdDescArg analyze_all_objc_references_args[]
static const RzCmdDescHelp dr_help
static const RzCmdDescHelp analysis_hint_set_bits_help
static const RzCmdDescDetailEntry w2_Examples_detail_entries[]
static const RzCmdDescHelp cmd_info_plugins_help
static const RzCmdDescArg tasks_break_args[2]
static const RzCmdDescArg write_4_inc_args[2]
static const RzCmdDescArg cmd_debug_deallocate_map_args[]
static const RzCmdDescHelp cmd_print_gadget_remove_help
static const RzCmdDescArg open_write_args[4]
static const RzCmdDescHelp analysis_function_create_help
static const RzCmdDescHelp analysis_hint_del_optype_help
static const RzCmdDescHelp open_list_ascii_help
static const RzCmdDescArg analysis_class_vtable_list_args[2]
static const RzCmdDescArg cmd_debug_trace_interactive_args[]
static const RzCmdDescHelp write_op_decrypt_help
static const RzCmdDescHelp flag_local_remove_help
static const RzCmdDescArg seek_end_args[]
static const RzCmdDescArg flag_zone_remove_args[2]
static const RzCmdDescArg cmd_info_whole_strings_args[]
static const RzCmdDescHelp open_show_current_help
static const RzCmdDescArg assembly_of_hex_args[2]
static const RzCmdDescArg cmd_disassemble_recursively_from_current_block_args[]
static const RzCmdDescArg analysis_hint_set_jump_args[2]
static const RzCmdDescHelp ao_help
static const RzCmdDescHelp analysis_function_blocks_asciiart_help
static const RzCmdDescArg analysis_hint_set_esil_args[2]
static const RzCmdDescHelp open_maps_relocate_current_help
static const RzCmdDescHelp seek_function_help
static const RzCmdDescArg cmd_print_timestamp_current_args[]
static const RzCmdDescArg cmd_heap_chunks_graph_args[2]
static const RzCmdDescHelp yank_print_help
static const RzCmdDescDetailEntry ar_Register_space_Filter_detail_entries[]
static const RzCmdDescHelp eval_reset_help
static const RzCmdDescArg plugins_bin_print_args[]
static const RzCmdDescArg open_binary_add_args[2]
static const RzCmdDescHelp dmd_help
static const RzCmdDescHelp analysis_reg_arenas_swap_help
static const RzCmdDescArg cmd_print_byte_array_swift_args[]
static const RzCmdDescHelp list_plugins_help
static const RzCmdDescArg resize_args[2]
static const RzCmdDescHelp print_hexdump_signed_integer2_help
static const RzCmdDescHelp analysis_hint_set_val_help
static const RzCmdDescHelp tcc_help
static const RzCmdDescHelp print_hexword_references_2_help
static const RzCmdDescHelp cmd_info_binary_help
static const RzCmdDescArg analysis_function_signature_type_args[2]
static const RzCmdDescHelp open_maps_name_id_del_help
static const char * seek_next_type_choices[]
static const RzCmdDescArg meta_format_args[3]
static const RzCmdDescArg yank_file_args[3]
static const RzCmdDescArg analyze_n_ins_size_args[2]
static const RzCmdDescHelp cmd_comments_in_n_instructions_help
static const RzCmdDescArg type_list_c_args[2]
static const RzCmdDescArg print_hexdump_signed_integer4_args[2]
static const char * cmd_heap_arena_bins_print_bin_type_choices[]
static const RzCmdDescArg analysis_recover_rtti_all_args[]
static const RzCmdDescArg open_malloc_args[2]
static const RzCmdDescArg autoname_all_functions_args[]
static const RzCmdDescHelp remote_mode_disable_help
static const RzCmdDescHelp comment_help
static const RzCmdDescHelp specifiers_help
static const RzCmdDescArg egg_config_args[2]
static const RzCmdDescHelp system_to_cons_help
static const RzCmdDescHelp aesu_help
static const RzCmdDescArg cmd_shell_cd_args[2]
static const RzCmdDescHelp omn_help
static const RzCmdDescHelp id_help
static const RzCmdDescHelp cmd_cmp_remove_watcher_help
static const RzCmdDescHelp meta_string_help
static const RzCmdDescHelp flag_space_remove_all_help
static const RzCmdDescHelp open_binary_reload_help
static const RzCmdDescHelp interpret_macro_help
static const RzCmdDescDetail pipe_details[2]
static const RzCmdDescArg open_maps_relocate_current_args[2]
static const RzCmdDescArg comment_function_remove_args[]
static const RzCmdDescHelp meta_magic_remove_help
static const RzCmdDescHelp type_union_c_help
static const RzCmdDescHelp analysis_function_size_sum_help
static const RzCmdDescArg analysis_xrefs_graph_args[]
static const RzCmdDescHelp analysis_function_list_in_help
static const RzCmdDescHelp analyze_all_objc_references_help
static const RzCmdDescHelp analyze_all_functions_help
static const RzCmdDescArg analysis_xrefs_list_args[]
static const RzCmdDescHelp cmd_print_help
static const RzCmdDescArg type_xrefs_function_args[2]
static const RzCmdDescHelp and__help
static const RzCmdDescHelp write_cache_commit_help
static const RzCmdDescArg plugins_io_print_args[2]
static const RzCmdDescArg analysis_function_analyze_args_args[]
static const RzCmdDescHelp block_max_help
static const RzCmdDescDetailEntry analysis_hint_set_immbase_empty_detail_entries[]
static const RzCmdDescArg cmd_shell_cp_args[3]
static const RzCmdDescHelp seek_undo_help
static const RzCmdDescHelp analysis_appcall_help
static const RzCmdDescArg debug_regs_args_args[]
static const RzCmdDescArg debug_drx_unset_args[2]
static const RzCmdDescHelp cmd_info_source_help
static const RzCmdDescHelp write_zero_help
static const RzCmdDescArg cmd_cmp_unified8_args[2]
static const RzCmdDescArg write_cache_remove_args[3]
static const RzCmdDescHelp flag_zone_remove_all_help
static const RzCmdDescHelp analysis_function_vars_xrefs_vars_help
static const RzCmdDescArg cmd_cmp_addr_args[3]
static const RzCmdDescHelp cmd_debug_step_skip_help
static const RzCmdDescHelp type_list_c_nl_help
static const RzCmdDescHelp equal_h_handler_old_help
static const RzCmdDescArg cmd_debug_list_bp_indexes_args[]
static const RzCmdDescHelp type_list_union_help
static const RzCmdDescArg write_duplicate_args[3]
static const RzCmdDescHelp CS_help
static const RzCmdDescHelp cmd_debug_stop_trace_session_help
static const RzCmdDescArg meta_list_args[]
static const RzCmdDescHelp cmd_info_pdb_show_help
static const RzCmdDescHelp shell_help
static const RzCmdDescHelp write_pcache_commit_help
static const RzCmdDescHelp cmd_info_libs_help
static const RzCmdDescHelp open_close_all_help
static const RzCmdDescHelp meta_var_comment_editor_help
static const RzCmdDescArg cmd_print_gadget_print_as_rizin_args[]
static const RzCmdDescArg analysis_hint_del_val_args[]
static const RzCmdDescArg analysis_class_vtable_lookup_args[3]
static const RzCmdDescArg cmd_debug_trace_esils_args[]
static const RzCmdDescHelp w1_help
static const RzCmdDescHelp remote_open_help
static const RzCmdDescHelp cmd_debug_display_bt_local_vars_help
static const RzCmdDescArg eval_spaces_args[2]
static const RzCmdDescHelp type_structure_c_help
static const RzCmdDescHelp ic_help
static const RzCmdDescHelp cmd_info_cur_export_help
static const RzCmdDescHelp debug_reg_arenas_write_hex_help
static const RzCmdDescHelp analysis_reg_profile_comments_help
static const RzCmdDescHelp cmd_print_byte_array_python_help
static const RzCmdDescArg egg_encoder_args[3]
static const RzCmdDescArg meta_var_comment_remove_args[2]
static const RzCmdDescArg analysis_function_count_args[]
static const RzCmdDescHelp analysis_reg_cc_help
static const RzCmdDescArg analysis_function_signature_args[2]
static const RzCmdDescHelp debug_reg_profile_open_help
static const RzCmdDescHelp open_maps_prioritize_help
static const RzCmdDescArg cmd_cmp_unified2_args[2]
static const RzCmdDescHelp cmd_debug_step_back_help
static const RzCmdDescHelp open_nobin_help
static const RzCmdDescArg print_utf16le_args[2]
static const RzCmdDescArg yank_hex_print_args[2]
static const RzCmdDescHelp comment_list_help
static const RzCmdDescHelp ax_help
static const RzCmdDescArg type_union_c_args[2]
static const RzCmdDescArg analysis_reg_arenas_args[]
static const RzCmdDescArg cmd_disassembly_function_summary_args[]
static const RzCmdDescArg yank_hexpairs_args[2]
static const RzCmdDescArg analysis_regs_args[2]
static const RzCmdDescHelp analysis_hint_set_ret_help
static const RzCmdDescArg open_maps_list_args[2]
static const RzCmdDescHelp write_1_dec_help
static const RzCmdDescHelp c_help
static const RzCmdDescArg analysis_function_analyze_args_l_args[]
static const RzCmdDescArg analysis_reg_arenas_write_hex_args[3]
static const RzCmdDescHelp cmd_info_signature_help
static const RzCmdDescHelp analyze_simple_help
static const RzCmdDescHelp cmd_info_sections_help
static const RzCmdDescHelp cmd_disassemble_ropchain_help
static const RzCmdDescHelp reopen_help
static const RzCmdDescArg flag_list_args[]
static const RzCmdDescArg analyze_everything_args[]
static const RzCmdDescArg cmd_debug_dump_maps_all_args[]
static const RzCmdDescArg il_trace_stop_args[]
static const RzCmdDescHelp cmd_info_cur_symbol_help
static const RzCmdDescHelp analyze_everything_experimental_help
static const RzCmdDescArg type_enum_find_args[2]
static const RzCmdDescHelp open_binary_del_help
static const RzCmdDescHelp cmd_debug_show_cur_bp_help
static const RzCmdDescArg cmd_cmp_file_args[2]
static const RzCmdDescArg il_trace_start_args[]
static const RzCmdDescHelp seek_opcode_help
static const RzCmdDescArg meta_var_stack_comment_list_args[]
static const RzCmdDescHelp type_link_show_help
static const RzCmdDescArg cmd_debug_step_over_args[2]
static const RzCmdDescArg type_function_cc_args[3]
static const RzCmdDescArg remote_tcp_args[3]
static const RzCmdDescArg cmd_debug_traces_ascii_args[]
static const RzCmdDescHelp remote_rap_help
static const RzCmdDescArg meta_string_at_args[]
static const char * seek_prev_type_choices[]
static const RzCmdDescArg cmd_debug_continue_traptrace_args[2]
static const RzCmdDescArg analyse_name_args[2]
static const RzCmdDescArg meta_space_list_args[]
static const RzCmdDescArg cmd_print_byte_array_java_args[]
static const RzCmdDescHelp write_op_shl_help
static const RzCmdDescHelp dl_help
static const RzCmdDescHelp P_help
static const RzCmdDescHelp type_open_sdb_help
static const RzCmdDescHelp type_function_cc_help
static const RzCmdDescArg debug_reg_arenas_zero_args[2]
static const RzCmdDescArg meta_var_comment_list_args[]
static const RzCmdDescHelp analysis_reg_cond_help
static const RzCmdDescHelp plugins_unload_help
static const RzCmdDescHelp cmd_debug_step_over_help
static const RzCmdDescHelp cmd_debug_add_bp_module_help
static const RzCmdDescHelp cmd_shell_echo_help
static const RzCmdDescHelp analysis_hint_set_arch_help
static const RzCmdDescDetailEntry cmd_cmp_unified_Applying_space_patches_detail_entries[]
static const RzCmdDescHelp flag_realname_help
static const RzCmdDescHelp dsu_help
static const RzCmdDescArg cmd_cmp_disasm_args[2]
static const RzCmdDescHelp cmd_debug_add_bp_noreturn_func_help
static const RzCmdDescArg quit_kill_nosave_args[]
static const RzCmdDescArg cmd_debug_disable_bp_args[]
static const RzCmdDescDetail analysis_hint_set_opcode_details[2]
static const RzCmdDescArg open_maps_name_id_args[3]
static const RzCmdDescArg cmd_debug_step_back_args[2]
static const RzCmdDescHelp cmd_debug_traces_help
static const RzCmdDescHelp cmd_print_byte_array_kotlin_help
static const RzCmdDescDetail debug_reg_types_details[]
static const RzCmdDescArg seek_opcode_args[2]
static const RzCmdDescArg cmd_shell_cls_args[]
static const RzCmdDescArg analyze_n_bytes_args[]
static const RzCmdDescHelp analysis_esil_init_help
static const RzCmdDescArg cmd_debug_process_heaps_args[]
static const RzCmdDescArg cmd_print_byte_array_bash_args[]
static const RzCmdDescArg cmd_debug_continue_exception_args[]
static const RzCmdDescHelp flag_base_help
static const RzCmdDescHelp analysis_reg_profile_open_help
static const RzCmdDescArg open_binary_select_id_args[2]
static const RzCmdDescHelp afn_help
static const RzCmdDescDetailEntry analysis_reg_cond_Basic_detail_entries[]
static const RzCmdDescDetailEntry analysis_hint_set_arch_empty_detail_entries[]
static const RzCmdDescHelp cmd_info_hashes_help
static const RzCmdDescArg cmd_info_pdb_load_args[2]
static const RzCmdDescArg analysis_global_variable_retype_args[3]
static const RzCmdDescArg seek_register_args[2]
static const RzCmdDescArg egg_compile_args[2]
static const RzCmdDescArg print_hexdump_bits_args[2]
static const RzCmdDescArg open_prioritize_prev_args[]
static const RzCmdDescArg print_areas_no_functions_args[2]
static const RzCmdDescHelp analysis_list_struct_offsets_help
static const RzCmdDescHelp analysis_global_variable_delete_byname_help
static const RzCmdDescHelp analysis_function_vars_detect_help
static const RzCmdDescHelp analysis_hint_del_size_help
static const RzCmdDescArg cmd_cmp_hex_block_hexdiff_args[2]
static const RzCmdDescHelp y_help
static const RzCmdDescHelp analysis_function_import_list_del_help
static const RzCmdDescHelp Cf_help
static const RzCmdDescHelp analysis_hint_del_ptr_help
static const RzCmdDescHelp on_help
static const RzCmdDescHelp cmd_info_pdb_load_help
static const RzCmdDescHelp quit_nokill_save_help
static const RzCmdDescArg analysis_hint_del_optype_args[]
static const RzCmdDescHelp write_help
static const RzCmdDescDetail analysis_reg_types_details[]
static const RzCmdDescDetail system_details[2]
static const RzCmdDescHelp cmd_debug_list_trace_session_mmap_help
static const RzCmdDescHelp write_bits_help
static const RzCmdDescArg cmd_shell_which_args[2]
static const RzCmdDescHelp analysis_function_vars_display_help
static const RzCmdDescHelp write_debruijn_find_help
static const RzCmdDescHelp analysis_function_blocks_info_help
static const RzCmdDescHelp wB_help
static const RzCmdDescHelp grep_help
static const RzCmdDescDetail analysis_hint_set_arch_details[2]
static const RzCmdDescArg write_value1_args[2]
static const RzCmdDescArg flag_space_rename_args[2]
static const RzCmdDescArg open_maps_flags_args[3]
static const RzCmdDescArg analysis_function_vars_sp_getref_args[3]
static const RzCmdDescHelp quit_kill_nosave_help
static const RzCmdDescHelp print_utf16le_help
static const RzCmdDescArg open_close_args[2]
static const RzCmdDescHelp seek_history_list_help
static const RzCmdDescHelp cmd_eval_color_list_current_theme_help
static const RzCmdDescHelp debug_reg_roles_help
static const RzCmdDescArg analysis_function_cc_reg_usage_args[]
static const RzCmdDescHelp type_function_del_all_help
static const RzCmdDescHelp meta_remove_all_help
static const RzCmdDescArg analysis_continue_until_esil_args[2]
static const RzCmdDescArg cmd_arena_print_args[]
static const RzCmdDescArg write_assembly_inside_args[2]
static const RzCmdDescArg analyze_cycles_args[2]
static const RzCmdDescArg print_utf32le_args[2]
static const RzCmdDescArg egg_show_config_args[]
static const RzCmdDescHelp fz_help
static const RzCmdDescArg cmd_info_segments_args[2]
static const RzCmdDescHelp cmd_debug_deallocate_map_help
static const RzCmdDescHelp print_hexdump_n_lines_help
static const RzCmdDescHelp type_xrefs_list_help
static const RzCmdDescArg cmd_eval_color_load_previous_theme_args[]
static const RzCmdDescHelp o_help
static const RzCmdDescHelp hash_bang_help
static const RzCmdDescHelp cmd_shell_cls_help
static const RzCmdDescArg write_from_io_args[3]
static const RzCmdDescHelp il_step_help
static const RzCmdDescArg meta_data_args[3]
static const RzCmdDescHelp cmd_info_imports_help
static const RzCmdDescArg cmd_eval_color_highlight_list_args[]
static const RzCmdDescArg print_hexdump_n_lines_args[2]
static const RzCmdDescArg analysis_hint_del_jump_args[]
static const RzCmdDescArg cmd_disassembly_function_args[]
static const RzCmdDescHelp analyse_name_help
static const RzCmdDescArg cmd_disassembly_basic_block_args[]
static const RzCmdDescHelp cmd_heap_bins_list_print_help
static const RzCmdDescHelp write_extend_zero_help
static const RzCmdDescArg analysis_reg_cc_args[]
static const RzCmdDescHelp b_help
static const RzCmdDescHelp cmd_macro_help
static const RzCmdDescHelp cmd_eval_color_highlight_remove_current_help
static const RzCmdDescHelp cmd_debug_trace_calls_help
static const RzCmdDescArg il_step_skip_args[]
static const RzCmdDescHelp pipe_help
static const RzCmdDescArg open_maps_name_id_del_args[2]
static const RzCmdDescArg cmd_info_section_bars_args[]
static const RzCmdDescDetail analysis_hint_set_immbase_details[3]
static const RzCmdDescHelp seek_search_help
static const RzCmdDescArg write_8_dec_args[2]
static const RzCmdDescHelp write_4_inc_help
static const RzCmdDescHelp analysis_hint_del_syntax_help
static const RzCmdDescArg type_union_c_nl_args[2]
static const RzCmdDescArg cmd_heap_info_print_args[2]
static const RzCmdDescArg flag_append_args[4]
static const RzCmdDescHelp cmd_debug_load_trace_session_help
static const RzCmdDescArg analysis_xrefs_del_args[3]
static const RzCmdDescHelp flag_describe_closest_help
static const RzCmdDescArg flag_zone_list_args[]
static const RzCmdDescArg cmd_eval_color_load_theme_args[2]
static const RzCmdDescHelp analysis_function_blocks_color_help
static const RzCmdDescHelp reopen_nobin_help
static const RzCmdDescHelp cmd_print_byte_array_c_cpp_bytes_help
static const RzCmdDescArg analyze_n_bytes_desc_args[]
static const RzCmdDescHelp meta_string_at_help
static const RzCmdDescHelp cmd_print_byte_array_yara_help
static const RzCmdDescHelp meta_hidden_list_help
static const RzCmdDescArg cmd_debug_display_bt_oneline_args[2]
static const RzCmdDescHelp meta_string_wide16_help
static const RzCmdDescHelp meta_remove_help
static const RzCmdDescHelp cmd_debug_add_watchpoint_help
static const RzCmdDescHelp cmd_kuery_help
static const RzCmdDescHelp cmd_info_exports_help
static const RzCmdDescHelp debug_regs_references_help
static const RzCmdDescHelp w_help
static const RzCmdDescArg print_hexdump_hex8l_args[2]
static const RzCmdDescHelp analysis_hint_set_size_help
static const RzCmdDescHelp open_write_help
static const RzCmdDescHelp print_hexword_references_1_help
static const RzCmdDescHelp repeat_forward_help
static const RzCmdDescArg cmd_print_byte_array_objc_args[]
static const RzCmdDescArg open_maps_prioritize_args[2]
static const RzCmdDescHelp type_enum_c_help
static const RzCmdDescArg meta_magic_list_args[]
static const RzCmdDescArg cmd_debug_map_current_args[]
static const RzCmdDescArg cmd_base64_decode_args[]
static const RzCmdDescHelp tmp_modifiers_help
static const RzCmdDescArg analysis_continue_until_except_args[]
static const RzCmdDescHelp analysis_reg_roles_help
static const RzCmdDescDetailEntry grep_EndModifiers_detail_entries[]
static const RzCmdDescArg cmd_debug_step_skip_args[2]
static const RzCmdDescHelp flag_alias_help
static const RzCmdDescHelp cmd_shell_env_help
static const RzCmdDescArg meta_remove_args[]
static const RzCmdDescArg cmd_shell_fortune_args[]
static const RzCmdDescArg analysis_regs_columns_args[2]
static const RzCmdDescArg cmd_print_hash_cfg_args[2]
static const RzCmdDescArg cmd_cmp_unified1_args[2]
static const RzCmdDescHelp analysis_reg_arenas_pop_help
static const RzCmdDescHelp flag_tag_search_help
static const RzCmdDescArg open_maps_resize_args[3]
static const RzCmdDescArg analysis_function_vars_display_args[2]
static const RzCmdDescArg analysis_class_del_args[2]
static const RzCmdDescHelp write_2_dec_help
static const RzCmdDescArg open_maps_remove_all_args[]
static const RzCmdDescArg cmd_debug_continue_fork_args[]
static const RzCmdDescArg analyze_symbols_entries_args[]
static const RzCmdDescHelp write_op_2byteswap_help
static const RzCmdDescArg type_function_del_all_args[]
static const RzCmdDescHelp egg_syscall_help
static const RzCmdDescHelp write_from_file_help
static const RzCmdDescHelp meta_string_wide32_help
static const RzCmdDescHelp list_signatures_in_sigdb_help
static const RzCmdDescArg type_link_show_args[2]
static const RzCmdDescArg cmd_debug_toggle_bp_trace_index_args[2]
static const RzCmdDescArg meta_space_remove_all_args[]
static const RzCmdDescHelp flag_list_ascii_help
static const RzCmdDescArg cmd_debug_add_bp_noreturn_func_args[]
static const RzCmdDescArg basefind_compute_args[2]
static const RzCmdDescHelp Cv_help
static const RzCmdDescHelp cmd_heap_info_print_help
static const RzCmdDescArg analyze_all_preludes_args[]
static const RzCmdDescHelp yank_help
static const RzCmdDescArg flag_ordinals_args[2]
static const RzCmdDescArg cmd_debug_bt_toggle_bp_trace_args[]
static const RzCmdDescArg analysis_hint_list_args[]
static const RzCmdDescHelp seek_asz_help
static const RzCmdDescArg plugins_core_print_args[]
static const RzCmdDescHelp analysis_function_vars_regs_setref_help
static const RzCmdDescArg cmd_eval_color_highlight_instruction_word_args[3]
static const RzCmdDescDetailEntry write_op_sequence_Examples_detail_entries[]
static const RzCmdDescHelp yank_hexpairs_help
static const RzCmdDescArg cmd_debug_step_prog_args[]
static const RzCmdDescHelp print_hexdump_hex2l_help
static const RzCmdDescHelp cmd_print_disassembly_help
static const RzCmdDescArg print_hexword_references_1_args[2]
static const RzCmdDescHelp cmd_info_class_as_source_help
static const RzCmdDescDetailEntry eval_getset_Examples_detail_entries[]
static const RzCmdDescArg il_vm_step_with_events_args[2]
static const RzCmdDescArg cmd_print_gadget_add_args[6]
static const RzCmdDescArg cmd_eval_color_load_next_theme_args[]
static const RzCmdDescArg eval_bool_invert_args[2]
static const RzCmdDescArg write_value4_args[2]
static const RzCmdDescHelp analysis_xrefs_set_s_help
static const RzCmdDescArg cmd_info_trycatch_args[]
static const RzCmdDescArg seek_prev_args[2]
static const RzCmdDescArg cmd_disassembly_basic_block_as_text_json_args[]
static const RzCmdDescHelp analysis_function_cc_list_help
static const RzCmdDescArg analysis_function_vars_xrefs_args[2]
static const RzCmdDescArg cmd_info_pdb_download_args[]
static const RzCmdDescHelp write_cache_remove_all_help
static const char * analysis_function_create_type_choices[]
static const RzCmdDescHelp cmd_debug_step_prog_help
static const RzCmdDescHelp flag_zone_around_help
static const RzCmdDescArg cmd_print_byte_array_c_cpp_half_word_args[]
static const RzCmdDescHelp debug_reg_arenas_stack_size_help
static const RzCmdDescHelp w4_help
static const RzCmdDescArg cmd_print_byte_array_json_args[]
static const RzCmdDescHelp analysis_list_vtables_help
static const RzCmdDescHelp analysis_function_vars_bp_help
static const RzCmdDescHelp yank_string_help
static const RzCmdDescHelp debug_reg_profile_gdb_help
static const RzCmdDescHelp seek_padded_help
static const RzCmdDescArg debug_regs_columns_args[2]
static const RzCmdDescArg write_cache_commit_all_args[]
static const RzCmdDescHelp cmd_info_resources_help
static const RzCmdDescArg write_debruijn_args[2]
static const RzCmdDescHelp eval_type_help
static const RzCmdDescArg flag_range_args[2]
static const RzCmdDescArg cmd_debug_list_bp_args[]
static const RzCmdDescDetail cmd_shell_env_details[3]
static const RzCmdDescArg assembly_of_hex_alias_args[2]
static const RzCmdDescArg yank_string_args[2]
static const RzCmdDescHelp open_maps_list_cur_help
static const RzCmdDescArg analysis_function_vars_bp_setref_args[3]
static const RzCmdDescArg type_list_typedef_args[2]
static const RzCmdDescArg analysis_function_vars_regs_args[4]
static const RzCmdDescHelp open_maps_resize_help
static const RzCmdDescHelp cmd_debug_trace_help
static const RzCmdDescHelp cmd_disassembly_n_instrs_as_text_json_help
static const RzCmdDescHelp history_list_or_exec_help
static const RzCmdDescHelp cmd_cmp_hex_diff_lines_help
static const RzCmdDescHelp analysis_class_vtable_add_help
static const RzCmdDescHelp type_noreturn_del_all_help
static const RzCmdDescHelp analysis_function_add_recu_force_help
static const RzCmdDescArg seek_padded_args[2]
static const RzCmdDescDetail cmd_debug_add_cond_bp_details[2]
static const RzCmdDescHelp analysis_function_blocks_switch_type_help
static const RzCmdDescHelp comment_remove_all_help
static const RzCmdDescHelp write_value1_help
static const RzCmdDescHelp cmd_disasm_basic_block_help
static const RzCmdDescHelp analysis_class_base_add_help
static const RzCmdDescHelp cmd_debug_list_bp_help
static const RzCmdDescHelp type_help
static const RzCmdDescArg write_assembly_args[2]
static const RzCmdDescArg type_xrefs_graph_args[]
static const RzCmdDescHelp analysis_function_info_help
static const RzCmdDescArg cmd_eval_color_list_args[3]
static const RzCmdDescHelp cmd_base64_encode_help
static const RzCmdDescArg analysis_hint_set_bits_args[2]
static const RzCmdDescHelp analysis_hint_set_fail_help
static const RzCmdDescHelp cmd_eval_color_highlight_list_help
static const RzCmdDescHelp analyze_n_bytes_desc_help
static const RzCmdDescHelp meta_string_remove_all_help
static const RzCmdDescArg quit_nokill_save_args[]
static const RzCmdDescArg cmd_disassemble_recursively_no_function_args[]
static const RzCmdDescHelp analysis_regs_args_help
static const RzCmdDescArg analysis_regs_references_args[2]
static const RzCmdDescArg print_hexdump_oct_args[2]
static const RzCmdDescDetailEntry w4_Examples_detail_entries[]
static const RzCmdDescHelp flag_tag_list_help
static const RzCmdDescHelp print_hexdump_help
static const RzCmdDescArg cmd_info_imports_args[]
static const RzCmdDescArg cmd_debug_trace_esil_args[2]
static const RzCmdDescArg debug_reg_arenas_args[]
static const RzCmdDescHelp analysis_hint_del_high_help
static const RzCmdDescArg meta_var_comment_append_args[3]
static const RzCmdDescHelp analysis_reg_arenas_hexdump_help
static const RzCmdDescHelp cmd_debug_step_help
static const RzCmdDescArg meta_string_8bit_args[2]
static const RzCmdDescArg cmd_info_entryexits_args[]
static const RzCmdDescHelp analysis_function_opcode_stat_help
static const RzCmdDescDetail analysis_functions_merge_details[2]
static const RzCmdDescArg analysis_esil_init_p_args[]
static const RzCmdDescArg remote_rap_bg_args[2]
static const RzCmdDescArg analysis_function_vars_xrefs_vars_args[2]
static const RzCmdDescDetailEntry system_Examples_detail_entries[]
static const RzCmdDescHelp reopen_nobin_write_headers_help
static const RzCmdDescArg analysis_syscall_number_args[2]
static const RzCmdDescArg plugins_lang_print_args[]
static const RzCmdDescHelp flag_space_stack_push_help
static const RzCmdDescArg meta_magic_args[3]
static const RzCmdDescHelp acv_help
static const RzCmdDescDetailEntry pointer_Examples_detail_entries[]
static const RzCmdDescHelp interpret_script_help
static const RzCmdDescArg analysis_functions_merge_args[2]
static const RzCmdDescHelp il_vm_status_help
static const RzCmdDescArg cmd_disassemble_recursively_args[]
static const RzCmdDescHelp fs_help
static const RzCmdDescArg meta_list_at_args[]
static const RzCmdDescArg il_vm_step_until_addr_args[2]
static const RzCmdDescArg meta_format_remove_args[]
static const RzCmdDescHelp analysis_function_blocks_add_help
static const RzCmdDescHelp drp_help
static const RzCmdDescHelp cmd_info_archs_help
static const RzCmdDescHelp flag_color_help
static const RzCmdDescHelp cmd_shell_which_help
static const RzCmdDescHelp write_assembly_file_help
static const RzCmdDescArg cmd_info_demangle_args[3]
static const RzCmdDescHelp last_output_help
static const RzCmdDescHelp cmd_disassembly_function_summary_help
static const RzCmdDescHelp io_system_run_oldhandler_help
static const RzCmdDescHelp cmd_force_quit_help
static const RzCmdDescHelp debug_memory_permission_help
static const RzCmdDescArg cmd_eval_color_set_random_palette_args[]
static const RzCmdDescArg print_delta_pointer_table_args[]
static const RzCmdDescArg debug_reg_types_args[]
static const RzCmdDescArg cmd_print_gadget_remove_args[]
static const RzCmdDescArg cmd_base64_encode_args[]
static const RzCmdDescHelp cmd_cmp_update_watcher_help
static const RzCmdDescHelp cmd_eval_color_highlight_current_instruction_help
static const RzCmdDescHelp type_enum_bitfield_help
static const RzCmdDescDetail w1_details[2]
static const RzCmdDescHelp dm_help
static const RzCmdDescHelp esil_of_hex_help
static const RzCmdDescArg esil_of_hex_args[2]
static const RzCmdDescHelp flag_exists_help
static const RzCmdDescHelp write_op_or_help
static const RzCmdDescArg debug_reg_flags_args[2]
static const RzCmdDescHelp write_1_inc_help
static const RzCmdDescArg type_open_sdb_args[2]
static const RzCmdDescArg cmd_info_symbols_args[]
static const RzCmdDescArg open_show_current_args[]
static const RzCmdDescArg cmd_info_sections_args[2]
static const RzCmdDescHelp open_use_help
static const RzCmdDescHelp reopen_malloc_help
static const RzCmdDescHelp yank_whole_file_help
static const RzCmdDescHelp open_maps_remove_help
static const RzCmdDescHelp analysis_hint_del_all_help
static const RzCmdDescArg type_list_c_nl_args[2]
static const RzCmdDescArg remote_add_args[2]
static const RzCmdDescDetailEntry grep_Modifiers_detail_entries[]
static const RzCmdDescHelp cmd_search_help
static const RzCmdDescArg cmd_debug_step_line_args[2]
static const RzCmdDescHelp flag_local_list_help
static const RzCmdDescArg analysis_reg_profile_comments_args[]
static const RzCmdDescDetail analysis_hint_set_esil_details[2]
static const RzCmdDescHelp write_incdec_help
static const RzCmdDescHelp cmd_info_all_help
static const char * analysis_function_blocks_add_diff_choices[]
static const RzCmdDescArg analysis_hint_del_all_args[]
static const RzCmdDescHelp op_help
static const RzCmdDescHelp analysis_function_list_ascii_help
static const RzCmdDescHelp cmd_force_quit_without_history_help
static const RzCmdDescHelp s_help
static const RzCmdDescArg open_binary_file_args[2]
static const RzCmdDescDetailEntry dr_Register_space_Filter_detail_entries[]
static const RzCmdDescHelp meta_list_at_help
static const RzCmdDescHelp tn_help
static const RzCmdDescHelp egg_compile_help
static const RzCmdDescArg cmd_debug_dml_args[2]
static const RzCmdDescHelp debug_reg_flags_help
static const RzCmdDescHelp meta_format_help
static const RzCmdDescHelp cmd_print_byte_array_golang_help
static const RzCmdDescHelp cmd_debug_continue_ret_help
static const RzCmdDescHelp analysis_basic_block_list_help
static const RzCmdDescHelp remote_add_help
static const RzCmdDescHelp analysis_hint_del_immbase_help
static const RzCmdDescHelp il_step_skip_until_expr_help
static const RzCmdDescArg reopen_debug_rzrun_args[2]
static const RzCmdDescArg block_max_args[2]
static const RzCmdDescArg yank_editor_args[]
static const RzCmdDescArg debug_regs_references_args[2]
static const RzCmdDescArg type_del_all_args[]
static const RzCmdDescDetailEntry system_to_cons_Examples_detail_entries[]
static const RzCmdDescHelp il_step_back_help
static const RzCmdDescHelp cmd_debug_continue_call_help
static const RzCmdDescArg analyze_opcode_args[2]
static const RzCmdDescHelp aets_help
static const RzCmdDescArg type_enum_bitfield_args[3]
static const RzCmdDescHelp seek_base_help
static const RzCmdDescArg analyze_xrefs_section_bytes_args[2]
static const RzCmdDescArg open_binary_show_args[]
static const RzCmdDescHelp analysis_xrefs_copy_help
static const RzCmdDescArg type_function_del_args[2]
static const RzCmdDescHelp type_link_del_help
static const RzCmdDescHelp seek_end_help
static const RzCmdDescHelp meta_type_list_help
static const RzCmdDescHelp afb_help
static const RzCmdDescArg cmd_info_strings_args[]
static const RzCmdDescArg analyze_function_linked_offsets_args[2]
static const RzCmdDescDetail grep_details[5]
static const RzCmdDescArg print_hexdump_hexii_args[2]
static const RzCmdDescArg seek_function_current_args[]
static const RzCmdDescArg cmd_debug_bt_disable_bp_trace_args[]
static const RzCmdDescArg type_list_enum_args[3]
static const RzCmdDescHelp yank_to_help
static const RzCmdDescArg print_hexdump_args[2]
static const RzCmdDescArg cmd_debug_list_maps_ascii_args[]
static const RzCmdDescDetailEntry debug_reg_cond_Basic_detail_entries[]
static const RzCmdDescHelp analysis_global_variable_rename_help
static const RzCmdDescArg tasks_delete_args[2]
static const RzCmdDescArg write_op_shr_args[2]
static const RzCmdDescHelp debug_regs_args_help
static const RzCmdDescHelp cmd_print_byte_array_nodejs_help
static const RzCmdDescArg analysis_xrefs_copy_args[2]
static const RzCmdDescDetail analyze_all_preludes_details[2]
static const RzCmdDescArg write_assembly_opcode_args[2]
static const RzCmdDescHelp print_hexdump_signed_integer8_help
static const RzCmdDescArg print_hexword_references_4_args[2]
static const RzCmdDescArg open_maps_remove_args[2]
static const RzCmdDescArg open_use_args[2]
static const RzCmdDescHelp cmd_disassemble_summarize_n_bytes_help
static const RzCmdDescArg meta_string_remove_args[]
static const RzCmdDescArg cmd_info_sourcelines_here_args[]
static const RzCmdDescArg cmd_heap_fastbins_print_args[2]
static const RzCmdDescArg analysis_hint_del_esil_args[]
static const RzCmdDescHelp analysis_reg_arenas_push_help
static const RzCmdDescHelp drx_help
static const RzCmdDescHelp resize_human_help
static const RzCmdDescArg cmd_heap_chunk_print_args[]
static const RzCmdDescArg cmd_force_quit_args[]
static const RzCmdDescArg recover_all_golang_functions_strings_args[]
static const RzCmdDescArg analysis_class_base_del_args[3]
static const RzCmdDescArg open_maps_all_fd_args[2]
static const RzCmdDescArg analysis_hint_set_ptr_args[2]
static const RzCmdDescHelp cmd_debug_map_current_help
static const RzCmdDescArg open_exchange_args[3]
static const RzCmdDescHelp flag_remove_all_help
static const RzCmdDescArg write_cache_remove_all_args[]
static const RzCmdDescHelp analysis_xrefs_list_help
static const RzCmdDescArg tasks_args[2]
static const RzCmdDescArg cmd_info_binary_args[]
static const RzCmdDescHelp CCf_help
static const RzCmdDescHelp analysis_global_variable_add_help
static const RzCmdDescHelp cmd_cmp_hex_block_help
static const RzCmdDescHelp meta_hidden_remove_all_help
static const RzCmdDescArg apply_signatures_from_sigdb_args[2]
static const RzCmdDescHelp analysis_function_cc_load_help
static const RzCmdDescHelp debug_regs_diff_help
static const RzCmdDescHelp cmd_shell_cat_help
static const RzCmdDescHelp write_cache_commit_all_help
static const RzCmdDescArg yank_paste_args[2]
static const RzCmdDescHelp write_op_sub_help
static const RzCmdDescHelp cmd_quit_help
static const RzCmdDescHelp comment_editor_help
static const RzCmdDescArg yank_print_args[2]
static const RzCmdDescHelp cmd_print_byte_array_help
static const RzCmdDescHelp assembly_of_hex_help
static const RzCmdDescArg cmd_debug_step_until_flag_args[2]
static const RzCmdDescArg type_typedef_c_args[2]
static const RzCmdDescHelp cmd_debug_step_until_instr_regex_help
static const RzCmdDescHelp wv_help
static const RzCmdDescHelp type_open_file_help
static const RzCmdDescHelp delete_global_imports_help
static const RzCmdDescHelp flag_space_stack_pop_help
static const RzCmdDescHelp analysis_rtti_demangle_class_name_help
static const RzCmdDescArg open_maps_prioritize_fd_args[2]
static const RzCmdDescArg analysis_function_blocks_del_all_args[]
static const RzCmdDescHelp write_debruijn_help
static const RzCmdDescHelp cmd_debug_dump_maps_writable_help
static const RzCmdDescArg analysis_hint_del_opcode_args[]
static const RzCmdDescDetailEntry analysis_hint_set_bits_empty_detail_entries[]
static const RzCmdDescArg analysis_continue_until_addr_args[2]
static const RzCmdDescHelp tasks_help
static const RzCmdDescArg analysis_function_vars_writes_args[2]
static const RzCmdDescArg il_step_back_args[]
static const RzCmdDescHelp analysis_function_blocks_edge_help
static const RzCmdDescDetail w8_details[2]
static const RzCmdDescHelp cmd_info_dwarf_help
static const RzCmdDescHelp Cm_help
static const RzCmdDescHelp write_pcache_list_help
static const RzCmdDescArg cmd_cmp_reset_watcher_args[]
static const RzCmdDescHelp wc_help
static const RzCmdDescArg analysis_continue_until_syscall_args[]
static const RzCmdDescArg analysis_esil_init_mem_p_args[]
static const RzCmdDescArg cmd_eval_color_display_palette_css_args[2]
static const RzCmdDescArg flag_space_stack_push_args[2]
static const RzCmdDescHelp analysis_function_xrefs_help
static const RzCmdDescHelp afs_help
static const RzCmdDescHelp cmd_debug_dmL_help
static const RzCmdDescHelp cmd_shell_sort_help
static const RzCmdDescArg cmd_debug_step_frame_args[]
static const RzCmdDescArg analysis_function_blocks_switch_type_args[3]
static const RzCmdDescHelp egg_show_config_help
static const RzCmdDescArg seek_blocksize_backward_args[2]
static const RzCmdDescArg cmd_disassembly_all_methods_class_args[]
static const RzCmdDescHelp meta_data_list_help
static const RzCmdDescHelp dbt_help
static const RzCmdDescArg cmd_cmp_remove_watcher_args[]
static const RzCmdDescArg analysis_function_del_args[]
static const RzCmdDescArg eval_list_args[2]
static const RzCmdDescArg write_1_inc_args[2]
static const RzCmdDescHelp qn_help
static const RzCmdDescArg push_escaped_args[2]
static const RzCmdDescArg cmd_debug_stop_trace_session_args[]
static const RzCmdDescHelp p6_help
static const RzCmdDescHelp flirt_create_help
static const RzCmdDescArg cmd_debug_trace_calls_args[4]
static const RzCmdDescArg type_print_args[3]
static const RzCmdDescHelp cmd_debug_bp_plugin_help
static const RzCmdDescHelp analysis_function_vars_regs_getref_help
static const RzCmdDescArg write_op_add_args[2]
static const RzCmdDescArg open_maps_prioritize_binid_args[2]
static const RzCmdDescHelp wa_help
static const RzCmdDescArg analysis_function_blocks_list_args[]
static const RzCmdDescHelp cmd_cmp_unified_help
static const RzCmdDescArg open_maps_relocate_args[3]
static const RzCmdDescArg write_extend_hexbytes_args[3]
static const RzCmdDescArg analysis_reg_cond_args[]
static const RzCmdDescDetail interpret_macro_multiple_details[2]
static const RzCmdDescArg analysis_reg_roles_args[]
static const RzCmdDescArg print_hexdump_hexpair_bytes_args[2]
static const RzCmdDescArg analysis_reg_profile_gdb_args[2]
static const RzCmdDescHelp block_increase_help
static const RzCmdDescArg comment_at_args[]
static const RzCmdDescArg flag_describe_at_args[]
static const RzCmdDescArg cmd_debug_process_profile_args[2]
static const RzCmdDescArg analyze_all_consecutive_functions_in_section_args[2]
static const RzCmdDescArg write_extend_zero_args[3]
static const RzCmdDescHelp type_list_c_help
static const RzCmdDescArg cmd_info_versions_args[]
static const RzCmdDescArg flag_distance_args[2]
static const RzCmdDescArg analysis_class_method_add_args[5]
static const RzCmdDescArg cmd_debug_disable_bp_trace_index_args[2]
static const RzCmdDescArg analysis_function_vars_bp_del_args[2]
static const RzCmdDescArg write_op_xor_args[2]
static const RzCmdDescHelp analysis_function_vars_rename_help
static const RzCmdDescHelp flag_zone_remove_help
static const RzCmdDescArg analysis_function_vars_detect_args[]
static const RzCmdDescArg analyze_all_data_references_to_code_args[]
static const RzCmdDescArg analysis_xrefs_set_0_args[2]
static const RzCmdDescHelp cmd_print_hash_cfg_algo_list_help
static const RzCmdDescHelp basefind_compute_help
static const RzCmdDescHelp type_xrefs_function_help
static const RzCmdDescHelp analysis_function_vars_xrefs_help
static const RzCmdDescHelp flag_remove_help
static const RzCmdDescArg print_analysis_details_args[]
static const RzCmdDescArg flag_local_remove_args[2]
static const RzCmdDescArg debug_reg_arenas_swap_args[]
static const RzCmdDescArg remote_del_args[2]
static const RzCmdDescArg cmd_debug_trace_add_addrs_args[2]
static const RzCmdDescArg il_step_until_expr_args[2]
static const RzCmdDescHelp print_hexdump_oct_help
static const RzCmdDescHelp cmd_print_timestamp_dos_help
static const RzCmdDescHelp cmd_debug_list_maps_ascii_help
static const RzCmdDescArg write_op_and_args[2]
static const RzCmdDescHelp interpret_editor_2_help
static const RzCmdDescHelp analysis_function_autoname_help
static const RzCmdDescHelp fss_help
static const RzCmdDescHelp analysis_reg_arenas_help
static const RzCmdDescArg analysis_regs_fpu_args[2]
static const RzCmdDescArg analysis_basic_block_find_paths_args[2]
static const RzCmdDescDetail analysis_hint_set_syntax_details[2]
static const RzCmdDescArg analysis_regs_valgroup_args[2]
static const RzCmdDescHelp q_help
static const RzCmdDescArg global_imports_args[2]
static const RzCmdDescHelp cmd_info_class_fields_help
static const RzCmdDescHelp analysis_function_del_all_help
static const RzCmdDescHelp cmd_cmp_addr_help
static const RzCmdDescHelp write_extend_hexbytes_help
static const RzCmdDescHelp meta_string_8bit_help
static const RzCmdDescHelp cmd_shell_uname_help
static const RzCmdDescArg cmd_print_byte_array_asm_args[]
static const RzCmdDescDetail write_op_sequence_details[2]
static const RzCmdDescHelp interpret_macro_multiple_help
static const RzCmdDescArg rebase_args[2]
static const RzCmdDescArg flag_local_add_args[2]
static const RzCmdDescDetail dra_details[]
static const RzCmdDescHelp analysis_syscall_number_help
static const RzCmdDescHelp tasks_transient_help
static const RzCmdDescDetailEntry debug_reg_cond_Unsigned_detail_entries[]
static const RzCmdDescHelp reopen_nobin_headers_help
static const RzCmdDescArg flag_base_args[3]
static const RzCmdDescHelp cmd_print_timestamp_current_help
static const RzCmdDescHelp il_step_skip_until_addr_help
static const RzCmdDescArg meta_hidden_remove_args[]
static const RzCmdDescArg comment_args[2]
static const RzCmdDescHelp cmd_info_demangle_help
static const RzCmdDescHelp Ch_help
static const RzCmdDescArg analysis_class_info_args[2]
static const RzCmdDescArg eval_editor_args[2]
static const RzCmdDescHelp dmm_help
static const RzCmdDescArg analyze_bytes_args[2]
static const RzCmdDescArg flag_realname_args[3]
static const RzCmdDescArg flag_alias_args[3]
static const RzCmdDescHelp debug_drx_unset_help
static const RzCmdDescArg debug_reg_profile_comments_args[]
static const RzCmdDescHelp analysis_continue_until_addr_help
static const RzCmdDescArg analysis_function_returns_args[]
static const RzCmdDescArg print_hexdump_hex2_args[2]
static const RzCmdDescArg type_cc_del_all_args[]
static const RzCmdDescHelp analysis_global_variable_retype_help
static const RzCmdDescHelp analysis_functions_map_help
static const RzCmdDescArg flag_local_list_all_args[]
static const RzCmdDescHelp il_step_skip_help
static const RzCmdDescDetailEntry cmd_shell_env_Environment_detail_entries[]
static const RzCmdDescDetail iterators_details[2]
static const RzCmdDescArg interpret_output_args[2]
static const RzCmdDescHelp block_flag_help
static const RzCmdDescArg plugins_debug_print_args[2]
static const RzCmdDescHelp list_mne_help
static const RzCmdDescArg cmd_info_args[]
static const RzCmdDescArg analysis_continue_until_breakpoint_args[]
static const RzCmdDescArg seek_delta_args[2]
static const RzCmdDescHelp print_hexdump_sparse_help
static const RzCmdDescArg analysis_function_blocks_info_args[]
static const RzCmdDescArg cmd_info_guess_size_args[]
static const RzCmdDescArg analysis_hint_set_arch_args[2]
static const RzCmdDescHelp open_core_file_help
static const RzCmdDescHelp cmd_debug_allocate_maps_help
static const RzCmdDescHelp cmd_print_magic_help
static const RzCmdDescArg write_op_4byteswap_args[]
static const RzCmdDescDetailEntry cmd_print_byte_array_Example_space_of_space_usages_detail_entries[]
static const RzCmdDescHelp open_maps_prioritize_binid_help
static const RzCmdDescArg analysis_function_vars_sp_args[4]
static const RzCmdDescHelp flag_append_help
static const RzCmdDescHelp il_step_over_help
static const RzCmdDescArg open_maps_deprioritize_args[2]
static const RzCmdDescArg analysis_function_vars_sp_setref_args[3]
static const RzCmdDescHelp il_vm_initialize_help
static const RzCmdDescArg flag_describe_closest_args[2]
static const RzCmdDescArg debug_drx_args[5]
static const RzCmdDescHelp cmd_disassemble_recursively_no_function_help
static const RzCmdDescArg type_print_value_args[3]
static const RzCmdDescArg analysis_esil_init_mem_remove_args[4]
static const RzCmdDescHelp write_value_help
static const RzCmdDescArg meta_data_list_args[]
static const RzCmdDescArg analysis_hint_del_fail_args[]
static const RzCmdDescArg type_list_noreturn_args[2]
static const RzCmdDescDetailEntry w1_Examples_detail_entries[]
static const RzCmdDescArg display_opcode_args[]
static const RzCmdDescArg analysis_all_esil_args[2]
static const RzCmdDescArg flag_space_stack_pop_args[]
static const RzCmdDescHelp analyze_n_ins_esil_help
static const RzCmdDescHelp debug_reg_arenas_pop_help
static const RzCmdDescArg analysis_hint_del_high_args[]
static const RzCmdDescArg analyze_n_bytes_size_args[]
static const RzCmdDescHelp plugins_bin_print_help
static const RzCmdDescHelp analyze_n_bytes_size_help
static const RzCmdDescHelp dc_help
static const RzCmdDescHelp debug_regs_columns_help
static const RzCmdDescArg debug_regs_prev_args[2]
static const RzCmdDescHelp write_from_socket_help
static const RzCmdDescArg open_maps_name_del_args[]
static const RzCmdDescArg analysis_function_vars_bp_args[4]
static const RzCmdDescArg analyze_everything_experimental_args[]
static const RzCmdDescHelp meta_var_comment_remove_help
static const RzCmdDescHelp om_help
static const RzCmdDescHelp analysis_all_esil_functions_help
static const RzCmdDescArg il_vm_initialize_args[]
static const RzCmdDescHelp type_del_all_help
static const RzCmdDescHelp cmd_debug_toggle_bp_index_help
static const RzCmdDescArg type_list_union_args[2]
static const RzCmdDescHelp comment_at_help
static const RzCmdDescHelp meta_space_remove_all_help
static const RzCmdDescHelp open_maps_list_ascii_help
static const RzCmdDescArg il_step_over_args[]
static const RzCmdDescArg cmd_debug_continue_call_args[]
static const RzCmdDescArg analysis_function_stacksz_args[2]
static const RzCmdDescHelp analysis_continue_until_syscall_help
static const RzCmdDescArg cmd_disassemble_summarize_block_args[2]
static const RzCmdDescHelp cmd_disassembly_n_instructions_help
static const RzCmdDescArg analysis_hint_set_syntax_args[2]
static const RzCmdDescHelp flirt_scan_help
static const RzCmdDescArg analysis_function_analyze_jmptable_args[3]
static const RzCmdDescArg meta_var_bp_comment_list_args[]
static const RzCmdDescHelp cmd_debug_trace_esil_help
static const RzCmdDescHelp type_open_editor_help
static const RzCmdDescHelp seek_blocksize_forward_help
static const RzCmdDescArg analysis_hint_del_ret_args[]
static const RzCmdDescArg cmd_debug_continue_mapped_io_args[]
static const RzCmdDescArg cmd_debug_process_heap_block_args[2]
static const RzCmdDescArg plugins_parser_print_args[]
static const RzCmdDescHelp flag_space_move_help
static const RzCmdDescHelp yank_paste_help
static const RzCmdDescHelp i_help
static const RzCmdDescHelp analyze_opcode_help
static const RzCmdDescHelp cmd_debug_toggle_bp_trace_index_help
static const RzCmdDescDetailEntry iterators_empty_detail_entries[]
static const RzCmdDescHelp cmd_disassembly_all_possible_opcodes_treeview_help
static const RzCmdDescArg seek_history_list_args[]
static const RzCmdDescArg reopen_binary_args[2]
static const RzCmdDescArg write_length_string_args[2]
static const RzCmdDescHelp analysis_global_variable_delete_byaddr_help
static const RzCmdDescArg analysis_function_import_list_del_args[]
static const RzCmdDescDetail cmd_debug_list_bp_details[2]
static const RzCmdDescDetail analysis_reg_cond_details[4]
static const RzCmdDescHelp eval_spaces_help
static const RzCmdDescHelp debug_reg_arenas_hexdump_help
static const RzCmdDescArg cmd_comments_in_n_instructions_args[2]
static const RzCmdDescHelp idp_help
static const RzCmdDescHelp analyze_cycles_help
static const RzCmdDescArg autoname_all_functions_noreturn_args[]
static const RzCmdDescHelp analysis_function_vars_help
static const RzCmdDescHelp cmd_debug_trace_add_help
static const RzCmdDescHelp flag_describe_help
static const RzCmdDescHelp comment_unique_help
static const RzCmdDescDetail write_bits_details[2]
static const RzCmdDescArg type_cc_list_args[2]
static const RzCmdDescHelp analysis_hint_del_fail_help
static const RzCmdDescHelp f_help
static const RzCmdDescArg write_value2_args[2]
static const RzCmdDescHelp aez_help
static const RzCmdDescDetailEntry pipe_empty_detail_entries[]
static const RzCmdDescHelp cmd_debug_enable_bp_trace_index_help
static const RzCmdDescArg cmd_debug_dmS_args[3]
static const RzCmdDescArg open_maps_name_args[2]
static const RzCmdDescHelp analysis_esil_init_p_help
static const RzCmdDescArg cmd_shell_exit_args[]
static const RzCmdDescArg cmd_debug_trace_args[]
static const RzCmdDescArg reopen_nobin_args[]
static const RzCmdDescArg repeat_forward_args[]
static const RzCmdDescArg cmd_heap_chunks_print_args[2]
static const RzCmdDescHelp cmd_debug_continue_back_help
static const RzCmdDescHelp analysis_hint_set_esil_help
static const RzCmdDescArg analysis_function_strings_args[]
static const RzCmdDescHelp meta_data_remove_all_help
static const RzCmdDescDetail system_to_cons_details[2]
static const RzCmdDescArg cmd_eval_color_highlight_remove_all_args[]
static const RzCmdDescArg hex_of_assembly_args[2]
static const RzCmdDescHelp debug_regs_fpu_help
static const RzCmdDescHelp analysis_hint_del_arch_help
static const RzCmdDescArg cmd_eval_color_highlight_current_instruction_args[2]
static const RzCmdDescHelp analysis_reg_flags_unset_help
static const RzCmdDescArg open_binary_select_fd_args[2]
static const RzCmdDescHelp cmd_debug_dump_maps_help
static const RzCmdDescHelp cmd_disassemble_recursively_help
static const RzCmdDescHelp print_hexdump_hex4_help
static const RzCmdDescArg cmd_info_classes_args[]
static const RzCmdDescDetail analysis_hint_set_size_details[2]
static const RzCmdDescArg eval_type_args[2]
static const RzCmdDescDetailEntry history_list_or_exec_Examples_detail_entries[]
static const RzCmdDescArg cmd_print_magic_args[2]
static const RzCmdDescArg cmd_shell_pwd_args[]
static const RzCmdDescArg eval_readonly_args[2]
static const RzCmdDescHelp cmd_info_entryexits_help
static const RzCmdDescHelp analyze_all_unresolved_jumps_help
static const RzCmdDescArg type_link_args[3]
static const RzCmdDescArg block_flag_args[2]
static const RzCmdDescHelp flirt_dump_help
static const RzCmdDescHelp cmd_info_symbols_help
static const RzCmdDescArg analysis_class_base_add_args[4]
static const RzCmdDescHelp open_prioritize_next_rotate_help
static const RzCmdDescHelp analyze_value_to_maps_help
static const RzCmdDescArg analysis_esil_init_mem_args[4]
static const RzCmdDescHelp analysis_hint_del_help
static const RzCmdDescHelp analysis_function_import_list_help
static const RzCmdDescArg write_op_encrypt_args[4]
static const RzCmdDescArg analysis_function_add_recu_args[2]
static const RzCmdDescHelp print_commands_after_traps_help
static const RzCmdDescHelp flag_length_help
static const RzCmdDescHelp aec_help
static const RzCmdDescArg debug_reg_cond_args[]
static const RzCmdDescArg cmd_info_class_fields_args[2]
static const RzCmdDescHelp analysis_hint_set_high_help
static const RzCmdDescHelp analysis_info_show_help
static const RzCmdDescHelp egg_type_help
static const RzCmdDescHelp push_escaped_help
static const RzCmdDescArg print_hexword_references_args[2]
static const RzCmdDescDetail analysis_hint_set_offset_details[2]
static const RzCmdDescHelp cmd_disassemble_summarize_help
static const RzCmdDescHelp autoname_all_functions_help
static const RzCmdDescArg block_args[2]
static const RzCmdDescHelp cmd_debug_dmS_help
static const RzCmdDescArg analysis_function_cc_set_get_args[2]
static const RzCmdDescHelp analyze_symbols_entries_help
static const RzCmdDescArg analysis_function_blocks_edge_args[3]
static const RzCmdDescHelp analyze_n_ins_size_help
static const RzCmdDescHelp meta_var_reg_comment_list_help
static const RzCmdDescArg print_hexdump_signed_integer2_args[2]
static const RzCmdDescDetail w4_details[2]
static const RzCmdDescArg cmd_debug_toggle_bp_args[]
static const RzCmdDescHelp il_step_until_addr_help
static const RzCmdDescArg write_args[2]
static const RzCmdDescArg plugins_asm_print_args[]
static const RzCmdDescArg seek_blocksize_forward_args[2]
static const RzCmdDescHelp cmd_debug_process_profile_help
static const RzCmdDescHelp cmd_info_relocs_help
static const RzCmdDescHelp cmd_debug_step_until_optype_help
static const RzCmdDescArg analysis_function_create_args[4]
static const RzCmdDescDetailEntry cmd_print_byte_array_Useful_space_modifiers_detail_entries[]
static const RzCmdDescArg analysis_function_blocks_del_args[]
static const RzCmdDescArg flag_space_move_args[]
static const RzCmdDescArg flag_space_remove_args[2]
static const RzCmdDescHelp cmd_print_byte_array_c_cpp_word_help
static const RzCmdDescArg yank_args[2]
static const RzCmdDescArg cmd_eval_color_set_default_palette_args[]
static const RzCmdDescArg analysis_function_list_args[]
static const RzCmdDescArg analysis_print_global_variable_args[2]
static const RzCmdDescArg analysis_function_blocks_asciiart_args[]
static const RzCmdDescHelp analysis_continue_until_esil_help
static const RzCmdDescArg cmd_debug_trace_tag_args[2]
static const RzCmdDescHelp meta_space_rename_help
static const RzCmdDescArg analysis_function_all_opcode_stat_args[2]
static const RzCmdDescHelp il_step_until_expr_help
static const RzCmdDescArg analysis_hint_list_at_args[]
static const RzCmdDescHelp meta_var_bp_comment_list_help
static const RzCmdDescArg cmd_debug_traces_reset_args[]
static const RzCmdDescDetail analysis_appcall_details[2]
static const RzCmdDescHelp cmd_debug_step_line_help
static const RzCmdDescHelp cmd_debug_show_bp_index_help
static const RzCmdDescHelp debug_reg_types_help
static const RzCmdDescHelp cmd_debug_disable_bp_trace_index_help
static const RzCmdDescHelp ood_help
static const RzCmdDescHelp write_op_4byteswap_help
static const RzCmdDescHelp w2_help
static const RzCmdDescHelp meta_magic_list_help
static const RzCmdDescHelp analyze_all_function_calls_to_imports_help
static const RzCmdDescHelp dts_help
static const RzCmdDescArg analysis_hint_set_offset_args[2]
static const RzCmdDescDetail analysis_regs_args_details[]
static const RzCmdDescHelp Ct_help
static const RzCmdDescHelp cmd_info_trycatch_help
static const RzCmdDescArg write_op_decrypt_args[4]
static const RzCmdDescArg esil_of_assembly_args[2]
static const RzCmdDescArg cmd_heap_arena_bins_print_args[2]
static const RzCmdDescHelp open_prioritize_prev_help
static const RzCmdDescHelp analysis_xrefs_del_all_help
static const RzCmdDescHelp cmd_eval_color_highlight_instruction_word_help
static const RzCmdDescDetailEntry analysis_hint_set_jump_empty_detail_entries[]
static const RzCmdDescArg analysis_hint_del_bits_args[]
static const RzCmdDescHelp acm_help
static const RzCmdDescHelp analysis_syscall_name_help
static const RzCmdDescHelp wo_help
static const RzCmdDescArg analyze_all_functions_esil_args[]
static const RzCmdDescArg analysis_reg_arenas_hexdump_args[2]
static const RzCmdDescHelp analysis_esil_init_mem_remove_help
static const RzCmdDescHelp analysis_syscall_show_help
RZ_IPI RzCmdStatus rz_remote_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_traces_reset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_whole_strings_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_eval_color_highlight_instruction_word_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_prev_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_binary_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_global_variable_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_set_default_palette_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_whole_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_profile_gdb_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_hidden_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_debug(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_esil_deinit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_resize_insert_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_add_hw_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_hex4l_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analyze_all_functions_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_until_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_stack_pop_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_function_summary_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_until_optype_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_hash_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_cache_commit_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_assembly_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_function_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_hexdump_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_opcode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_prioritize_binid_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexword_references_1_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_type_link_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_prioritize_prev_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_bytes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_regs_getref_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_all_fd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_push_escaped_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_print(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_switch_type_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_rap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_add_memory_watcher_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_map_fd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_mode_enable_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_analysis(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_info_exports_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_bp_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_macro_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_set_random_palette_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_import_list_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_assembly_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_data_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_prog_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_data_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_mv_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_append_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_name_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_esil_init_mem_p_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_syscall_dump_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassemble_summarize_n_bytes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_signed_integer4_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_bitstream_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_functions_map_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_unknown_call_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_highlight_list_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_info_imports_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_kuery(void *data, const char *input)
RZ_IPI RzCmdStatus rz_yank_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_stop_trace_session_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_local_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_zero_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_utf32be_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_class_method_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_base64_decode_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analyse_name_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_print_rtti_all_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_info_symbols_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_drx_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_basic_block_info_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analyze_all_functions_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_space_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_until_addr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_until_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_mask_reset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_display_bt_oneline_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_data_at_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_all_possible_opcodes_treeview_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_tcp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_show_current_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_debug_trace_addr(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_info_dwarf_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_c_cpp_half_word_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_list_mne_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_hex_block_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_function_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_timestamp_unix_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_name_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_type_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_at_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_graph_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_pdb_download_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_yara_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_range_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_disassembly_all_possible_opcodes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_zone_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_debug_rzrun_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_noreturn_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_all_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_class_fields_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_utf16be_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_write_debruijn_find_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_to_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_toggle_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_cur_symbol_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_pdb_extract_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_vm_step_until_addr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_high_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_local_list_all_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_del_immbase_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_n_bytes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_eval_color_highlight_current_instruction_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_everything_experimental_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_debug_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_print_gadget_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_process_profile_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_union_c_nl_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_io_system_run_oldhandler(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_debug_step_until_flag_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_recover_rtti_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_start_trace_session_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_close_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_structure_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_list_reload_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_pcache_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_regs_fpu_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_xrefs_list_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_bp_plugin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_egg_show_config_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_shr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_link_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_shell_uniq_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_encrypt_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_tag_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_project_save_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_diff_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_malloc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_hex2l_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_profile_open_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_cc_reg_usage_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_swap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_rebase_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_macro(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_hint_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_quit_kill_nosave_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_optype_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_flags_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_signature_type_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_bt_enable_bp_trace_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_guess_size_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_seek_function_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_type_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_autoname_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_java_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_editor_2_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_search(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_info_section_bars_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_cat_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_display_bt_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_hex_of_assembly_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_flag_relocate_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_interactive_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flirt_dump_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_ptr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_bash_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_binary_show_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_map_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_size_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_from_socket_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_traces_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_list_maps_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_var_comment_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_sub_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_seek_undo_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_xor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_unique_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_classes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_send_signal_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_xrefs_function_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_flags_unset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_graph_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_esil_init_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_register_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_dump_maps_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_delete_global_imports_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_analyze_args_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_function_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_mul_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_function_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_var_comment_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_c_cpp_bytes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_padded_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_color_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_unified_patch_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_file_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_type_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_block_max_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_egg_type_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_set_cond_bp_win_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_global_variable_delete_byaddr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_line_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_traces_esil_i_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_var_comment_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_shell_cd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_binary_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_dmL_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_load_theme_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_ordinals_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_push_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_objc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_resize_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_value_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_main_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_heap_bins_list_print(void *data, const char *input)
RZ_IPI RzCmdStatus rz_flag_list_at_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_esil_of_hex_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_meta_hidden_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_bin_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_zone_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_cc_list_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI int rz_equal_h_handler_old(void *data, const char *input)
RZ_IPI RzCmdStatus rz_meta_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_nobin_write_headers_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_hexpairs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_unified1_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_filelink_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_core_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_io_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_disassemble_summarize_block_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_string_wide16_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_add_bp_noreturn_func_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_remove_bp_plugin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_exchange_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_next_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_stackframe_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_egg_padding_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_format_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_set_d_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_unload_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_list_structure_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_flag_base_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_val_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_prev_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_prioritize_next_rotate_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_open_sdb_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_cc_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_stacksz_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_columns_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_display_opcode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_all_unresolved_jumps_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_list_at_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_global_variable_delete_byname_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_space_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_string_8bit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_binary_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_profile_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_list_at_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_zero_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_vm_step_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_pop_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_hashes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_appcall_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_2_inc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_class_methods_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_syscall_dump_assembly_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_length_string_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_value_to_maps_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_var_bp_comment_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_cmp_unified_disasm_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_hex4_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_append_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_regs_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_setbits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_enable_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_enable_bp_trace_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_function_linked_offsets_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_heap_info_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_heap_block_flag_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_cc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_function_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_signature_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_maps_flags_global_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_string_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_binary_select_id_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_basic_block_as_text_json_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_cond_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_copy_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_bool_invert_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_2byteswap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_rm_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_assembly_of_hex_alias_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_function_vars_xrefs_args_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_write_op_sequence_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_remove_watcher_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_skip_until_addr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_edge_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_types_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_profile_open_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_cond_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_from_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_signature_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_frame_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_nobin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_hex_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_alias(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_debug_set_expr_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_val_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_alias_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_or_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassemble_summarize_function_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_list_compare_watchers_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI int rz_cmd_debug_continue_syscall(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_shell_env_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_egg_encoder_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_command_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_n_ins_size_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_call_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_value2_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_hexdump_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_core_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_type_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_bp_getref_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_exit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_display_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_ret_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_vtable_lookup_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_utf16le_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_write_8_dec_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_emoji_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_del_high_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_until_instr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_last_output_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_noreturn_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_profile_comments_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_type_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_cache_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_until_expr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_unified4_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_display_palette_css_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_recursively_all_function_types_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_all_objc_references_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_bp_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
------— Base pointer based variable handlers ----------—
RZ_IPI RzCmdStatus rz_analysis_xrefs_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_il_step_over_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_name_id_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_disable_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_hex_diff_lines_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_allocate_maps_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_base_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_global_imports_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_xrefs_from_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_info_cur_section_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_continue_until_breakpoint_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_delta_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_string_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_value4_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_graph_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_prioritize_next_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_demangle_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_seek_search(void *data, const char *input)
RZ_IPI RzCmdStatus rz_cmd_info_cur_export_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_egg_list_plugins_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_signed_integer8_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_eval_color_highlight_list_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_syscall_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_type_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_reset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_display_bt_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_info_kuery(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_function_opcode_stat_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_reopen_write_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_n_ins_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_hexless_words_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_quit_nokill_nosave_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_oct_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_repeat_forward_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_local_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_reset_watcher_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_add_bp_module_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_timestamp_dos_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_arch_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_python_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_versions_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_type_open_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_libs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_exists_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_esil_init_p_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_deallocate_map_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_hexdump(void *data, const char *input)
RZ_IPI RzCmdStatus rz_print_string_c_cpp_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_convert_mne_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_function_cc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_add_watchpoint_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_cache_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_regs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
------— Register-based variable handlers ----------—
RZ_IPI RzCmdStatus rz_analysis_function_analyze_jmptable_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_print_hexstring_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_vtable_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_import_list_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_n_bytes_desc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_ptr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_toggle_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_n_instructions_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_help_search_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_disassemble_recursively_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_mapped_io_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_magic_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_value8_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_hex_from_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_n_lines_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_class_info_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_shell_echo_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_hexdump_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_calls_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_prev_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_set_immbase_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_strings_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_string_pascal_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_visual(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_asciiart_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_bp_set_expr_cur_offset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_esil_of_assembly_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_exception_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_regs_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_list_calls_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_basefind_compute_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_cache_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_modules_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_comment_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_add_recu_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_wide_string_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_paste_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_extend_shift_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_remote_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_system_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_kotlin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_push_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_magic_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_save_trace_session_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_hidden_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_getset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_opcode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_cc_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_1_inc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_list_c_nl_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_prioritize_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_profile_comments_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_delete_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_history_list_or_exec_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_back_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_shell_which_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_string_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_toggle_bp_trace_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_xrefs_graph_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_assembly_inside_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_base_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_extend_hexbytes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_json_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_autoname_all_functions_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_heap_chunks_graph_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_disasm_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_segments_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_hexdump_hexii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_fields_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_heap_arena_bins_print_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_function_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_move_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_all_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_xrefs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_zero_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_begin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_list_enum_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_class_vtable_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_c_cpp_double_word_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_simple_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_annotated_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_sleep_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_list_bp_indexes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_sp_getref_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_core_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analyze_n_bytes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_pointer_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_detect_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_describe_offset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_handler_set_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_list_bp_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_step_until_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_rtti_demangle_class_name_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_gadget_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_global_variable_retype_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_stack_size_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_macro_multiple_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_block_increase_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_var_stack_comment_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_op_decrypt_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_color_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_all_preludes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_enum_bitfield_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_type_matching_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_ret_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_heap_tcache_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_skip_until_expr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_profile_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_autoname_all_functions_noreturn_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_hash_bang_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_show_cur_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_back_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_tag_search_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_list_vtables_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_flag_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_string_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_1_dec_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_arena_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_basic_block_find_paths_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_xrefs_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_info_class_as_source_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_output_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_enum_c_nl_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_magic_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_write_op_8byteswap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_heap_chunk_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_bp_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_process_close_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_n_bytes_size_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_pwd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_info_show_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_cmp_unified2_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_to_graph_cmd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_count_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_blocksize_backward_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_random_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_base_list_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_until_opt_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_list_struct_offsets_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_process_heaps_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_write_2_dec_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_bt_disable_bp_trace_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_dml_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_arch_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_size_sum_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_continue_until_syscall_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_opcode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_create_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_signed_integer_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_nobin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_type_list_union_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_meta_string_at_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_esil_init_mem_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_headers_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_from_io_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_debug_continue_until(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_function_signature_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_flag_zone_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_handler_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_info_purge_string_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_all_function_calls_to_imports_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_sections_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_unset_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_esils_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_source_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_cc_load_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_analysis_details_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_set_jump_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_cc_set_get_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_list_trace_session_mmap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_list_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_project_open_no_bin_io_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_base_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_format_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_fail_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_disassembly_n_instructions_with_flow_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_reopen_debug_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_binary_list_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_debug_load_trace_session_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_vm_step_with_events_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_shell_uname_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_pdb_show_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analyze_symbols_entries_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_enum_find_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_sp_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_continue_until_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_string_wide32_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_apply_signatures_from_sigdb_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_block_flag_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_roles_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_data_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_binary_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_flags_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_equal_H_handler_old(void *data, const char *input)
RZ_IPI RzCmdStatus rz_debug_memory_permission_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_close_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdDescDetail * rz_hash_bang_details_cb(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_over_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_set_0_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_args_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analyze_all_consecutive_functions_in_section_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_magic_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_il_trace_stop_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexword_references_4_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_continue_until_except_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_hex_block_hexdiff_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_enable_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_magic_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_tag_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_string_utf8_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_rizin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_hexpair_string_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_space_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_binary_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_asm_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_binary_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_execution_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_syscall_show_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_hex8_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_byte_bitstream_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_eval_color_highlight_remove_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_malloc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flirt_create_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_remove_all_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_space_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_maps_resize_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_undo_reset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_force_quit_without_history_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_relocate_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_commands_after_traps_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_run_command_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_blocksize_forward_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassemble_recursively_no_function_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_process_profile_edit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_resources_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analyze_n_bytes_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_add_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_traces_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_print_hash_cfg_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_set_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_hash_cfg_algo_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_cache_commit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_describe_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_hexdump_hexless_bytes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_current_modules_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_reopen_nobin_write_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_block_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_offset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_parser_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_seek_end_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_c_cpp_word_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_remove_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_duplicate_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_sizes_of_n_instructions_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_dmS_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI int rz_cmd_debug_dmi(void *data, const char *input)
RZ_IPI RzCmdStatus rz_assembly_of_hex_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_debug_step_cond_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_timestamp_hfs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_add_addrs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_assembly_opcode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_back_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_hex_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_basicblock_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_type_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_realname_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_sourcelines_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_debug_heap_jemalloc(void *data, const char *input)
RZ_IPI RzCmdStatus rz_open_nobin_write_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_regs_setref_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_var_comment_append_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_redo_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_all_data_references_to_code_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_format_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_move_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_shl_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_dump_maps_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_resize_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_disassemble_ropchain_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_op_and_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_dis_refs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_vm_initialize_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_4byteswap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_8_inc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_cmd_panels(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_swap_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_method_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_prioritize_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_break_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flirt_scan_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_op_analysis_color_map_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_xrefs_vars_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI char ** rz_cmd_info_demangle_lang_choices(RzCore *core)
RZ_IPI RzCmdStatus rz_cmd_shell_ls_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_signed_integer2_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_data_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_il_trace_start_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_output_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_offset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_cp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_args_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_type_list_typedef_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_rust_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_list_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_base64_encode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_xrefs_list_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_optype_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_extend_zero_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_symbols_entries_flags_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_disable_bp_trace_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_deprioritize_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_fortune_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_delete_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_zero_string_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_format_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_references_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_open_binary_select_fd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_syscall_name_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_strings_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_disassemble_recursively_from_current_block_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_set_ret_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_op_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_timestamp_ntfs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_list_maps_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_syscall_number_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_list_noreturn_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_remote_open_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_continue_until_addr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_value1_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_var_reg_comment_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_global_variable_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_types_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_opcode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_display_bt_local_vars_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_4_inc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_everything_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_delta_pointer_table_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_stack_size_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_n_instrs_as_text_json_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_egg_config_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_list_current_theme_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_stack_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_type_link_show_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_gadget_move_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_sort_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_egg_compile_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_bp_setref_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_diff_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_maps_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_function_handler(RzCore *core, int argc, const char **argv)
RZ_IPI int rz_equal_g_handler_old(void *data, const char *input)
RZ_IPI RzCmdStatus rz_print_hexdump_hex8l_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_clear_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_valgroup_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_set_s_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_bits_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_profile_gdb_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_to_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_il_step_skip_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_entryexits_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_il_step_over_until_addr_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_hidden_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_size_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_esil_init_mem_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_write_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_cur_segment_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_eval_color_list_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_type_list_function_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_seek_asz_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_list_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_transient_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_list_in_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_step_evaluate_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_highlight_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_syntax_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_rap_bg_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_define_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_show_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_resize_human_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_history_save_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_remove_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_flags_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_disable_bp_index_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_zone_around_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_base64_encode_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_cmd_quit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_pop_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_open_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_string_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_archs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_swift_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_areas_no_functions_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_distance_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_map_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_plugins_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_zone_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_memory_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_continue_until_call_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_history_clear_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_recover_all_golang_functions_strings_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_drx_unset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_shell_mkdir_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_rename_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_plugins_lang_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_print_global_variable_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_debug_reg_roles_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_method_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_write_hex_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_4_dec_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_pcache_commit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexword_references_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_eval_spaces_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_cc_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_structure_c_nl_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_fork_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_hexdump_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_list_cur_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_info_trycatch_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_info_entry_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_stackframe_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_all_function_calls_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_enum_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_skip_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_fail_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexword_references_8_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_trace_graph_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_basic_block_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_length_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_comments_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_writes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_typedef_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_update_watcher_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_pdb_load_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_eval_color_load_previous_theme_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_golang_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_fpu_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_name_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_egg_reset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_timestamp_current_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_string_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_info_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_type_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_list_signatures_in_sigdb_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_flag_describe_closest_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_info_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_plugins_load_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_script_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_hex2_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_meta_type_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_demangle_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_blocks_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_references_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_type_link_del_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_flags_unset_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_load_next_theme_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_mask_set_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_xrefs_section_bytes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_bt_toggle_bp_trace_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_relocate_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_reg_arenas_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_add_cond_bp_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_addr_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_hint_set_arch_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_sp_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
------— Stack-based variable handlers ----------—
RZ_IPI RzCmdStatus rz_quit_nokill_save_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_del_esil_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_functions_merge_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_all_opcode_stat_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_block_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_function_vars_sp_setref_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_xrefs_set_C_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_comments_in_n_instructions_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_reopen_nobin_headers_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_binary_rebase_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_block_decrease_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_space_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_cycles_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_gadget_print_as_rizin_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_base64_decode_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_comment_function_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_class_vtable_list_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_name_id_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_print_value_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_readonly_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_process_heap_block_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_analysis_hint_del_jump_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_stackframe_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_space_stack_push_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_send_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_list_plugins_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_cmp_unified_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analyze_n_ins_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_egg_syscall_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_write_hex_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analyze_bytes_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_write_op_div_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI int rz_cmd_heap_fastbins_print(void *data, const char *input)
RZ_IPI RzCmdStatus rz_analysis_print_rtti_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_flag_space_add_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_step_until_instr_regex_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_from_io_xchg_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_interpret_pipe_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_regs_columns_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_returns_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_utf32le_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI int rz_cmd_help(void *data, const char *input)
RZ_IPI RzCmdStatus rz_flag_space_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_dump_maps_writable_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_tasks_wait_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_il_vm_status_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_print_hexdump_hexpair_bytes_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_vars_reads_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_list_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_quit_kill_save_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_eval_color_set_colorful_palette_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_force_quit_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_write_debruijn_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_address_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_flag_tag_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_analysis_xrefs_del_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_local_remove_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_function_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_maps_list_ascii_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_regs_valgroup_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_maps_prioritize_fd_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_meta_string_remove_all_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_type_union_c_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_flag_describe_at_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_print_hexword_references_2_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_binary_reload_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_all_esil_functions_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_debug_traces_esil_delete_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_eval_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_info_relocs_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_disassembly_all_methods_class_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_remote_mode_disable_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_debug_reg_arenas_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_cmp_unified8_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_disassembly_basic_block_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_debug_continue_traptrace_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_heap_chunks_print_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_reopen_debug_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_hint_set_syntax_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_open_use_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_project_open_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_print_hexdump_sparse_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_seek_history_list_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_cmd_info_sourcelines_here_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_open_binary_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_asm_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_print_byte_array_nodejs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_analysis_function_cc_list_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_IPI RzCmdStatus rz_print_hexdump_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_system_to_cons_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_cmd_main_arena_print_handler(RzCore *core, int argc, const char **argv, RzOutputMode mode)
RZ_API void rz_cmd_batch_end(RzCmd *cmd)
Mark the end of the batched changes to RzCmd.
RZ_API bool rz_cmd_desc_set_default_mode(RzCmdDesc *cd, RzOutputMode mode)
Set the default mode of the command descriptor, if the type allows it.
RZ_API RzCmdDesc * rz_cmd_desc_fake_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, const RzCmdDescHelp *help)
RZ_API RzCmdDesc * rz_cmd_desc_argv_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, RzCmdArgvCb cb, const RzCmdDescHelp *help)
RZ_API RzCmdDesc * rz_cmd_desc_oldinput_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, RzCmdCb cb, const RzCmdDescHelp *help)
RZ_API RzCmdDesc * rz_cmd_get_root(RzCmd *cmd)
Get the root command descriptor.
RZ_API RzCmdDesc * rz_cmd_desc_inner_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, const RzCmdDescHelp *help)
RZ_API void rz_cmd_batch_start(RzCmd *cmd)
Mark the start of the batched changes to RzCmd.
RZ_API RzCmdDesc * rz_cmd_desc_group_modes_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, int modes, RzCmdArgvModesCb cb, const RzCmdDescHelp *help, const RzCmdDescHelp *group_help)
Create a new command descriptor for a name that is used both as a group but that has a sub-command wi...
RZ_API RzCmdDesc * rz_cmd_desc_argv_modes_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, int modes, RzCmdArgvModesCb cb, const RzCmdDescHelp *help)
Create a new command descriptor for a command that supports multiple output modes (e....
RZ_API RzCmdDesc * rz_cmd_desc_group_state_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, int modes, RzCmdArgvStateCb cb, const RzCmdDescHelp *help, const RzCmdDescHelp *group_help)
Create a new command descriptor for a name that is used both as a group but that has a sub-command wi...
RZ_API RzCmdDesc * rz_cmd_desc_argv_state_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, int modes, RzCmdArgvStateCb cb, const RzCmdDescHelp *help)
Create a new command descriptor for a command that supports multiple output modes (e....
RZ_API RzCmdDesc * rz_cmd_desc_group_new(RzCmd *cmd, RzCmdDesc *parent, const char *name, RzCmdArgvCb cb, const RzCmdDescHelp *help, const RzCmdDescHelp *group_help)
Create a new command descriptor for a name that is used both as a group but that has a sub-command wi...
#define rz_warn_if_fail(expr)
#define RZ_CMD_ARG_FLAG_ARRAY
#define RZ_CMD_ARG_FLAG_LAST
@ RZ_CMD_ARG_TYPE_FCN
Argument can be the name of an existing function.
@ RZ_CMD_ARG_TYPE_MACRO
Argument is the name of a pre-defined macro.
@ RZ_CMD_ARG_TYPE_CMD
Argument is an rizin command.
@ RZ_CMD_ARG_TYPE_STRING
Argument that can be an arbitrary string.
@ RZ_CMD_ARG_TYPE_EVAL_KEY
Argument is the name of a evaluable variable (e.g. et command)
@ RZ_CMD_ARG_TYPE_EVAL_FULL
Argument is the name+(optional)value of a evaluable variable (e.g. e command)
@ RZ_CMD_ARG_TYPE_FCN_VAR
Argument is the name of a function variable/argument.
@ RZ_CMD_ARG_TYPE_STRUCT_TYPE
Argument is a C struct type name.
@ RZ_CMD_ARG_TYPE_ENUM_TYPE
Argument is a C enum type name.
@ RZ_CMD_ARG_TYPE_OPTION
Argument is an option, prefixed with -. It is present or not. No argument.
@ RZ_CMD_ARG_TYPE_CHOICES
Argument can be one of the provided choices.
@ RZ_CMD_ARG_TYPE_NUM
Argument is a number.
@ RZ_CMD_ARG_TYPE_RZNUM
Argument that can be interpreted by RzNum (numbers, flags, operations, etc.)
@ RZ_CMD_ARG_TYPE_REG_TYPE
Argument is a register type/arena like "gpr".
@ RZ_CMD_ARG_TYPE_ANY_TYPE
Argument is the any of the C or C++ type name.
@ RZ_CMD_ARG_TYPE_FLAG
Argument is a rizin flag.
@ RZ_CMD_ARG_TYPE_UNION_TYPE
Argument is a C union type name.
@ RZ_CMD_ARG_TYPE_ALIAS_TYPE
Argument is a C typedef (alias) name.
@ RZ_CMD_ARG_TYPE_REG_FILTER
Argument is a register name, size, type or "all".
@ RZ_CMD_ARG_TYPE_FILE
Argument is a filename.
@ RZ_CMD_ARG_TYPE_GLOBAL_VAR
Argument is a user defined global variable.
@ RZ_CMD_ARG_TYPE_ENV
Argument can be the name of an existing rizin variable.
@ RZ_CMD_ARG_TYPE_FAKE
This is not considered a real argument, just used to show something in the help. Name of arg is shown...
#define RZ_CMD_ARG_FLAG_OPTION
@ RZ_OUTPUT_MODE_LONG_JSON
@ RZ_OUTPUT_MODE_QUIETEST
@ RZ_OUTPUT_MODE_STANDARD
A detailed entry that can be used to show additional info about a command entry.