/DLL-Whitelist-POC

This is a proof of concept showing how to enforce a dll whitelist in a C++ program. The POC unloads any dll not on the whitelist, leading to unique behaviors or improvements depending on what is unloaded during runtime.

Primary LanguageC++

Stargazers