Open UnrealKaraulov opened 1 year ago
Need show "DLL+Offset", but I see only "FIRSTFUNCTIONNAME".
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.
Fatal error: No offsets in stack
I'm not sure what this has to do with the above. Is this a different problem?
I'm not sure what this has to do with the above. Is this a different problem
Okay I do rename this issue
I think we need a right-click menu option to disable trying to resolve symbols in the clicked module, and show offsets instead.
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.
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.
I'll try to review the PR and get it in.
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