Endless Christmas X-MAS CTF Writeup
Posted on Sat 22 December 2018 in binary reverse, IT, security
This is a writeup for the Endless Christmas challenge, md5 hash 866c92038d6e9fc47db4424f71f6167a (download binary). It appeared in the X-MAS CTF, and it's a Reverse challenge.
Using afl
with Radare we can see there are calls to write
and execve
, both happening in main
, a sign that this program creates (and …