Strings:
LCMapStringEx
0123456789abcdefghijklmnopqrstuvwxyz
0123456789abcdefghijklmnopqrstuvwxyz
bad exception
Interesting but I don't have Windows Rn |
==> |
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. |
==> |
x = 0;
while( true ) {
a = (ulong)x;
b = strlen(username);
if (b |
==> |
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 |
==> |