ELF x86 crackpass¶
Root-me challenge: bypass the algorithm. Compiled with : gcc -fno-stack-protector -o Crack && strip Crack on Linux x86 (Debian)
NOP the
jneat address0x0804861e
Use
objdump -d 2 | grep 804861eReplace
75with74(fromjnetoje)