SECCON CTF 13 Quals (2024) reversing Reaction writeup
Nov 24, 2024 · 6 min read · reverse engineering, 15 teams solved What is this program emulating? Given an executable and a fake flag. Reverse the binary The binary first open flag.txt. Then, it allocates 624 integers and init them using mt19937. The seed is the production of ea...
Join discussion