what hex strings do you use for debugging?
category: residue [glöplog]
0x12345678
*mmmmmm*, buggering!
7a57e1e55 !
7a57e1e55 !
actually the IDT adress of most operation systems and VMs starts with DEAD. It is DEAD0000h for Win2000-->Vista.
srand(0x13375EED)
$8b17
debugging with hex strings is for pussies.
@cruzer : $8b17 rocks :)
what is a debugging hex string exactly?
@gwEm: except it needs 16 bits ;/
$a1d5cafe
$b00bbabe
$DECAFBAD
I guess you need them if you don't have a proper debugger
0x7
0x4655434b (= "FUCK" in big endian)
0xB00B1E5
To be honest, I think I used $DEADDEAD back then
0x303.. If I need more than one it's 0x808 or 0x909.
I'll do a lot of 16 bit stuff on dsp, so 16 bit constants are handy as well.
I'll do a lot of 16 bit stuff on dsp, so 16 bit constants are handy as well.
breakpoint ftw!