Windows .exe File Explorer Like CFF.exe
File Explorer is an executable file format on windows operating system which contains all necessary information about the executable file in structured format.
By Using this project we can retrive multiple tables from executable from executable file as DOS header, Optional header, Section header,Export table Import table ext.
According to the requirment of user we can display information of executable in structured and simple format.
This project can be used in Reverse engineering process to predict whether executable files is malicious or not.