/DLLProxying

DLL Proxying Tool To Generate The Export Directives For The Linker

Primary LanguagePython

DLLProxying

DLL Proxying Tool To Generate The Export Directives For The Linker (C/C++)

Capture

Installation

  1. Download the repo to your machine.
  2. Move to the directory
cd DLLProxying
  1. Install Requierments:
sudo pip3 install -r requierments.txt

Usage

dllProxy.py (DLL) (Original DLL Directory)

Examples:

python dllProxy.py dpapi.dll SysWOW64     
python dllProxy.py cscapi.dll System32 
  1. Copy the output and paste it to your DLL code.