RustMaldev is a collection of Rust-based tools designed for educational purposes, aimed at understanding malware development techniques.
RustMaldev is developed for educational and research purposes only. The tools and techniques provided within this suite are intended for use in ethical hacking, cybersecurity education, and malware analysis. Users are responsible for ensuring all activities conducted with RustMaldev comply with applicable laws and regulations. The developer assumes no liability for misuse of these tools or any damages resulting from their improper use.
Rust and Cargo (latest stable version recommended).
Clone the repository and build the desired tools using Cargo:
git clone https://github.com/mystickev/RustMaldev.git
cd RustMaldev/<Tool>
cargo build --release