GNU/Linux ◆ screen-256color ◆ bash 828 views

Using radare2 tool, I opened a crackme0x00 binary copy. Digging into main, I found where the conditional jump to the “Password correct!” message was.

Then I changed the assembly code to a unconditional jump, so despite the string compare result, the branch toward “Password correct!” message is taken