Search code examples
Library interpositioning...

cdlsymlibrary-interposition

Read More
What is Linux utility to mangle a C++ symbol name?...

c++dlsymdemangler

Read More
Is there a compiler flag which allows a shared library to call a function coming from the shared lib...

cshared-librariesdlopendlsym

Read More
How to call a function dynamically in executable file itself?...

clinuxdlopendlsym

Read More
How to override php_network_connect_socket_to_host in PHP with LD_PRELOAD and dlsym?...

phpcdlopenld-preloaddlsym

Read More
When is late enough to use dlsym to find functions in another shared library?...

linuxdynamic-linkingld-preloaddlsym

Read More
Using dlopen/dlsym to open C++ shared library - dlsym returns NULL...

c++g++dlopendlsym

Read More
How does the dlsym work?...

glibcdlopendlsym

Read More
Man page workaround for dlsym() still error prone?...

cposixdlsymc-standard-library

Read More
Casting a dlsym'd function pointer to to same function signature but changed parameter definitio...

c++cdlopendlsym

Read More
What are the scoping rules for subsequent calls to dlopen?...

dynamic-linkingdlopendlsym

Read More
Conflicting C linkage declaration of two functions in different C++ namespaces...

c++externlinkagedlsym

Read More
How do I get a function name in the symbol table to point to a different function?...

cmacosfunction-pointerssymbol-tabledlsym

Read More
A complicated situation while using dlsym casting...

cdlsym

Read More
How to correctly assign a pointer returned by dlsym into a variable of function pointer type?...

cpointersdlopendlsym

Read More
Why calling dlopen sometimes breaks my application by damaging class variables content?...

glibcdlopendlsym

Read More
What is the C++ way of interpreting the void* returned by dlsym as a pointer-to-function?...

c++type-conversionvoid-pointersdynamic-librarydlsym

Read More
How to handle different behaviour for dlsym() in OSX and Linux (generic)...

clinuxmacosdlsym

Read More
return address of dlsym and Address of Function Pointer assigned...

c++c++11dllfunction-pointersdlsym

Read More
(solved) C++ Load one Shared Object with dependencies and access their functions...

c++linuxvisibilityshared-objectsdlsym

Read More
How to export symbols from POSIX shared library and load using dlopen, dlsym...

linuxmacosshared-librariesdylibdlsym

Read More
Error while importing pynput - dlsym(0x7f90f7d0c310, PyObjCObject_New): symbol not found...

pynputdlsym

Read More
How to get address of a symbol in a shared library when provided address of the library?...

clinuxshared-librariesdlopendlsym

Read More
Calling dlsym() with a NULL handle doesn't return NULL, but rather returns a random function...

c++clinuxdlopendlsym

Read More
dlsym() + RTLD_NEXT doesn't work as expected on Ubuntu 20.04...

c++cposixcitrixdlsym

Read More
Alternatives to dlsym() and dlopen() in C++...

c++shared-librariesdynamic-loadingdlsym

Read More
dlsym crash when called from assembler...

linuxassemblynasmdlsym

Read More
Using dlsym() to stub malloc/free leads to segmentation fault...

cunit-testinglinkermeson-builddlsym

Read More
Loading a C++ class with polymorphism using dlsym()...

c++classinheritancepolymorphismdlsym

Read More
std::shared_ptr and dlopen(), avoiding undefined behavior...

c++11shared-librariesshared-ptrundefined-behaviordlsym

Read More
BackNext