-
Notifications
You must be signed in to change notification settings - Fork 105
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
Allow disabling symbol resolution for some modules #109
Comments
Yeah, I think it's because dbghelp will use exports as symbols if there are no symbols. I think we need a right-click menu option to disable trying to resolve symbols in the clicked module, and show offsets instead.
I'm not sure what this has to do with the above. Is this a different problem? |
Okay I do rename this issue |
Yes! (Only for "whitelisted" dll's for example) You can fix it? |
If you would like to add this feature, I'll try to review the PR and get it in. |
I can't build this tool from build.cmd :( |
Right, let's first figure out that problem in #110. |
|
Need show "DLL+Offset", but I see only "FIRSTFUNCTIONNAME".
For example I have one dll "External.DLL" with one exported function "FIRSTFUNCTIONNAME"
For example I need see in stack something like:
But I see only
The text was updated successfully, but these errors were encountered: