focht
February 4th, 2004, 16:15
Greets,
while coding on my COM wrapper to mimic ollydbg plugin interface i stumbled across "close debuggee".
From ollydbg help:
>Alt+F2 - close, closes debugged program. If program is still active, you will be asked to confirm the action.
Well the script pauses the debuggee before so messagebox is no problem at all.
But how do i tell ollydbg to close the debuggee?
plugin.h:
extc void cdecl Sendshortcut(int where,ulong addr,
int msg,int ctrl,int shift,int vkcode);
No "alt" state
Any ideas?
Regards,
A. Focht
while coding on my COM wrapper to mimic ollydbg plugin interface i stumbled across "close debuggee".
From ollydbg help:
>Alt+F2 - close, closes debugged program. If program is still active, you will be asked to confirm the action.
Well the script pauses the debuggee before so messagebox is no problem at all.
But how do i tell ollydbg to close the debuggee?
plugin.h:
extc void cdecl Sendshortcut(int where,ulong addr,
int msg,int ctrl,int shift,int vkcode);
No "alt" state

Any ideas?
Regards,
A. Focht