Skip to content

LUA getAddress strange behavior when getting symbol addresses #785

@aschauer1

Description

@aschauer1

For some symbols (symbols that are also present in ntdll and ntoskrnl?) getAddress and getAddressSafe will return the ntdll address, ignoring the kernel_ prefix.

e.g.:
getAddress("kernel_NtSetContextThread") will return the ntdll user-space address of ntdll's export. Windows symbols were loaded beforehand with enableWindowsSymbols().

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