Coldzer0 / TinyPDBParser

Windows PDB Parser using Imagehlp library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows TinyPDBParser


How? why?

This will use Imagehlp.dll to Enum all PDB symbols and gives you the needed data to work with.

This project was a part of another project for Removing Kernel Callbacks, So I decided to make the PDB Enum part opensource maybe someone will learn a new trick 😁.



Updates!

I don't think I'll update this project again, because no need to.



With ❤️ From Home.

About

Windows PDB Parser using Imagehlp library.


Languages

Language:C++ 93.7%Language:CMake 6.3%