pupate

Puzzle transpiler
git clone https://git.woozle.org/neale/pupate.git

pupate / examples / counting / 500
Neale Pickett  ·  2024-09-13

puzzle.md

 1---
 2title: Numbers in a file
 3authors:
 4    - neale
 5debug:
 6    summary: Hex dump the file and find the sequence
 7question: What octets come next?
 8answers:
 9    - "0x0011"
10    - "0x00 0x11"
11    - "0011"
12    - "00 11"
13attachments:
14    - puzzle.bin
15---
16
17You will need to use some file analysis tools for this one.
18
19Here's the [attachment](puzzle.bin).
20