2024-10-19 02:13:17 +02:00
2024-10-19 02:12:25 +02:00
2024-10-08 20:40:19 +02:00
2024-10-08 20:40:19 +02:00
2024-10-19 02:13:17 +02:00
2024-10-08 20:40:19 +02:00
2024-10-08 20:46:40 +02:00

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

-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

S
Description
Automated archival mirror of github.com/namazso/dll-proxy-generator
Readme 0BSD 36 KiB
Languages
Rust 100%