Coldfire

(β˜… 983)

Golang malware development library

  • cmd.go
  • cmd_linux.go
  • cmd_windows.go
  • coldfire.go
  • coldfire.png
  • coldfire_linux.go
  • coldfire_windows.go
  • crypto.go
  • data_manipulation.go
  • go.mod
  • go.sum
  • io.go
  • LICENSE
  • low.go
  • net.go
  • net_linux.go
  • net_windows.go
  • ngrok.go
  • os.go
  • os_linux.go
  • os_test.go
  • os_windows.go
  • random.go
  • README.md
  • sandbox.go
  • sandbox_linux.go
  • sandbox_windows.go
  • wrappers.go

# Installation Guide

1. Get the code
git clone https://github.com/redcode-labs/Coldfire

Downloads the entire project code from GitHub to your computer.

cd Coldfire

Moves into the project folder you just downloaded.

2. Go

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Go The Go compiler and toolchain.
go build ./...

Compiles the Go program into an executable.

go run .

Runs the Go program directly without a separate build step.

βœ… If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation