Moonlight on 2026-03-15 21:10:
[Click to reveal]Login: secret
Password: bdhrlj
Explanation:
The main function (0x1400012a0) prompts for a 6-character login and password.
Login check: Input bytes XOR 0x55 must match key 26 30 36 27 30 21 (from stack values 0x27363026 + 0x2130 in little-endian).
secret ^ 0x55 → 26 30 36 27 30 21
Password check: Input bytes XOR 0x55 must match key 37 31 3d 27 39 3f (from 0x273d3137 + 0x3f39).
bdhrlj ^ 0x55 → 37 31 3d 27 39 3f
Strings:
Please enter ur login (0x140003450)
Please enter ur password (0x140003468)