October 19, 2023 at 12:39AM

■■■■■ Tool: DLL-Spoofer

POC for a DLL spoofer to determine DLL Hijacking

This python script scans a provided DLL’s exports and creates a basic duplicate CPP DLL template. All exported functions are re-used and pop a simple message window. Additionally on DLL attach we execute the first exported function. This is useful for simply providing POC for DLL hijacking since we’re not duping function arguments.

https://github.com/MitchHS/DLL-Spoofer

https://t.me/cKure/13051