Tag: DLL proxying
-

Evasion in Rust: Automate Your Stealth with the LazyDLLSideload Proxy Generator
LazyDLLSideload A Rust-based tool for generating DLL proxy/sideload projects for red team engagements. Automatically parses PE export tables and generates ready-to-compile Rust projects with your payload embedded. LazyDLLSideload automates the process of creating DLL proxying and sideloading implants. Uses windows_sys Ecosystem. Parses any Windows DLL to extract exported functions Generates complete Rust projects Strings obfuscation.…