andyvand / pefile

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

Attached exe "Version info" is not retrieved #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the attached file exe aptly named file.exe (this is a cygwin-compiled 
version of the "file" command) the version info (as you would see these on 
windows file properties pop-up, version tab) are not to be seen in the dump at 
all.

The expected output would include:
Internal name, Language, Legal Trademarks, License, LibToolFileVersion, 
Original File Name, etc...

The same applies to the dll provided.

In contrast the version info are found allright on a more "modern" .net 
assembly dll.

Also rescle seesm to be able to this (from the doc, I could not try it) 
http://code.google.com/p/rescle/

Original issue reported on code.google.com by pombreda...@gmail.com on 17 May 2011 at 4:51

Attachments:

GoogleCodeExporter commented 9 years ago
Hachoir metadata gets the parsing done alright.
I wonder if this is not the old NE format rather than PE proper ...
see 
https://bitbucket.org/haypo/hachoir/src/f45d30cc82db/hachoir-metadata/hachoir_me
tadata/program.py

and 
https://bitbucket.org/haypo/hachoir/src/f45d30cc82db/hachoir-parser/hachoir_pars
er/program/ 

Original comment by pombreda...@gmail.com on 24 Jun 2011 at 7:30

GoogleCodeExporter commented 9 years ago
Fixed in revision 111. The information should now be present

Original comment by ero.carr...@gmail.com on 1 Aug 2011 at 7:17

GoogleCodeExporter commented 9 years ago
Thank mucho for this fix! 

Original comment by pombreda...@gmail.com on 1 Aug 2011 at 6:43