mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-30 01:44:50 +00:00
Disable scr.interactive in radiff2
This commit is contained in:
parent
370eef15fc
commit
2930a25663
@ -47,6 +47,7 @@ static RCore *opencore(const char *f) {
|
||||
r_core_loadlibs (c, R_CORE_LOADLIBS_ALL, NULL);
|
||||
r_config_set_i (c->config, "io.va", useva);
|
||||
r_config_set_i (c->config, "anal.split", true);
|
||||
r_config_set_i (c->config, "scr.interactive", false);
|
||||
r_list_foreach (evals, iter, e) {
|
||||
r_config_eval (c->config, e);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user