https://github.com/osiris9999/coldfire-rs
A malware development library written in rust.
https://github.com/osiris9999/coldfire-rs
malware malware-analysis malware-development rust
Last synced: 10 months ago
JSON representation
A malware development library written in rust.
- Host: GitHub
- URL: https://github.com/osiris9999/coldfire-rs
- Owner: Osiris9999
- License: gpl-3.0
- Created: 2021-08-16T10:34:48.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-13T09:18:59.000Z (about 2 years ago)
- Last Synced: 2025-03-25T23:34:47.628Z (11 months ago)
- Topics: malware, malware-analysis, malware-development, rust
- Language: Rust
- Homepage:
- Size: 220 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Advanced Malware Development Suite
# Description
A modern malware development framework written in rust that would be great for a pentester's toolkit.
# Installation Guide
cargo install Coldfire-rs
## Building It Yourself
1. git clone the repo.
2. Install rust with ```curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh```
3. cd into the git repo and run ```cargo build --release```
4. Have fun with it.
# Credits
A lot of thanks to [hridyansh](https://github.com/acnologia000) for helping me out with this project.
# License
This project is licensed under [GPL-3.0](https://raw.githubusercontent.com/Illumina/licenses/master/gpl-3.0.txt).