An open API service indexing awesome lists of open source software.

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.

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).