Good job Nuxi763! |
==> |
vishalkumar2806, the keygen is optional. You have to find out the algorithm for the password generation and you can make a keygen if you'd like to |
==> |
I could manage to get it succesfully without patching the pe. I might be uploading a keygen soon. Good job on this crackme! |
==> |
MadKalashnikov, all strings are encrypted using xorstr. That's why you can't easily find the strings in ghidra or ida |
==> |
t0xic11, that's is not the solution, but is kinda close. If you try doing "aaaab" as password, it will be incorrect. |
==> |
You have to find out how does the password check works.
It's not a preset password, it depends on the password you input.
For example:
Password: abcdefg
(Password incorrect)
Password: aaaaaaa
(Password correct)
Password: bbbbbbb
(Password correct)
You have to find out the formula for the password's generation. |
==> |