mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 05:37:06 +00:00
Workaround for radiff2, requires some extra review
This commit is contained in:
parent
95bdb8e2ac
commit
0a7ed3e58b
@ -83,7 +83,7 @@ static RCore* opencore(const char *f) {
|
|||||||
r_core_loadlibs (c, R_CORE_LOADLIBS_ALL, NULL);
|
r_core_loadlibs (c, R_CORE_LOADLIBS_ALL, NULL);
|
||||||
r_config_set_i (c->config, "io.va", useva);
|
r_config_set_i (c->config, "io.va", useva);
|
||||||
r_config_set_i (c->config, "anal.split", R_TRUE);
|
r_config_set_i (c->config, "anal.split", R_TRUE);
|
||||||
if (r_core_file_open (c, f, 0, UT64_MAX) == NULL) {
|
if (r_core_file_open (c, f, 0, 0) == NULL) {
|
||||||
r_core_free (c);
|
r_core_free (c);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user