GHFear / PEye-Ball

PE Parser For Win64 and Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEye-Ball

PEye-Ball 0.1.2
PE Parser for Windows and Linux.

PEye-Ball Supports:
-Dos Header
-NT Headers
-Section Headers
-Imports
-Exports
-Delayed Imports
-Base Relocations

Build project with cmake 3.10 and above from (build) directory with terminal commands:
"cmake ../" -- To create cmake project files.
"make" -- To build executable.

Will add more features to this project in the future.

/GHFear.

Updates:

0.1.2 Changelog:
-Added support for parsing base relocations.
-Fixed some bugs.
-Now printing to file instead of console.

0.1.1 Changelog:
-Made the parser use different threads for each header section we parse.

0.1.0 Changelog:
-Added support for parsing delayed load imports.
-Fixed print types and some wrong casts.

0.0.9 Changelog:
-Added support for parsing exports.

About

PE Parser For Win64 and Linux.

License:MIT License


Languages

Language:C++ 96.4%Language:C 2.6%Language:CMake 1.0%