mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Reference abc command in the afbc help message ##shell
This commit is contained in:
parent
0fa549134b
commit
9183a4b92e
@ -555,7 +555,7 @@ static RCoreHelpMessage help_msg_afb = {
|
||||
"afb.", " [addr]", "show info of current basic block",
|
||||
"afb=", "", "display ascii-art bars for basic block regions",
|
||||
"afb+", " fcn_at bbat bbsz [jump] [fail] ([diff])", "add basic block by hand",
|
||||
"afbc", " [color] ([addr])", "colorize basic block",
|
||||
"afbc", " [color] ([addr])", "colorize basic block (same as 'abc')",
|
||||
"afbe", " bbfrom bbto", "add basic-block edge for switch-cases",
|
||||
"afbi", "[j]", "print current basic block information",
|
||||
"afbj", " [addr]", "show basic blocks information in json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user