Skip to content

a7031x/dll_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are some cases you may want to load a library from encrypted file, or download a plugin from network and load it without saving to local .dll file. This library allows you to load a windows dynamic library from memory.

void memory_library.load(const std::vector& buffer);

The library supports exception handling inside memory loaded DLLs. So far Windows 8.1 or ealier version of Windows are supported. Including x86 and x64.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published