Exetools  

Go Back   Exetools > General > General Discussion

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 04-02-2005, 16:34
amitophia
 
Posts: n/a
In SoftICE you can set a breakpoint:
BMSG <HWND> WM_COMMAND IF (*(ESP+0C)==<Menu_ID>)
(esp+0xC ponits to wParam)
Usually you can look at MENU resources section of file. Find out an ID of "Save as..." menuitem (for example, ID=1219 (0x4C3))
Run program and determine it's window handle using SoftICE's HWND command or with another program that shows window handle (for example, HWND=0x120F5)
BP will be: BMSG 120F5 WM_COMMAND IF (*(ESP+0C)==4C3)

When you select and click "Save as..." menuitem you'll be dropped into SoftIce at right place. Then you may check out whether the save code is present or not

Last edited by amitophia; 04-02-2005 at 16:36.
Reply With Quote
 

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Free Pluralsight 6 Month Subscription With over 4500 Courses (its Save your 249.48$) Spiderz_Soft General Discussion 0 12-17-2015 18:34
Cannot save database as IDC script with IDA 5.0.0.879 Git General Discussion 0 01-11-2007 20:39


All times are GMT +8. The time now is 22:29.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )