ShimcacheMem: Fix symbol table

These SHIM_CACHE_ENTRY offsets aren't correct - should be identical to
those in the other XP symbol tables.
This commit is contained in:
David McDonald
2025-04-14 11:43:57 -05:00
parent 1b31357665
commit 87cc571fbb
@@ -331,23 +331,23 @@
"LastModified": {
"type": {
"kind": "union",
"name": "LARGE_INTEGER"
"name": "_LARGE_INTEGER"
},
"offset": 4
"offset": 528
},
"FileSize": {
"type": {
"kind": "base",
"name": "long long"
},
"offset": 8
"offset": 536
},
"LastUpdate": {
"type": {
"kind": "union",
"name": "LARGE_INTEGER"
"name": "_LARGE_INTEGER"
},
"offset": 12
"offset": 544
}
},
"kind": "struct",