Re: Linked Lists debugger question
- From: "Giovanni Dicanio" <giovanniDOTdicanio@xxxxxxxxxxxxxxxxx>
- Date: Sat, 20 Sep 2008 08:36:16 +0200
"Robby" <Robby@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio news:9CD573D0-EC9D-40B7-ACBA-1352C454A7E3@xxxxxxxxxxxxxxxx
I never
assigned a value to "value" and yet why does it show that value is equal to
0xcccccccc ?
To add to Igor's correct post, you may be interested in knowing that the hex byte value 0xCC is not random, it was chosen on purpose, because it is the opcode of INT 3 assembly instruction. INT 3 basically means "debug breakpoint".
Giovanni
.
- References:
- Linked Lists debugger question
- From: Robby
- Linked Lists debugger question
- Prev by Date: Re: Linked Lists debugger question
- Next by Date: Re: vtable issue
- Previous by thread: Re: Linked Lists debugger question
- Next by thread: Re: Linked Lists debugger question
- Index(es):
Relevant Pages
|