Loading page
Review the challenge brief, files, and requirements.
You need to patch a conditional jump to always take the "success" path.
cmp eax, 0x1337
jne fail ; 75 0A (jump if not equal)
; success path
call print_flag
What should "75 0A" be changed to?
Sign in to attempt this challenge.
Use Proving Grounds to continue your challenge practice.
Open Proving Grounds