Flag is M3x1c4nMl4lw4r3_pl3rro |
==> |
SPOILER ALERT!
Im pretty close, i know that the password consists of 13 letters from the following set: {B,G,O,T,H,X,I,Y} and that the password is made from getting the N th letter of the string bgothxiy (if b is letter 0) where n = *((_BYTE *)&loc_C00418 + v0) & 7
( |
==> |
it worked! but can i change the first ever jump:
jz short loc_84E
to
jz short loc_935
which is the wanted output ? |
==> |
Uni student here, this is the first reverse engineering experience of mine ever.
I have a few questions:
Is the goal getting the good, good message?
I understand using 2 arguments the second being hello are the requirements for verification.
So do i just need to change the final jump condition from jnz to jn in IDA ? |
==> |