I have an user-mode application crash dump .mdmp file. I usually know how to handle it. Open with Visual Studio 2012 and it says problems was AV reading at 0xFFFFFFFFFFFFFFFF and points to command "cmp [RDX],0"
BUT, dump, as you know, contains registers and RDX points to valid address.
Question: how could that be and where this FFFFF comes from then ?
Thank you for attention !