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: