
एक मनमाना dll के लिए एक proxy dll उत्पन्न करें
किसी भी dll के लिए proxy dll जनरेट करें, साथ ही एक user-defined secondary dll भी लोड करें।
dll-proxy-generator.exe [OPTIONS] --import-dll <IMPORT_DLL> --import <IMPORT> <DLL>
<DLL> Path to dll to proxy
-d, --import-dll <IMPORT_DLL> Extra dll to import
-i, --import <IMPORT> Import name or ordinal
-p, --proxy-target <PROXY_TARGET> Target of proxy, defaults to path of same file in System32
-o, --output <OUTPUT> Output file
-m, --machine <MACHINE> COFF Machine magic. Defaults to x64's [default: 34404]
-h, --help Print help
-V, --version Print version
target dll trick के लिए @mrexodia को धन्यवाद।