Rating:

Summary: We're provided a file containing the save state of a computer implemented in Conway's Game of Life (GoL). It's
a modified version of [Quest for Tetris](https://github.com/QuestForTetris/QFT). The CTF problem is
the same CPU implementation, but with different ROM values. Solving the problem required dumping the ROM from the GoL
file, writing a disassembler for instructions in ROM, running those instructions in an interpreter, and figuring out the
initial starting value in RAM slot 1 to get the program to write the flag.

[Full Writeup](https://github.com/WilliamParks/ctf_writeups/tree/master/ctf_writeups/defcon_quals_2020/fountain-ooo-reliving)

Original writeup (https://github.com/WilliamParks/ctf_writeups/tree/master/ctf_writeups/defcon_quals_2020/fountain-ooo-reliving).