View Full Version : point.h breakpoint
Anonymous
December 22nd, 2004, 06:42
Hi,
if I put a breakpoint on memory access when entering string in textbox, program pauses in KERNEL32 or GDI32. How can I prevent Olly to stop in these dlls and stop only in main thread.
Thanks.
JDog45
December 22nd, 2004, 12:45
If you hit Alt+F9 that should take you back to the main module.
simple
December 23rd, 2004, 02:17
Hi,
if I do that it always stops in GDI32 when accessing buffer for displaying some text contained in this buffer. When reaches user code if moves control to program but when I activate program it returns to GDI32. Moment of activating program stops code in KERNEL32.
simple
December 25th, 2004, 08:22
Hi,
I found what I was doing wrong. First step should be to break some window on eg. WM_LBUTTONUP, and then to set breakpoint on memory read.
JDog45
December 25th, 2004, 15:46
Glad you solved it..

Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.