Apprentice
April 22nd, 2011, 04:54
Hello everyone.
I am new in this website and I am happy to be part of this group.
I am trying to decrypt a encrypted file used by a lookup program for two weeks.
I searched google, olly site tuts4you and this site for relevant info. I didn't found anything that I could apply in my case.
My program is quite large so it is unthinkable to step every instruction.
When I run it freely and pause after input window being displayed a return instruction gets hilighted.
When I stepped without going through everything I got to db section and olly asked me if I wanted to place a breakpoint and that it was dangerous ( Suspicious breakpoint ). I was only stepping and didn't doubleclicked any opcodes. When i said no the input window was displayed.
What I now want to do is follow my input and see what happens to it. So how do I find the input I entered in a program back in olly ? The program shows no. of elements found and displays those elements when I input name of that element. My program has 1 main executable and 2 dlls : 1 does searching and calls other crypt.dll. It also has database file and css file for layout of main executable. Hope you guys can point me my mistake and help me go further.
Happy reversing
I am new in this website and I am happy to be part of this group.
I am trying to decrypt a encrypted file used by a lookup program for two weeks.
I searched google, olly site tuts4you and this site for relevant info. I didn't found anything that I could apply in my case.
My program is quite large so it is unthinkable to step every instruction.
When I run it freely and pause after input window being displayed a return instruction gets hilighted.
When I stepped without going through everything I got to db section and olly asked me if I wanted to place a breakpoint and that it was dangerous ( Suspicious breakpoint ). I was only stepping and didn't doubleclicked any opcodes. When i said no the input window was displayed.
What I now want to do is follow my input and see what happens to it. So how do I find the input I entered in a program back in olly ? The program shows no. of elements found and displays those elements when I input name of that element. My program has 1 main executable and 2 dlls : 1 does searching and calls other crypt.dll. It also has database file and css file for layout of main executable. Hope you guys can point me my mistake and help me go further.
Happy reversing