Log in

View Full Version : Can't resume attached process


TheBlasphemer
April 25th, 2004, 05:53
I am trying to debug a game.
Unfortunately it is launched trough a launcher (TTDPatch),
so i can't just run it straight from ollydbg.
When i try to attach it to the running game, everything seems to go well, I end up in a debugbreak.
but when i press F9, the game just freezes, and all threads are suspended.

Right-clicking and resuming the threads does not seem to help.

How can i attach to the game and leave it running?

Ricardo Narvaja
April 25th, 2004, 13:09
i attach and when stop in debugbreak go to view-memory and mark the code section usually 401000 and right clic- set breakpoint memory on acess and RUN,when stop in the exe, in the correct section,quit the BPM and put the isdebuggerpresent plugin and RUN its all.

Ricardo