write-ups-challenges-2022-2023/rigged-dice/SOLUTION.md
2022-11-24 22:59:22 +01:00

10 lines
236 B
Markdown

## Difficulty
Easy, 15 points.
## How To Solve
Extract the strings from the binary, `strings -n6 dice`. The flag is split onto different lines, but you can combine these to get the actual flag.
## Flag
IGCTF{Rev3rseEng1n33r1ng101}