Skip to content

Instantly share code, notes, and snippets.

View veygax's full-sized avatar

veygax veygax

View GitHub Profile
"""
Create DLL exports in C++ format for DLL proxying to legitimate DLL on disk
Usage:
python3 Find-DLL-Exports_DLL-Proxying.py "C:\path\to\original\location\DLL.dll"
Example:
python3 Find-DLL-Exports_DLL-Proxying.py "C:\Windows\System32\wtsapi32.dll"
Output sample -> Put at the top of your C++ code under the imports to DLL proxy traffic to the target DLL provided from the input
// Export DLL functions
#pragma once