dlsym topic

List dlsym repositories

byopen

310
Stars
84
Forks
Watchers

🎉A dlopen library that bypasses mobile system limitation

xDL

384
Stars
70
Forks
Watchers

:fire: xDL is an enhanced implementation of the Android DL series functions.

dlfcn_compat

161
Stars
38
Forks
Watchers

兼容Android 7.0 dlfcn(dlopen、dlsym、dlclose、dlerror)

dylib

246
Stars
32
Forks
Watchers

C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)

symdl

70
Stars
13
Forks
Watchers

symdl is a simple little tool, its function is very similar to dlsym, with symdl, you can pass any global C function name string, so as to achieve the dynamic call of C function.

dynamic-loading-example

18
Stars
3
Forks
Watchers

A small learning experiment with dynamic loading in c++.