| simple windows crackme |
Tryed thisone over and over, but sofar no results. only if i try changing jumps the program closes immediately. I'm using x32 / x64dbg for RE the program with assembly code.
I don't know how to obtain te password with x64dbg. So unfortunately i didn't get is. I not ready for cracking thisone.
Thankyou for this program. |
2026-01-03 21:26 |
| ZEXOR-v0.1 |
So, this is my second time ive tryed to crack a file. And i'm still learning the basics of assembly code. But sofar ive managed to let the program jump the licensekey check. When i looked up the comments, i saw the licensecode for the program. I did not get that key on my first try, but when i scrolled up i saw the string that holds the key. But still, it will be hard for me to find it. I just need to learn more to see the structure of different programs. Thankyou for making this program. Ive learned much. |
2026-01-03 19:48 |
| Password(Very Easy) |
I didn't see the password :(.
but on adress 0040109E there was a jne function that jumped to a push 0 function before the "Password is Trash" string.
What i did was changing the jne [jump not equal] to a je [jump equal] function. At that moment i could put in every password i wanted, and it still said "Password Good".
I want to say that i'm just learning the basics of assembly code, so this is a major boost. Thankyou for making this program. |
2026-01-03 18:44 |