| Binary (win32): | pe_format_binary.zip |
| Source Code: | pe_format_source.zip |
This program gathers information about Windows portable executable files (PE files), which include .exe and .dll files
I wrote the program by refering to Iczelion's PE tutorial. When I first started using Windows Vista, I compiled code using CLR support which meant there were certain dll dependencies, which prevented the application from running on an XP machine. I used this program to spot this dll dependency.