mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Add in some missing types.
This commit is contained in:
@@ -158,6 +158,11 @@ class PDBConvertor:
|
||||
"T_32PUQUAD": 4,
|
||||
"T_32PUSHORT": 4,
|
||||
"T_32PVOID": 4,
|
||||
"T_64PRCHAR": 8,
|
||||
"T_64PUCHAR": 8,
|
||||
"T_64PULONG": 8,
|
||||
"T_64PUQUAD": 8,
|
||||
"T_64PUSHORT": 8,
|
||||
"T_64PVOID": 8,
|
||||
"T_INT4": 4,
|
||||
"T_INT8": 8,
|
||||
@@ -175,6 +180,7 @@ class PDBConvertor:
|
||||
"T_USHORT": 2,
|
||||
"T_WCHAR": 2,
|
||||
"T_32PLONG": 4,
|
||||
"T_64PLONG": 8,
|
||||
"PTR_64": 8,
|
||||
"PTR_32": 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user