Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dll-proxy-generator — Generate a proxy dll for arbitrary dll | Kitploit
Tools/GitHubGitHub/namazso/dll-proxy-generator
Payload GenerationPersistence MechanismsReverse EngineeringPost-ExploitationBinary AnalysisRed Teaming
GitHubnamazso/dll-proxy-generator

dll-proxy-generator

Generate a proxy dll for arbitrary dll

View Repository
248171 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DLL Proxy Generator

Generate a proxy dll for arbitrary dll, while also loading a user-defined secondary dll.

Usage

dll-proxy-generator.exe [OPTIONS] --import-dll <IMPORT_DLL> --import <IMPORT> <DLL>

Arguments

<DLL> Path to dll to proxy

Options

root@kitploit:~
-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

Credits

Thanks to @mrexodia for the target dll trick

Download Tool