/Analysis-PE-File-Structure

A C program for general analysis of 32 bit PE files

Primary LanguageC++

Analysis-PE-File-Structure

The PE file structure must be understood in the windows security

This is a C program for general analysis of 32 bit PE files

PE File Structure

Feature

Program can analysis DOS Header, Image_File _Header, Image_Optional_Header, Image_Data_Directory, Section Table, Image_Import_Directory & Image_Export_Directory

Notice

  • You can modify the macro in the front of code to specify which file will be opened.
  • The PE file you want to analysis must be 32 bit.

Run