DLL Proxying Tool To Generate The Export Directives For The Linker (C/C++)
- Download the repo to your machine.
- Move to the directory
cd DLLProxying
- Install Requierments:
sudo pip3 install -r requierments.txt
dllProxy.py (DLL) (Original DLL Directory)
Examples:
python dllProxy.py dpapi.dll SysWOW64
python dllProxy.py cscapi.dll System32
- Copy the output and paste it to your DLL code.