← All projects

PE_Inspector

by @AbdouRoumi

21

A powerful PE file inspector for analyzing Portable Executable binaries, providing detailed insights into their structure, headers, and properties

About this project

PE Inspector Overview Welcome to the PE Inspector repository! This project is a tool for inspecting and analyzing Portable Executable (PE) files, including EXE, DLL, and SYS files. It provides detailed insights into the file headers, sections, and data directories, making it an essential utility for reverse engineers, malware analysts, and security enthusiasts. This tool reads and parses PE files, displaying critical information such as file architecture, entry points, sections, and directory tables. Table of Contents Overview Features Installation Usage Example Output Contributing License Features Parses DOS, NT, and Optional headers. Displays file architecture (x32/x64). Analyzes PE sections and their characteristics. Shows data directories (Export, Import, Resource, TLS, IAT). Provides RVA (Relative Virtual Address) and raw address details. Installation Clone the repository: Open the project in Visual Studio. Build the project in Debug or Release mode. Usage Compile the program. Run it from the command line: Inspect the detailed output provided by the tool. Example Output Contributing

From the project README on GitHub

Stars
21
Forks
3
License
MIT
Last push
30 Dec 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/pe-inspector.svg)](https://www.madeinalgeria.dev/projects/pe-inspector)

Related projects