Topic created on: January 15, 2007 03:24 CST by yb56.
Hello, I want my plugin to handle the breakpoint and not olly. However Ollydbg stops execution at BP. I tried using Go() in the plugin but it doesnt work. Can anyone help me on this ?
handle the break in _ollydbgPausedex() (ollydbg has the first right to pause execution as it is) you can request ollydbg that you need to play too in the above function
and Go Actually doesnt go anyhwhere it pends execution to later and there are caveats in using it
if you simply want to run try SendShortcut(,,..,,VK_F9)
i could possibly provide a better answer if i get a little more information that what you posted
Note: Registration is required to post to the forums.