I decoded the optional header and didn't really know where to go from there. It has an internal name, a version, the company name, lots of info. Where do I go to find it?
views:
13answers:
1
A:
This is the Version Information in the resources. That documentation describes the APIs you can use to get it.
Luke
2010-08-14 02:56:38
I am making a library that is not part of windows so I cannot use the API but thanks for the pointer, that it is in the resources.
2010-08-14 06:00:19
There is a python package available that can do this for you :http://pefile.googlecode.com/files/pefile-1.2.10-63.tar.gzYou can examine it to see how the PE file format is structured if you want to do it in your own language.
2010-09-03 10:14:08