challenges
Game 09
1 2 3 4 5 6 7 8 9 10 11 12
| ❯ 7z x SuNiNaTaS.zip
... Enter password:suninatas
Everything is Ok
Size: 375808 Compressed: 198520
❯ file Project1.exe Project1.exe: PE32 executable for MS Windows 4.00 (GUI), Intel i386, 8 sections
|
test run in win10
virtual box btw
see a input box and two button
ida btw
shift f12 and see congratulation message then double click
guess the password
1 2 3 4 5 6 7 8 9 10
| CODE:00450388 ; --------------------------------------------------------------------------- CODE:00450389 align 4 CODE:0045038C _str_913465 _strings <0FFFFFFFFh, 6, '913465'> CODE:0045038C ; DATA XREF: _TForm1_Button1Click+1B↑o CODE:0045039B align 4 CODE:0045039C ; const CHAR aSuninatas[] CODE:0045039C aSuninatas db 'SuNiNaTaS',0 ; DATA XREF: _TForm1_Button1Click+45↑o CODE:004503A6 align 4 CODE:004503A8 ; const CHAR aCongratulation[] CODE:004503A8 aCongratulation db 'Congratulation!',0 ; DATA XREF: _TForm1_Button1Click+4A↑o
|