| Just used my debugger to find the je/jz instruction that jumps to "Enter the password: " and changed that to a jmp instead of a conditional jump, that way no matter what i put for name it always jumps to the password check. Did same thing pretty much for the password, I found the je/jz jump to the "Access granted." and changed that to an unconditional jump (jmp) |
==> |