Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Crash Debugger

Newbie Spellweaver
Joined
Sep 24, 2010
Messages
45
Reaction score
51
Confirmed working on OllyDbg 1.1
Code:
	fld tbyte ptr ds:[_crashyou];
	jmp _end;
	_crashyou:
	bb(0xFF) bb(0xFF) bb(0xFF) bb(0xFF) 
	bb(0xFF) bb(0xFF) bb(0xFF) bb(0xFF)
	bb(0x3D) bb(0x40) 
	_end:
Step 1: Put this code at your entry point and it will crash OllyDbg 1.1 when seen.


Credits:
I learned this trick from a crackme, so I unfortunately cannot give credit to the original author.
Myself for finding what caused the crash and converting it from disassembly
 
Last edited:
Back
Top