dlopen topic

List dlopen repositories

symdl

73
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.

memdlopen

43
Stars
2
Forks
Watchers

dlopen() filelessly a shared object or even a program (and run it).

lib2shell

26
Stars
11
Forks
Watchers

Shared library implementations that transform the containing process into a shell when loaded (useful for privilege escalation, argument injection, file overwrites, LD_PRELOAD, etc.).

dynamic-loading-example

18
Stars
3
Forks
Watchers

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