A SMALL library I wrote for reading module exports.
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
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!
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.