项目作者: viorelyo

项目描述 :
Simple PE Format Parser written in C/C++ using Win32API
高级语言: C++
项目地址: git://github.com/viorelyo/PE-Dumper.git
创建时间: 2019-12-25T09:41:10Z
项目社区:https://github.com/viorelyo/PE-Dumper

开源协议:

下载


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