ohjeongwook / LoadDLL

Windows DLL Loading Utility

Home Page:https://darungrim.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>,...]

About

Windows DLL Loading Utility

https://darungrim.com


Languages

Language:C++ 68.1%Language:C 31.9%