Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 327 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 327 Bytes

dummyDLL

Export some functions. See if they load somewhere.

Building

  • Have mingw-w64 (if compiling on Linux)
make

Check the functions work:

rundll32.exe dummy.dll,DllRegisterServer

Place the dll somewhere you think it might hijack a hosting executable.

)