Rename anal.in=raw to anal.in=range (#17236)

This commit is contained in:
Aswin C 2020-07-10 11:05:56 +05:30 committed by GitHub
parent 94a705498a
commit ee98557fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",