Need For Speed PicoCTF Challenge
The name of the game is speed. Are you quick enough to solve this problem and keep it above 50 mph?
Need For Speed PicoCTF Challenge
Time For Another One!
Opening Need For Speed bin up inside of a debugger
- Not gonna lie guys, this one was to easy…
set_timer()
is most likely causing theNot fast enough. BOOM!
message to display and exit just by seeing the way the functions are set up.
Im gonna show why integrity checks are very important to avoid this
- I filled
mov eax, 0x0
with nop instructions as well as thecall set_timer
. Its like the function was never even there 😂.
Running the manually patched binary now to receive the flag
SKRTTTTTT…
This post is licensed under CC BY 4.0 by the author.