mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Windows: Fix up pdb.json for LF_UDT_SRC_LINE
It looks like some copypasta snuck in the manual pdb.json. The offsets for the LF_UDT_SRC_LINE as was the total structure size for LF_UDT_MOD_SRC_LINE. Fixes #527
This commit is contained in:
@@ -1305,14 +1305,14 @@
|
||||
}
|
||||
},
|
||||
"source_file": {
|
||||
"offset": 0,
|
||||
"offset": 4,
|
||||
"type": {
|
||||
"kind": "base",
|
||||
"name": "unsigned long"
|
||||
}
|
||||
},
|
||||
"line": {
|
||||
"offset": 0,
|
||||
"offset": 8,
|
||||
"type": {
|
||||
"kind": "base",
|
||||
"name": "unsigned long"
|
||||
@@ -1354,7 +1354,7 @@
|
||||
}
|
||||
},
|
||||
"kind": "struct",
|
||||
"size": 12
|
||||
"size": 16
|
||||
},
|
||||
"LF_UNION": {
|
||||
"fields": {
|
||||
|
||||
Reference in New Issue
Block a user