Closed xusheng6 closed 1 year ago
This is also caused by the downloading a PDB. If I disable the PDB, then everything works fine.
The problem is that the PDB parser overwrites the import function symbols and the data var with information from the PDB (as illustrated in the first screenshot), but the info from PDB is having a lower quality than we already have (in the second screenshot).
This has since been resolved (as of 3.4.4163), although note that type libraries for those functions still do not exist.
kernel32-64.dll_.zip
For the attached file, we can see the IAT table is not correctly processed, that the import symbols are not defined:
For comparison, a typical x64 file looks like this: