Skip to content

GHFear/PEye-Ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.