/LoadDLL

Windows DLL Loading Utility

Primary LanguageC++

LoadDLL

The most simple DLL loader.

  • Usage

The following will load DLL and call ProcName in order. It will wait user input before exiting the program.

LoadDLL.exe <DLL> [<ProcName>,...]