You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.