Files
Whitecat18 28e7fac1d3 Upload
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
2026-06-06 14:53:10 +05:30
..
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30

PoC

Welcome to the poc directory of Rust-for-Malware-Development. A staging area for stand-alone proofs-of-concept that do not fit cleanly into the other themed folders yet.

  • UnDefend: Rust port of UnDefend. Holds exclusive file locks on Windows Defender's signature files so the next update cycle cannot replace them. Runs without admin.

How to Use

git clone https://github.com/Whitecat18/Rust-for-Malware-Development.git
cd Rust-for-Malware-Development/poc

Each sub-folder is its own Cargo project. Build with cargo build --release.