![]() |
|
|
|
#1
|
|||
|
|||
|
THANK YOU ALL
@JuneMouse
in ollydbg, it's effective to "view windows rightclick set msg break point on wndproc". i just do rightclik on the windows, select "Message breakpoint on ClassProc", set WM_LBUTTONDOWN is effective in my test. by bp TranslateMessage, it's impractical in ollydbg. it always trigger the debugger. how to set up parameter for bp TranslateMessage?? for bp DispatchMesssage, ollydbg says: Unknown identifier. <== how to set it straight for this? thanks again. |
|
#2
|
|||
|
|||
|
one more question
how to set the breakpoint for a menu item (without the couterpart of icon/button) in ollydbg, in the style of button trick?
in another approach, by set bp at certain functions, which of the following should be set? CheckMenuItem CheckMenuRadioItem CreateMenu CreatePopupMenu DeleteMenu DestroyMenu DrawMenuBar EnableMenuItem GetMenu GetMenuCheckMarkDimensions GetMenuDefaultItem GetMenuItemCount GetMenuItemID GetMenuItemInfo GetMenuItemRect GetMenuState GetMenuString GetSubMenu GetSystemMenu HiliteMenuItem InsertMenuItem IsMenu LoadMenu LoadMenuIndirect MenuItemFromPoint SetMenu SetMenuDefaultItem SetMenuItemBitmaps SetMenuItemInfo TrackPopupMenu TrackPopupMenuEx |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where's OllyDbg | imagin | General Discussion | 5 | 06-11-2005 20:07 |