qxxxb / emu

Emulation challenges from X-MAS CTF 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EMU

PyPy3 recommended for performance.

Emulator

$ pypy3 emu.py <rom>

Disassembler

$ pypy3 disasm.py <rom>

Unit tests

$ pypy3 tests.py

Misc

  • nyan.py: Compiles a ROM that displays nyan
  • demo.py: Compiles some simple demo ROMs
  • talkative.py: Solve the Talkative challenge

About

Emulation challenges from X-MAS CTF 2020


Languages

Language:Assembly 92.4%Language:Python 7.6%