This challenge is one I personally created, and we will revisit it frequently, exploring different exploit techniques each time. You will have access to both the source code and the compiled binary, created with gcc -no-pie code.c -o challenge
gcc -no-pie code.c -o challenge
Last updated 1 year ago