AmazingTrans
August 23rd, 2012, 17:20
Hi there,
I have a automation program that inside has many files of codes. The files can be locked with a login and password. When I double click a locked file, I will get a windows popup box that already has the login information and I just have to enter a password. If the password is wrong it will say the password is not correct. If the password is lesser than 5 characters, it will say to enter more than 5 characters.
Things I have done so far:
Moving On.
My question here is:
1. What should I do from here now on?
2. What other program do i need to finish this reverse engr. ?
3. Is there any program where after I enter the password incorrectly, i would like the program to run to the address of the popup box that gives me the wrong password.
I have tried softice on Win XP sp 2, the whole system went BSOD on me.
Hope to hear from someone.!
Cheers!
I have a automation program that inside has many files of codes. The files can be locked with a login and password. When I double click a locked file, I will get a windows popup box that already has the login information and I just have to enter a password. If the password is wrong it will say the password is not correct. If the password is lesser than 5 characters, it will say to enter more than 5 characters.
Things I have done so far:
Code:
1) Loaded the exe file into PeiD v0.95.
Entrypoint: 0006996F
File Offset: 00068D6F
Ep Section: .text
Subsystem: Win32 GUI
Nothing found [Overlay]*
Not sure what I should do here or these information meant because the tuts i saw had ep section as upx and mine is .text.
Moving On.
Quote:
2a) I opened the file with OllyDbg. The whole program opened. Now when i open a project file in the program, OllyDbg step through until I get a Exception E06D7363 - use Shift+F7/F8/F8 to pass exception to program. So I press Shifft-F8, it stepped through, and paused there. I run it again, and this time i Press Shift F7, it stepped through untill an error dialogbox pops-up. Don't know how to step because memory at address 1C2F54F6 is not readable. Try to change EIP or pass exception to program. 2b) I restarted the program, and ran again. This time i use Shift-F9, the whole thing ran. I went to the program and i don't see the rest of my code files. Seems like the project is not fully loaded properly. I guess Shift-F9 skipping exception is not what i really wanted. When i said the code files not loaded: For those who used visual studio : vb. in the solultion project there are many files. Now, after i ran the program, imagine the project is there but all the files are missing. This goes the same with my program here. What should I do here? |
My question here is:
1. What should I do from here now on?
2. What other program do i need to finish this reverse engr. ?
3. Is there any program where after I enter the password incorrectly, i would like the program to run to the address of the popup box that gives me the wrong password.
I have tried softice on Win XP sp 2, the whole system went BSOD on me.
Hope to hear from someone.!
Cheers!