PDA

View Full Version : PE tool


chamsy
04-22-2004, 12:43 PM
Hi,

I am trying to write a disassembler. Is there any tool for windows that I can get the values of fields such as the RVA of entry point. So I can compare this value with my programs values. So I can be sure that my program works fine.

Best regards,
Chamal De Silva.

kw
04-22-2004, 06:45 PM
Definitely, there are many of them. A nice collection is at protools (http://protools.cjb.net/) under Utilities. Then scroll down until you get to "Exe Utilities". Listed there are many PE tools, most of them will do what you want. A lot of other programs (like HIEW) will also give you the information, but they have more features in them than just the PE header editing.

KW