| Ultimatum CrackMe |
Strings:
LCMapStringEx
0123456789abcdefghijklmnopqrstuvwxyz
0123456789abcdefghijklmnopqrstuvwxyz
bad exception
Interesting but I don't have Windows Rn |
2021-12-17 03:41 |
| PleaseCrackMe |
Sorry for messing up with the comments.
tomg404: (a, 1, b) works. It's case sensitive.
Ran the loop on my laptop and understood.
Thx. |
2021-12-12 20:38 |
| PleaseCrackMe |
x = 0;
while( true ) {
a = (ulong)x;
b = strlen(username);
if (b |
2021-12-12 20:11 |
| PleaseCrackMe |
Found a patch such as :
if (iVar1 == 0) {
puts("\nWrong password");
}
else {
puts("\nYou are succesfully logged in");
But I didn't really understood what was going on in the loop xD
a = 0;
while( true ) {
a = x;
b = strlen(usr);
if (b |
2021-12-12 19:49 |