mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 17:11:51 +00:00
Rename anal.in=raw to anal.in=range (#17236)
This commit is contained in:
parent
94a705498a
commit
ee98557fa6
@ -2891,7 +2891,7 @@ R_API int r_core_config_init(RCore *core) {
|
||||
SETICB ("anal.to", -1, (RConfigCallback)&cb_anal_from, "Upper limit on the address range for analysis");
|
||||
n = NODECB ("anal.in", "io.maps.x", &cb_searchin);
|
||||
SETDESC (n, "Specify search boundaries for analysis");
|
||||
SETOPTIONS (n, "raw", "block",
|
||||
SETOPTIONS (n, "range", "block",
|
||||
"bin.segment", "bin.segments", "bin.segments.x", "bin.segments.r", "bin.section", "bin.sections", "bin.sections.rwx", "bin.sections.r", "bin.sections.rw", "bin.sections.rx", "bin.sections.wx", "bin.sections.x",
|
||||
"io.map", "io.maps", "io.maps.rwx", "io.maps.r", "io.maps.rw", "io.maps.rx", "io.maps.wx", "io.maps.x",
|
||||
"dbg.stack", "dbg.heap",
|
||||
|
Loading…
x
Reference in New Issue
Block a user