C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)
-
Updated
Jun 14, 2025 - C++
C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)
Shared library implementations that transform the containing process into a shell when loaded (useful for privilege escalation, argument injection, file overwrites, LD_PRELOAD, etc.).
Header-only library that can execute functions in a shared library and provides wrappers around these
Plugin Architecture Demo in C++
A modern loader for dynamically loaded libraries
An open-source C++ library implementing a loader for multiple executable formats
C++ interface to libclang, with dynamic loading of the library
Autogenerate files to link C-Libraries at runtime.
A snake game written in C++ and OpenGL
This repository is a test on dlopen usage : load functions, classes, and load classes WITHOUT extern "C" into the lib to load
Add a description, image, and links to the dlopen topic page so that developers can more easily learn about it.
To associate your repository with the dlopen topic, visit your repo's landing page and select "manage topics."