回答編集履歴
1
回答に追記
test
CHANGED
@@ -13,3 +13,23 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
というのは、type of address rangeの低位側をaxに、ですな
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
---
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
> 00h QWORD base address
|
24
|
+
|
25
|
+
08h QWORD length in bytes
|
26
|
+
|
27
|
+
10h DWORD type of address range (see #00581)
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
オフセット0からの8バイト(QWORD)はbase address
|
32
|
+
|
33
|
+
オフセット8からの8バイト(QWORD)はlength in bytes
|
34
|
+
|
35
|
+
オフセット16からの4バイト(DWORD)はtype of address range
|