-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding pdb support to memory mapped modules (With solution) #57
Comments
@bb107 Thanks for your response. Also there's a library that called BoxeAppSDK which has full PE loader that can load exe and dll directly from memory with PDB included and everything happens in userbase. I have full source code license I will take a look and let you know if I figured out how they are doing it. When you load a dll from memory using BoxedAppSDK it will show the dll just like a normal one in every debugger. |
This looks interesting, looking forward to your reply! |
Hi @bb107
It would be great if you can add the feature of support for loading pdb debug symbols for loaded memory modules.
It doesn't require driver to do such, Here's a how you can implement it :
https://github.com/ionescu007/HookingNirvana/blob/master/instrument/main.c
Basically few more hooks.
The text was updated successfully, but these errors were encountered: