Rust-for-Malware-Development

Self-Deletion Techniques

Welcome to the Self-Deletion-Techniques directory of Rust-for-Malware-Development. Tricks that let a running executable wipe itself off disk while it is still executing — no second process, no batch file, no admin rights.

How to Use

git clone https://github.com/Whitecat18/Rust-for-Malware-Development.git
cd Rust-for-Malware-Development/Self-Deletion-Techniques

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