Coldfire icon indicating copy to clipboard operation
Coldfire copied to clipboard

Golang malware development library

Results 7 Coldfire issues
Sort by recently updated
recently updated
newest added

1) go get github.com/redcode-labs/Coldfire: invalid github.com import path "github.com/redcode-labs" 2) mports github.com/redcode-labs/Coldfire imports github.com/redcode-labs/Coldfire: import cycle not allowed any help please ??

bug

It would be very helpful if you could tag a release. This would enable distributions to fetch the source from GitHub instead of working with checkouts. Easier to track for...

enhancement

Two tokens should be created and put inside the secrets settings in the repo: - `GITHUB_TOKEN` - allows running of automated tests - `CODECOV_TOKEN` - allows automatic uploads of test...

TODO: - [ ] error propagation - [ ] logging errors - [ ] documentation string over exported functions - [ ] documentation string on package As listed in the...

enhancement

After updating Golang XENA has stopped working, more on that https://xena.network I reproduced the following issue on two separate Linux machines running Arch-based distros. Build command: **go build .** Output:...

bug
enhancement

### Problem # github.com/redcode-labs/Coldfire ../../go/pkg/mod/github.com/redcode-labs/[email protected]/cmd.go:15:9: undefined: cmdOut ../../go/pkg/mod/github.com/redcode-labs/[email protected]/coldfire.go:273:9: undefined: clearLogs ../../go/pkg/mod/github.com/redcode-labs/[email protected]/coldfire.go:278:9: undefined: wipe ../../go/pkg/mod/github.com/redcode-labs/[email protected]/coldfire.go:311:2: undefined: runShellcode ../../go/pkg/mod/github.com/redcode-labs/[email protected]/net.go:179:9: undefined: networks ../../go/pkg/mod/github.com/redcode-labs/[email protected]/net.go:287:9: undefined: portReuse ../../go/pkg/mod/github.com/redcode-labs/[email protected]/os.go:31:6: undefined: userinfo ../../go/pkg/mod/github.com/redcode-labs/[email protected]/os.go:75:9: undefined: killProcByPID ../../go/pkg/mod/github.com/redcode-labs/[email protected]/os.go:102:9: undefined:...

bug

currently the Github actions use https://github.com/grandcolline/golang-github-actions, which was last updated 4 years ago, might be good to move to something newer/maintained on a regular basis

bug