Skip to content

Allow disabling symbol resolution for some modules #109

@UnrealKaraulov

Description

@UnrealKaraulov

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:

External.DLL+0x502C 
External.DLL+0x3062
External.DLL+0x2004
External.DLL+0x600C
External.DLL+0x3062
....

But I see only

FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
FIRSTFUNCTIONNAME
.....

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions