by muller2008 on Sun Aug 17, 2008 8:25 am
([msg=9908]see Re: App 7[/msg])
Hi, you should have got something like this when you found the "Congratulations, The password is% s"
0040118C |. 817D E8 CA0D0> CMP DWORD PTR SS: [EBP-18], 0DCA
00401193 |. 75 13 JNZ SHORT app7win.004011A8
00401195 |. 8D4D EC LEA ECX, DWORD PTR SS: [EBP-14]
00401198 |. 51 PUSH ECX
00401199 |. 68 94804000 PUSH app7win.00408094; ASCII
"Congratulations, The password is'% s'"
0040119E |. E8 18000000 CALL app7win.004011BB
004011A3 |. 83C4 08 ADD ESP, 8
004011A6 |. EB 0D JMP SHORT app7win.004011B5
004011A8 |> 68 BC804000 PUSH app7win.004080BC; ASCII
What you are looking for to get is something like: 0x2F1
You need to find out its sum and work out the hex of the sum changing into ascii to give you something else.
When you find out this bit you will have the correct password to insert into the question: "Please Enter the Password:" and so on,,,,,,,,,,