Skip to content

libdlAddr is not the library address #2

@JPrisner

Description

@JPrisner

dlopen("libdl-2.19.so", RTLD_LAZY) returns a handle (void *) which is not the address at which the library was loaded. Cast it to (uint64_t *) and de-reference to get the address.

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