You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. download:
http://corkami.googlecode.com/svn/trunk/src/PE/bin/imports_virtdesc.exe
2. execute the following script with imports_virtdesc.exe as argument:
pe = pefile.PE(sys.argv[1], fast_load=True)
pe.parse_data_directories()
print pe.dump_info()
What is the expected output? What do you see instead?
No imports are shown.
I expect something like:
kernel32.dll
rva: 4224 (0x1080), name: ExitProcess, hint: 0
msvcrt.dll
rva: 4168 (0x1048), name: printf, hint: 0
What version of the product are you using? On what operating system?
pefile 1.2.10-139
Ubuntu 14.04
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 11 Nov 2014 at 9:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Nov 2014 at 9:42The text was updated successfully, but these errors were encountered: