Sleeper Challenges
Introduction #
I’ve made the sleeper series and the open files challenges in the Pwn and Rev categories. All the pwn challenges expect you to hook known functions in a black box (binary). I thought this would be a great way to introduce participants to hacking games in reality. Because most mods we use in the games we play work the same way: By modifying the source code permanently or by loading custom libraries to adjust the gameplay. Also, the idea behind no remote pwn’s is that most of the remote pwn’s rely on stack overflows or heap overflows and I have seen enough of these challenges.
For now, you can refer the google document for more information.