Tagged Questions
3
votes
1answer
830 views
How is dumpbin able to read the export table when it appears at a file offset larger than the file itself?
I'm writing a little PE reader, so I run dumpbin alongside my test application to confirm that the values are being read correctly. Everything it working so far, except for the export table.
The file ...
1
vote
0answers
19 views
How do I parse a DumpBin.exe Output file with Regular Expression or LinqToText
I'm writing a utility wrapper around dumpbin.exe and outputting exports and dependencies for exe files, ocx files and dllfiles. Besides dependency information, I also need to capture Export ...