mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 19:26:43 +00:00
* Fix strstr reported by Nicolai Stange
This commit is contained in:
parent
2f1c4885ea
commit
c4c08c05dd
@ -2771,7 +2771,7 @@ static int cmd_anal(void *data, const char *input) {
|
||||
char *o = strdup (r_config_get (core->config, "search.prefix"));
|
||||
r_config_set (core->config, "search.prefix", "pre.");
|
||||
r_core_cmd0 (core, "fs preludes");
|
||||
if (!strstr (arch, "x86")) {
|
||||
if (strstr (arch, "x86")) {
|
||||
switch (bits) {
|
||||
case 32:
|
||||
r_core_cmd0 (core, "./x 5589e5 && af @@ pre.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user