I've got an access violation in my program. I know Windows decodes some states in the address of a pointer (e.g. 0xcccccccc
or 0xcdcdcdcd
for uninitialized or freed memory, iirc). I couldn't find any docs covering those decodings, a link to them would be much appreciated.
For now I'm specifically looking for the meaning (if any) behind 0x000000000000007F
(64bit process).