DozorRage on 9:21 AM 04/13/2025: 00007FF7AF821450 | E8 4BFEFFFF | CALL | Login loader
00007FF7AF82145E | E8 3DFEFFFF | CALL | Password loader
Just ser breakpoint to the address 00007FF7AF821455 - Login in the RAX and
00007FF7AF821463- Password in the RAX.
Login: 'admin'
Password '12345'
programadorhobbista on 12:48 AM 04/23/2025: Xor each string (login and password) for each char and stores the result in an adress. The values must be zero becaus XOR same values results in zero. Code checks that condition to verify if the password and login entered are correct
Danko on 8:50 AM 05/30/2025: bp 00007FF71F3F1513
dump rbp-39
admin
12345
You must be logged in to submit a writeup
Solution by Nandies: Xor key: 0x5A
Login: admin
Password: 12345