About PEFile.net

PEFile is a small command line tool to extract information from a portable executable windows file.

The tool was build as a learning process to dive more into c++ under windows and to more understand how portable executable aka exe, dll are structure from the inside.

I added an option to export the data into an HTML file, see our example for more information and demo.

It was a great project to do, and I am recommended any developer that need to get into the internals of the windows operation system to start by developing a pe dumper tool.

As it can gives you a lot of searching and information about how windows is working from the inside.

Hope you like the tool.