Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > Reverse Code Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 10-23-2005, 03:21 PM
-=Merovingian=- -=Merovingian=- is offline
Junior Member
 
Join Date: Oct 2005
Posts: 2
Default

Hi all,
I have a small question regarding setting a breakpoint in softice. I am looking at a a program called Wondersoft Virtual PDF and have tried to set a breakpoint on GetDlgItemText where I receive the dreaded "error symbol not defined"

Looking into this further I gather that it is part of user32.dll and as such have removed the ; from winice.dat to include this file.......it still comes up with the same error when I try using the breakpoint.

Any help on this one would be apprecited

Regards
Merovingian
__________________
Regards
Merovingian
Reply With Quote
  #2  
Old 10-23-2005, 07:49 PM
kw kw is offline
Administrator
 
Join Date: Dec 2002
Location: The Netherlands
Posts: 116
Send a message via Yahoo to kw
Default

Have you tried GetDlgItemTextA?
Most comparable functions have an A (ASCII) and W (Widechar) version, so internally they are named differently. I suspect that's what your problem is as well..

regards,
kw
__________________
"It's people like this that make you realize how little you've accomplished. It is a sobering thought, for instance, that when Mozart was my age, he had been dead for two years." - Tom Lehrer
Reply With Quote
  #3  
Old 10-24-2005, 12:02 PM
-=Merovingian=- -=Merovingian=- is offline
Junior Member
 
Join Date: Oct 2005
Posts: 2
Default

Quote:
Originally posted by kw@Oct 24 2005, 12:49 AM
Have you tried GetDlgItemTextA?
Most comparable functions have an A (ASCII) and W (Widechar) version, so internally they are named differently. I suspect that's what your problem is as well..

regards,
kw
[snapback]1191[/snapback]
Thanks for the reply, kw.

Yep I already tried GetDlgItemTextA and softice failed to break. I tried various other "dlg" related ones also but none of them caused softice to break.

Can you suggest any other breakpoints?
I have tried GetWindowText, GetDlgItemText, GetDlgItemTextA.

The only one that seemed to work was GetWindowText but as far as I can see you will not be able to see the contents of the dialog boxes.....maybe wrong???????
It seems that it is a different type of text field for the username / registration codes.

Regards
Merovingian
__________________
Regards
Merovingian
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.