Skip to content

DLL support missing on Windows #157

Open
@tim-lebedkov

Description

@tim-lebedkov

If an address is not in the current executable, but in an external DLL not compiled with GCC (e.g. KERNEL.DLL), the callback is called with a NULL file name, NULL function name and 0 for line number. At least the filename could be determined as "KERNEL.DLL". Using function exports table it is also possible to find out the function name.

Platform: Windows, MinGW-w64, ucrt64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions