List Question
20 TechQA 2023-12-11T06:08:53.087000Identifying which global variable is allocated by which shared library
140 views
Asked by Hunter
Calling JNI_CreateJavaVM just hangs
99 views
Asked by Boom
Man page workaround for dlsym() still error prone?
155 views
Asked by Danila Berezin
Casting a dlsym'd function pointer to to same function signature but changed parameter definition
68 views
Asked by Ata-E-Rabbi
How to isolate the runtime of a dynamic loaded library (dlopen)
132 views
Asked by Lucas Mülling
What are the scoping rules for subsequent calls to dlopen?
53 views
Asked by mallwright
Using dlopen and dlsym with a third party c++ library
106 views
Asked by Umar Karim
Conflicting C linkage declaration of two functions in different C++ namespaces
482 views
Asked by kingsjester
What does DlsymWeak::initialize do in rust?
50 views
Asked by nlta
dlsym causing segfault when dynamically loading shm_open
107 views
Asked by Tom Hudson
How do I get a function name in the symbol table to point to a different function?
394 views
Asked by jungon
A complicated situation while using dlsym casting
63 views
Asked by shenmufeng
dlsym how do I pass the implicit "this" pointer in nonstatic member function?
167 views
Asked by Alvaro Hernandorena
Why calling dlopen sometimes breaks my application by damaging class variables content?
234 views
Asked by nckm
What is the C++ way of interpreting the void* returned by dlsym as a pointer-to-function?
194 views
Asked by Enlico
How to handle different behaviour for dlsym() in OSX and Linux (generic)
228 views
Asked by Johan
return address of dlsym and Address of Function Pointer assigned
186 views
Asked by M N Adarsh Kumar
Is it possible to define a symbol dynamically such that it will be found by dlsym?
207 views
Asked by Bruce Adams
(solved) C++ Load one Shared Object with dependencies and access their functions
776 views
Asked by CatMan
Error while importing pynput - dlsym(0x7f90f7d0c310, PyObjCObject_New): symbol not found
671 views
Asked by Jaecheol Lee