| password esasy |
just decompiled with Ghidra and get this
std::operator<<((longlong *)&std::cout,"Digite a senha: ");
std::operator>>(&std::cin,local_38);
uVar1 = std::operator==(local_38,"1234");
xD | Answer: 1234 |
2026-07-08 13:33 |
| very easy crackme |
just checked CLI_Stream_#US label in Ghidra and then found the string
004024cc 63 00 72 00 61 unicode u"crackme12345ez" [e7]
so answer is: crackme12345ez |
2026-07-08 12:43 |
| FirstCrackMe |
Just decompiled in Ghidra and jump to printf(s_Enter_password:_140003000);
and then, below was pass XREF[1]: main:1400014c6(*)
140003011 73 69 6D ds "simba123"
so answer is: simba123 |
2026-07-08 00:51 |
| cantcrack |
YYXVR
Y ^ 0x37 = 0x59 ^ 0x37 = n
Y ^ 0x37 = 0x59 ^ 0x37 = n
X ^ 0x37 = 0x58 ^ 0x37 = o
V ^ 0x37 = 0x56 ^ 0x37 = a
R ^ 0x37 = 0x52 ^ 0x37 = e
sqsw
s(73) ^ 0x41 = 0x73 ^ 0x41 = 2
q(71) ^ 0x41 = 0x71 ^ 0x41 = 0
s(73) ^ 0x41 = 0x73 ^ 0x41 = 2
w(77) ^ 0x41 = 0x77 ^ 0x41 = 6
PSK
P(4b) ^ 0x23 = 0x4b ^ 0x23 = h
S(53) ^ 0x23 = 0x53 ^ 0x23 = p
K(50) ^ 0x23 = 0x50 ^ 0x23 = s
RESULT : nnoae-2026-hps |
2026-07-07 20:03 |
| cantcrack |
YYXVR
Y ^ 0x37 = 0x59 ^ 0x37 = n
Y ^ 0x37 = 0x59 ^ 0x37 = n
X ^ 0x37 = 0x58 ^ 0x37 = o
V ^ 0x37 = 0x56 ^ 0x37 = a
R ^ 0x37 = 0x52 ^ 0x37 = e
sqsw
s(73) ^ 0x41 = 0x73 ^ 0x41 = 2
q(71) ^ 0x41 = 0x71 ^ 0x41 = 0
s(73) ^ 0x41 = 0x73 ^ 0x41 = 2
w(77) ^ 0x41 = 0x77 ^ 0x41 = 6
PSK
P(4b) ^ 0x23 = 0x4b ^ 0x23 = h
S(53) ^ 0x23 = 0x53 ^ 0x23 = p
K(50) ^ 0x23 = 0x50 ^ 0x23 = s
RESULT : nnoae-2026-hps |
2026-07-07 20:03 |