PDA

View Full Version : Looking for a tool to extract PE file information



twegele
March 28th, 2012, 02:02 PM
Hi all,

I'm new to this forum and using ubuntu since some time. I was looking for a tool (or trying to develop it myself) to extract some information from Microsoft PE files (such as *.dll, *.exe). Do you know if something is already integrated in ubuntu which can be used for this? The information which are interesting are something like file information, sections, entry point and so on.

Best regards,
Thomas

CynicRus
March 28th, 2012, 02:14 PM
objdump -x -D pe-exe-file.exe | less