mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
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.
Sections & Links
- 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.