![]() |
|
#1
|
|||
|
|||
|
BP on KeyPress
Hi theres a way to break on keyboard keypress on OllyDbg?
Thanks for your time
|
|
#2
|
|||
|
|||
|
Hi Gato_negro
I think you can do this by setting a conditional breakpoint on TranslateMessage() in kernel32.dll for the message that is caught. (Everybody please say better ideas please,This is what i know.) sincerely yours
__________________
I should look out my posts,or JMI gets mad on me!
|
|
#3
|
|||
|
|||
|
Hi,
If the program processes WM_CHAR or WM_KEYDOWN messages put ordinary BP on the respective part in the WndProc. Thomas
|
|
#4
|
|||
|
|||
|
GetAsynchKeyState() is also worth looking into for progs that deliberately avoid using WM_CHAR
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Keypress and what will happen then? | trodas | General Discussion | 11 | 10-18-2013 20:50 |