Log in

View Full Version : program terminated?


f1re
May 25th, 2005, 18:13
Im trying to work with a popular online game called rose online.

Ive read many tutorials and understand what I need to do..but I hit this one point and I cant pass it, I dont know what the problem is.

-anyways...it happens right when i start the game, i open the exe, click the "play rose online" button on the exe, and ollydbg says terminated.

I know its a simple problem, but if i get past this its a smooth ride.

I would be very grateful for any help. Thanks in advance.

Ricardo Narvaja
May 26th, 2005, 05:41
ollydbg is detected, there are many forms of detection the most common is avoided hiding OLLYDBG with hidedebugger 1.23f (the last version) and renaming OLLYDBG.exe (letting a copy of ollydbg.exe in the same folder) and using the renamed.

Try this

Ricardo Narvaja

Ricardo Narvaja
May 26th, 2005, 05:43
the other possibility the program call other process with CreateProcess and continue excuting this second process and the first terminate.

Ricardo