fixes wrong offset in 18363 x64

This commit is contained in:
Jan
2020-12-08 10:34:07 +00:00
committed by ikelos
parent 774528206c
commit b3ffddcff0
2 changed files with 3 additions and 3 deletions
@@ -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"