mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Add in HRESULT primative.
This commit is contained in:
@@ -39,7 +39,12 @@ primatives = {
|
||||
"signed": True,
|
||||
"size": 4
|
||||
}),
|
||||
# 0x08: ("HRESULT", {}),
|
||||
0x08: ("HRESULT", {
|
||||
"endian": "little",
|
||||
"kind": "int",
|
||||
"signed": False,
|
||||
"size": 4
|
||||
}),
|
||||
0x10: ("char", {
|
||||
"endian": "little",
|
||||
"kind": "char",
|
||||
|
||||
Reference in New Issue
Block a user