mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-29 09:13:19 +00:00
Fix t.anal/x86/aap tests (#8338)
May not be suitable, but t.anal/x86 broken reduces from 44 to 19
This commit is contained in:
parent
d1db5c0f1e
commit
ceb0724e6b
@ -321,7 +321,7 @@ R_API int r_core_search_preludes(RCore *core) {
|
||||
fc0 = count_functions (core);
|
||||
r_list_foreach (list, iter, p) {
|
||||
eprintf ("\r[>] Scanning %s 0x%"PFMT64x " - 0x%"PFMT64x " ", r_str_rwx_i (p->flags), p->from, p->to);
|
||||
if (!cfg_debug && !(p->flags & R_IO_MAP)) {
|
||||
if (!(p->flags & R_IO_EXEC)) {
|
||||
eprintf ("skip\n");
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user