This git includes functionality for native .dll in-ram loading.
Work is based on:
- https://github.com/tapika/test_native_dll_loading/
- https://github.com/Hagrid29/PELoader
Tested at least with:
- Open
Developer Command Prompt for VS 2022 - Enter into currect folder (where you git cloned this repo)
- Run
cmake . - Open
dllloader.sln - Compile and run.