mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
Fix loading of entrypoints on some huge mach0s ##bin (#11963)
This commit is contained in:
parent
4ac547cadd
commit
d596677558
@ -1116,10 +1116,6 @@ static int bin_entry(RCore *r, int mode, ut64 laddr, int va, bool inifin) {
|
||||
r_cons_printf ("[Entrypoints]\n");
|
||||
}
|
||||
}
|
||||
if (entries && r_list_length (entries) > 1024) {
|
||||
eprintf ("Too many entrypoints (%d)\n", r_list_length (entries));
|
||||
return false;
|
||||
}
|
||||
|
||||
r_list_foreach (entries, iter, entry) {
|
||||
ut64 paddr = entry->paddr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user