sw1tcherrr / PE-parser

Lists imported/exported functions in Portable Executable file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PE-parser

Simple program that parses files in 32bit Portable Executable format and can:

  • check if this file is PE
  • list imported functions and corresponding dll’s
  • list exported functions of a dll
Usage
pe-parser [is-pe, import-functions, export-functions] <file_name>
Compilation

Tested with C++17

About

Lists imported/exported functions in Portable Executable file


Languages

Language:C++ 97.3%Language:Makefile 2.7%