djhenderson / pefile

Automatically exported from code.google.com/p/pefile
Other
0 stars 0 forks source link

Could you please support "Debug Directories" sections? #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. dumpbin /headers MFCApplication1.exe
2. You can see "Debug Directories" section after "SECTION HEADER #3".
3. It will include the GUID, PDB path.
4. Currently pefile won't show this section.

What is the expected output? What do you see instead?
  Debug Directories

        Time Type       Size      RVA  Pointer
    -------- ------ -------- -------- --------
    54E40A41 cv           4A 000450A4    328A4    Format: RSDS, {23993D7C-78DD-4
C82-B73A-E49D3DB0CE40}, 1, d:\temp\MFCApplication1\Debug\MFCApplication1.pdb
    54E40A41 feat         14 000450F0    328F0    Counts: Pre-VC++ 11.00=0, C/C+
+=48, /GS=48, /sdl=11, reserved=0
pefile will not show this part.

What version of the product are you using? On what operating system?
vc 2013 dumpbin under win 8.1; pefile 1.2.10-139.

Please provide any additional information below.
Could you please support the "debug directories" sections?
I'd like to get the GUID and pdb path.
Thanks a lot.

Original issue reported on code.google.com by jeffreyr...@gmail.com on 4 Mar 2015 at 10:24