Hello,
I'm writing a small tool that uses win32 debug APIs and was wondering what might be the most efficient approach to break on entering a PE section. Using EXCEPTION_SINGLE_STEP and checking at every step if EIP is in the correct section is indeed slow. OllyDbg does this very efficiently, so there must be a better/faster way of doing it. How?
Thx.
yaa