Coldfire
Golang malware development library
File Explorer
Download Latest Version (.zip)- static-check.yml
- test.yml
- 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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
