znow
August 15th, 2006, 02:46
Hi,
I'm new in reversing (that's why I'm posting here ;-) and need some help. I promise I already read a lot of FAQs.
I'm working on an client-server application which brings up a login mask. Because of the network traffic it seems that the login credentials (only those) are some kind of encrypted.
first problem I had, the software was packed. So I used pMack2. For reversing I'm using Olly and Ida. The application is written in delphi, so I use DeDe to find some events - all the other API-Calls like GetDlgItemTextA, GetwindowText,... didn't work - of course.
I found the apropriate LoginForm. The problem is, that there is no event for pressing the OKButton. I found another event which is triggered every time I press a key (inside the login field). I set BPs on every event, but none of them are triggered if I press OK or enter.
I'm not sure if there are other ways to find events, or if delphi is using the same functions for OK and KeyDown.
Does anybody have experiences with that and can give me a hint.
thanx
znow
I'm new in reversing (that's why I'm posting here ;-) and need some help. I promise I already read a lot of FAQs.
I'm working on an client-server application which brings up a login mask. Because of the network traffic it seems that the login credentials (only those) are some kind of encrypted.
first problem I had, the software was packed. So I used pMack2. For reversing I'm using Olly and Ida. The application is written in delphi, so I use DeDe to find some events - all the other API-Calls like GetDlgItemTextA, GetwindowText,... didn't work - of course.
I found the apropriate LoginForm. The problem is, that there is no event for pressing the OKButton. I found another event which is triggered every time I press a key (inside the login field). I set BPs on every event, but none of them are triggered if I press OK or enter.
I'm not sure if there are other ways to find events, or if delphi is using the same functions for OK and KeyDown.
Does anybody have experiences with that and can give me a hint.
thanx
znow