* Fixed bug resolving imports with PE bin

This commit is contained in:
Nibble 2009-11-16 14:08:47 +01:00
parent 3e16537306
commit 33afde92a5

View File

@ -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;