Is my assumption correct that the code consists of 5 characters and thus the arrangement of the pixels is changed? |
==> |
I think it manipulates the code at runtime. |
==> |
I cannot even start the program, it crashes due to an illegal cpu instruction (vpxor). Or is this part of the protection? |
==> |
For me the program crashes on an illegal instruction or is this part of the protection? Any hint? |
==> |
@SofiaB8921
It takes the value of a character of the username, add the value of the current position and the value 101 to it. The result will be stored as a new charakter. So for the username "timotei" the password would look like: ("t"+0+101),("i"+1+101=Ù),("m"+2+101=Ï),("o"+3+101=Ô) ... In the end the result will be: ÙÏÔ×ÝÏÔ |
==> |
Nice crackme. Looks like you searching for some "followers" :-) |
==> |