Mypowaa on 2023-05-20 13:59:
I got it, its : 130D = 4877
But can anyone explain to me why I had to convert it in decimal specifically I did it without any reasoning
hevey on 2026-04-16 14:04:
timestamp = get_timestamp();
while ( (unsigned int)(timestamp - v7) <= 0x3C );
printf("PIN: ");
fgets(Buffer, 5, (FILE *)__iob[0]._ptr);
if ( atoi(Buffer) == 4877 )
break;
puts("Try again.");
if ( !(++v6 % 5) )
{