vxx
January 1st, 2005, 00:22
Hello,
Another plugin question. OllyScript plugin can set handler on breakpoints, so, question is... how it does??
I tried to find such function in Plugin SDK, but no result
Of course, I can manually check if breakpoint reached. Just need to compare eip and my breakpoint in main loop.
BUT! It's bad method. First, it's very slow. Second, it can't check hardware breakpoints on read/write and memory breakpoints...
So... maybe there is needed function?
Another plugin question. OllyScript plugin can set handler on breakpoints, so, question is... how it does??
I tried to find such function in Plugin SDK, but no result

Of course, I can manually check if breakpoint reached. Just need to compare eip and my breakpoint in main loop.
BUT! It's bad method. First, it's very slow. Second, it can't check hardware breakpoints on read/write and memory breakpoints...
So... maybe there is needed function?