Skip to content

Simple PE Format Parser written in C/C++ using Win32API

Notifications You must be signed in to change notification settings

viorelyo/PE-Dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PE Dumper

Simple PE Format Parser written in C/C++ using Win32API

Features

  • Reads passed path and scans recursively the folder
  • Reads passed number of worker threads and creates a ThreadPool to process in parallel the queue of found PE files.
  • Dumps in .log output-files the whole information about PE Format for each found file:
  1. DOS Header
  2. NT Headers
  3. Section Headers
  4. Exports Table
  5. Imports Table

Buit with

  • C/C++
  • Win32API
  • Microsoft Visual Studio

Usage

  1. Compile project for x86 platform
  2. Run the created .exe from cmd and pass as parameters a valid Windows path and number of worker threads (e.g. pedumper.exe "C:" 64)

Resources

About

Simple PE Format Parser written in C/C++ using Win32API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published