Skip to content

IAmTheTable/PEParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEParser

A SMALL library I wrote for reading module exports.

Contribute

Please provide helping criticism for me to learn.

I would love to see what I can improve on.

I do plan on adding more and more but this is it for now.

Add my Discord: Table#0420

How to use

import the library into your C++ project

#include "PEParser.hpp"

Next instantiate the class

auto parsed_dll = pe_parser("kernel32.dll");

and... you're done! You can use the member functions as you wish!

More info

NOTE: This library is still very WIP.

Also feel free to offer me recommendations to improve.

Finally if you need help, take a look at the Source.cpp file to reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages