Skip to content

Utility for hunting UAC bypasses or COM/DLL hijacks that alerts on the exported function that was consumed.

Notifications You must be signed in to change notification settings

audibleblink/dummyDLL

Repository files navigation

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.

)