Horseshoe Crab 7eb2c9bfc3 | ||
---|---|---|
bin | ||
doc | ||
src | ||
.gitignore | ||
Makefile | ||
README.md | ||
challenge-description.md | ||
flag.txt |
README.md
README
Documentation
See files in /doc
for my design process, VM specs, lessons learned, and other stuff.
Build
Build competition/prod image (default):
$ make
Build debug image (includes useful debugging capabilities):
$ make debug
Build disassembler:
$ make disass
The assembler, ass.sh
, is already good to go (as good as a bad shell-scripted assembler can be at least)
Run
$ ./bin/hard
or
$ ./bin/hard-debug
depending on which version you which to run.