Search code examples
building a .so that is also an executable...


clinuxshared-librariesglibcdlopen

Read More
using std::thread in a library loaded with dlopen leads to a sigsev...


c++glibcdlopenstdthread

Read More
dlopen doesn't respect `RTLD_LOCAL`?...


linuxshared-librariesglibcdlopen

Read More
How to get the mangled symbol of a function in C++?...


c++shared-librariesdlopen

Read More
dlopen() takes ages when used on a freshly created file...


macosshared-librariesdynamic-linkingdylibdlopen

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


cpointersdlopendlsym

Read More
"cannot allocate memory in static TLS block" when loading plugin...


ssldlopenld-preload

Read More
Discard unused symbos from dlopen()'ed .so...


reverse-engineeringdlopenobjdumpobjcopysprof

Read More
dlopen wayfire plugin results in undefined symbol: _ZTIN2wf3txn20transaction_object_tE...


c++pluginslinkerdlopen

Read More
Loading dll in windows C for cross-platform design...


cwindowsdllshared-librariesdlopen

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
Intercepting and redirecting fcntl calls...


cvariadic-functionsdlopeninterception

Read More
When to actually use dlopen()? Does dlopen() means dynamic loading?...


clinkershared-librariesdlopendynamic-loading

Read More
dlopen doesn't work well on Android for Vulkan custom layer...


androidc++vulkandlopen

Read More
Why did I get an invalid handle (not zero) when I called the dlopen() function on CentOS?...


ubuntugdbcentos7glibcdlopen

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
dlopen from memory?...


cdynamic-linkinglddlopen

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


c++g++dlopendlsym

Read More
can a dlopened module call a function in the caller?...


cdlopen

Read More
How to determine the maximum static TLS (Thread Local Storage) Block Size on Linux?...


c++linuxgccdlopen

Read More
dlopen/dlclose execution environment...


c++multithreadingdlopen

Read More
Querying the Target of a Linker Script?...


c++gnulddlopenlinker-scripts

Read More
Buildroot cross compiling shared libraries to be loaded via dlopen()...


gcclinkerbuildrootdlopen

Read More
Please explain shared libraries vs. module libraries...


cmakelinkershared-librariesdlopen

Read More
C++: implementation of a class methods in a separated shared library...


c++classimplementationdlopen

Read More
How does the dlsym work?...


glibcdlopendlsym

Read More
Is the function 'dlopen()' private API?...


iosdynamic-linkingdlopendynamic-library

Read More
RPATH propagation failing for Python bindings...


c++linuxdlopenrpathpython-bindings

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


c++cdlopendlsym

Read More
BackNext