mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
pdbconv: Ensure voids do not have a size
This partially reverts e17427b9a0
which was an attempt to match other generators, but was inaccurate.
This commit is contained in:
@@ -20,7 +20,7 @@ primatives = {
|
||||
"endian": "little",
|
||||
"kind": "void",
|
||||
"signed": True,
|
||||
"size": 4
|
||||
"size": 0
|
||||
}),
|
||||
0x08: ("HRESULT", {
|
||||
"endian": "little",
|
||||
|
||||
Reference in New Issue
Block a user