Description
We set up a slightly modified online CHIP-8 emulator. The documentation is available in attachment (in French).
You need to find and exploit the vulnerability of this architecture to discover the generated secret.
The documentation associated with this challenge is available on this page.
Note: the flag follows the format FCSC{secret.hex().lower()}
.
Files
- docker-compose.yml
-
VM.png
41.12 KiB – 68029c66ace9889e65bc498ecadc9d6bcb02cae62f82f1e96a21b3d192c9d96e -
emulator.zip
7.77 KiB – 77ed83405dac0112e77ac318a9bf167ac44d323139490e3d0972b7fb922601e6
Author
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2021-misc-battle-chip/docker-compose.public.yml -o docker-compose.yml
- Launch the challenge by executing in the same folder:
docker compose up
- Then, in another console, access the challenge with Netcat:
nc localhost 4000
In case you encounter problems, please consult the FAQ.
Flag
Submit your solution
You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.
You need to be logged in to submit a writeup.