mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
fixes wrong offset in 18363 x64
This commit is contained in:
@@ -177,7 +177,7 @@ class NetScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
(10, 0, 17134): "netscan-win10-17134-x64",
|
||||
(10, 0, 17763): "netscan-win10-17763-x64",
|
||||
(10, 0, 18362): "netscan-win10-17763-x64",
|
||||
(10, 0, 18363): "netscan-win10-17763-x64",
|
||||
(10, 0, 18363): "netscan-win10-18363-x64",
|
||||
(10, 0, 19041): "netscan-win10-19041-x64"
|
||||
}
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
}
|
||||
},
|
||||
"LocalAddr": {
|
||||
"offset": 128,
|
||||
"offset": 136,
|
||||
"type":{
|
||||
"kind": "pointer",
|
||||
"subtype": {
|
||||
@@ -93,7 +93,7 @@
|
||||
}
|
||||
},
|
||||
"Port": {
|
||||
"offset": 120,
|
||||
"offset": 128,
|
||||
"type": {
|
||||
"kind": "base",
|
||||
"name": "unsigned be short"
|
||||
|
||||
Reference in New Issue
Block a user