197
Member
Rich (BB code):
TRAP_FRAME: ffffba00dff02450 -- (.trap 0xffffba00dff02450)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=00000000a7b0003c rbx=0000000000000000 rcx=000000009bab0db0
rdx=000000000e721c4e rsi=0000000000000000 rdi=0000000000000000
rip=fffff8019c099c25 rsp=ffffba00dff025e8 rbp=000000006f1f486b
r8=2858000000000000 r9=ffffffff8816fd30 r10=00000000ac3813af
r11=fffff8019bfd3bd2 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl nz na po nc
BEDaisy+0x499c25:
fffff801`9c099c25 443194047effff87 xor dword ptr [rsp+rax-78000082h],r10d ss:0018:ffffba01`0fa025a2=????????
Resetting default scope
Code:
4: kd> .formats ffffba01`0fa025a2
Evaluate expression:
Hex: ffffba01`0fa025a2
Decimal: -76961256823390
Octal: 1777775640041750022642
Binary: 11111111 11111111 10111010 00000001 00001111 10100000 00100101 10100010
Chars: ......%.
Time: ***** Invalid FILETIME
Float: low 1.57917e-029 high -1.#QNAN
Double: -1.#QNAN
Code:
4: kd> .formats 0fa025a2
Evaluate expression:
Hex: 00000000`0fa025a2
Decimal: 262153634
Octal: 0000000000001750022642
Binary: 00000000 00000000 00000000 00000000 00001111 10100000 00100101 10100010
Chars: ......%.
Time: Sun Apr 23 07:27:14 1978
Float: low 1.57917e-029 high 0
Double: 1.29521e-315
What is the .formats value we need to look at here? Also, how can we interpret the relationship between XOR and these canonical or non-canonical memory regions?