mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 09:06:02 +00:00
parent
818d9db3c1
commit
6ab16a084b
@ -1849,7 +1849,8 @@ int Elf_(r_bin_elf_get_static)(ELFOBJ *bin) {
|
||||
return false;
|
||||
}
|
||||
for (i = 0; i < bin->ehdr.e_phnum; i++) {
|
||||
if (bin->phdr[i].p_type == PT_INTERP) {
|
||||
if (bin->phdr[i].p_type == PT_INTERP ||
|
||||
bin->phdr[i].p_type == PT_DYNAMIC) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user