Writeup file: sprint-writeup.md
- read-fstrings.py: Generate assembly listing and write to- instructions-fstr.txt, which is necessary for all later steps
- disassemble.py: Generate human readable assembly listing for the format strings
- disassemble-machine.py: Generate pseudo x86 assembly
- procasm.py: Generate NASM assembly source
- Makefile: run- maketo generate a simulated x86-64 binary (- simulate.out) that does the same thing as- sprint.elf, the challenge file.