C0deH4cker

Results 22 issues of C0deH4cker

Rust: `cargo build` Golang: `go build` Swift: `swift build` Would be nice.

enhancement

Some challenges, such as https://github.com/SunshineCTF/SunshineCTF-2022-Public/tree/master/Pwn/RII-MagicTheGatheRIIng, need to be built on a specific version of Ubuntu. There should be a properly supported mechanism for `Build.mk` files to set a necessary version...

enhancement

This is actually already done locally, just waiting to finish support for #10 & #14 and test everything at the same time before I merge it.

enhancement

It's common for CTFs to be organized in a repo with a bunch of challenges in the subdirectories. As an example, check out [SunshineCTF 2022](https://github.com/SunshineCTF/SunshineCTF-2022-Public). I would like to be...

enhancement

Primarily considering GCP here because they offer a wonderful CTF sponsorship deal. If a CTF organizer is using GCP to run PwnableHarness Docker containers, it would be lovely if something...

enhancement

As I'm almost done with support for easily building, tagging, and pushing Docker images for the pwnmake builder image and the base PwnableHarness image, it would be great to automatically...

enhancement

### Version Information > canary-mc1.19.2-0.3.3 ### Expected Behavior > Listing active tile entities using Crash Utilities should work when Canary is installed on a server. ### Actual Behavior > An...

Would be nice to just `brew install pwnmake`

help wanted

With the new project target linking, directories without any `Build.mk` files in their whole tree still have targets generated. This is wasteful, and for a large challenge repo, doing something...

bug

After #32, we're now in a good state where resource exhaustion in a container won't affect the host. However, it will still affect connectivity to the challenge container. Ideally, each...

enhancement