mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-23 15:52:06 +00:00
* Fixed bug resolving imports with PE bin
This commit is contained in:
parent
3e16537306
commit
33afde92a5
@ -398,7 +398,7 @@ int PE_(r_bin_pe_get_imports_count)(PE_(r_bin_pe_obj) *bin)
|
||||
read(bin->fd, name, PE_NAME_LENGTH);
|
||||
if (IS_PRINTABLE(name[0]))
|
||||
off = PE_(r_bin_pe_aux_rva_to_offset)(bin, import_dirp->FirstThunk);
|
||||
else return 0;
|
||||
else continue;
|
||||
}
|
||||
|
||||
j = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user