Riddle for evrybody

68 6f 6b 21 0a b8 00 00 00 00 bf 00 00 00 00 48
8d 74 24 08 ba 04 00 00 00 0f 05 48 31 c0 48 8b
5c 24 08 48 ff c3 48 81 fb 31 33 30 34 75 11 bf
01 00 00 00 b8 01 00 00 00 48 89 e6 b2 04 0f 05
b0 3c 31 ff 0f 05
You have this sequence of instructions x64.
It hides a PIN. Analyze the code and observe interaction.
What’s the PIN??
(it is not 1304 nor 1303)

1 Like

Sum of ASCII Values:

104 + 111 + 107 + 33 = 355

Modulo 10000:

Since the sum is already less than 10000, the four-digit equivalent seems to be 0355?

It’s not 0355
Thank you for trying.
Do you have any other ideas?