mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 17:48:33 +00:00
Fix dupped entries in search.in
This commit is contained in:
parent
0e4293a629
commit
ed70a879f8
@ -2724,9 +2724,6 @@ R_API int r_core_config_init(RCore *core) {
|
||||
SETI ("search.from", -1, "Search start address");
|
||||
n = NODECB ("search.in", "io.maps", &cb_searchin);
|
||||
SETDESC (n, "Specify search boundaries");
|
||||
SETOPTIONS (n, "raw", "block", "io.map", "io.maps", "io.section", "io.sections",
|
||||
"dbg.map", "dbg.maps", "dbg.stack", "anal.fcn", "anal.bb", NULL);
|
||||
|
||||
SETOPTIONS (n, "raw", "block", "io.map", "io.maps",
|
||||
"io.sections", "io.sections.write", "io.sections.exec", "io.sections.readonly",
|
||||
"dbg.stack", "dbg.heap", "dbg.map",
|
||||
|
Loading…
x
Reference in New Issue
Block a user