[Question] OllyDbg

03/17/2014 22:04 PasswordChecker#1
Hello


Iam a new reverser So i use ollydbg to breakpoint a function in S4Client.exe

But my problem is ollydbg crash the game every time i breakpoint it

I use HackShield Bypass of course but it still make the game crashes

I use StrongOD Plugin


Please Help

Thank You
03/18/2014 02:55 cheyester10#2
What exactly are you trying to do?
03/18/2014 14:42 PasswordChecker#3
Trying to breakpoint a function in the client with ollydbg but it crashes the game
03/18/2014 16:32 *-Elsword_Hacker-*#4
use the patched bypass here from this forum , then start the game with this , log in , open ollydbg fast with shortcut and attach s4client.exe , then the client crashes , you can search now at olly for error messages and crash details and you can put this then in a c++ source file (example: dll)

i work at this time on a new bypass

PS: sorry for my bad english :).
03/18/2014 17:37 snow#5
Themida modifies some Nt-functions thus breakpoints will crash the game. At least as far as I know.

Use Cheat Engine with VEH Debugger for live debugging, static analysis should be done with IDA.
03/20/2014 14:18 Forbidi#6
Quote:
Originally Posted by snow911 View Post
Themida modifies some Nt-functions thus breakpoints will crash the game. At least as far as I know .
Detour readprocess memory to an infinite loop function cuz there is no return check, then you'll be able to attach olly without getting crash ;o