mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update NH2 tools
This commit is contained in:
parent
d14fbd8b59
commit
a19e131216
14 changed files with 89 additions and 34 deletions
Binary file not shown.
BIN
tools/NetHookAnalyzer2/Microsoft.Win32.Registry.dll
Normal file
BIN
tools/NetHookAnalyzer2/Microsoft.Win32.Registry.dll
Normal file
Binary file not shown.
|
@ -14,29 +14,49 @@
|
|||
"NetHookAnalyzer2.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/3.0.0": {},
|
||||
"Microsoft.Win32.Registry/4.6.0": {
|
||||
"Microsoft.NETCore.Platforms/3.1.0": {},
|
||||
"Microsoft.Win32.Registry/4.7.0": {
|
||||
"dependencies": {
|
||||
"System.Security.AccessControl": "4.6.0",
|
||||
"System.Security.Principal.Windows": "4.6.0"
|
||||
"System.Security.AccessControl": "4.7.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
||||
"rid": "unix",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
},
|
||||
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
}
|
||||
},
|
||||
"protobuf-net/2.4.4": {
|
||||
"protobuf-net/2.4.6": {
|
||||
"dependencies": {
|
||||
"System.ServiceModel.Primitives": "4.5.3"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp2.1/protobuf-net.dll": {
|
||||
"assemblyVersion": "2.4.0.0",
|
||||
"fileVersion": "2.4.4.9"
|
||||
"fileVersion": "2.4.6.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Private.ServiceModel/4.5.3": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "3.0.0",
|
||||
"Microsoft.NETCore.Platforms": "3.1.0",
|
||||
"System.Reflection.DispatchProxy": "4.5.0",
|
||||
"System.Security.Principal.Windows": "4.6.0"
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/netstandard2.0/System.Private.ServiceModel.dll": {
|
||||
|
@ -54,13 +74,48 @@
|
|||
}
|
||||
},
|
||||
"System.Reflection.DispatchProxy/4.5.0": {},
|
||||
"System.Security.AccessControl/4.6.0": {
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "3.0.0",
|
||||
"System.Security.Principal.Windows": "4.6.0"
|
||||
"Microsoft.NETCore.Platforms": "3.1.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.Security.AccessControl.dll": {
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Security.Principal.Windows/4.7.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
|
||||
"rid": "unix",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
},
|
||||
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.1.3.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Security.Principal.Windows/4.6.0": {},
|
||||
"System.ServiceModel.Primitives/4.5.3": {
|
||||
"dependencies": {
|
||||
"System.Private.ServiceModel": "4.5.3"
|
||||
|
@ -78,8 +133,8 @@
|
|||
},
|
||||
"SteamKit2/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.6.0",
|
||||
"protobuf-net": "2.4.4"
|
||||
"Microsoft.Win32.Registry": "4.7.0",
|
||||
"protobuf-net": "2.4.6"
|
||||
},
|
||||
"runtime": {
|
||||
"SteamKit2.dll": {}
|
||||
|
@ -93,26 +148,26 @@
|
|||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/3.0.0": {
|
||||
"Microsoft.NETCore.Platforms/3.1.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==",
|
||||
"path": "microsoft.netcore.platforms/3.0.0",
|
||||
"hashPath": "microsoft.netcore.platforms.3.0.0.nupkg.sha512"
|
||||
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
|
||||
"path": "microsoft.netcore.platforms/3.1.0",
|
||||
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.Registry/4.6.0": {
|
||||
"Microsoft.Win32.Registry/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Xuqo5Lf5h1eUAbT8sJwNSEgusyEcQQQcza1R8dxJ6q/1vLSU1SG/WxtgiCPAth14dz/IjBXCxWT/+6E9glX33w==",
|
||||
"path": "microsoft.win32.registry/4.6.0",
|
||||
"hashPath": "microsoft.win32.registry.4.6.0.nupkg.sha512"
|
||||
"sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
|
||||
"path": "microsoft.win32.registry/4.7.0",
|
||||
"hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"protobuf-net/2.4.4": {
|
||||
"protobuf-net/2.4.6": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-EYZyqfSlroeRVC2cvyONwjFE6ji50d+0gsGXFha+Ij/ZzIBLFd4HJmlytlabSyeqJFz1RCIDvhIoe9+AEyx3bg==",
|
||||
"path": "protobuf-net/2.4.4",
|
||||
"hashPath": "protobuf-net.2.4.4.nupkg.sha512"
|
||||
"sha512": "sha512-fDYwwGw9yCERTkIzxhmiGmD3i5nB5Pw4roZ9Pi+MPNbNiNbGAA9mVrSSbTjAMNQEBXtwK/HZ6btrO2YwYsVsMw==",
|
||||
"path": "protobuf-net/2.4.6",
|
||||
"hashPath": "protobuf-net.2.4.6.nupkg.sha512"
|
||||
},
|
||||
"System.Private.ServiceModel/4.5.3": {
|
||||
"type": "package",
|
||||
|
@ -128,19 +183,19 @@
|
|||
"path": "system.reflection.dispatchproxy/4.5.0",
|
||||
"hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
|
||||
},
|
||||
"System.Security.AccessControl/4.6.0": {
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-gmlk6khICtVhiUnVBBtlsH0H/5QFDqhTZgtpp3AX14wWE6OIE+BX95NLD+X4AolXnIy/oXpNNmXYnsNfW1KuDQ==",
|
||||
"path": "system.security.accesscontrol/4.6.0",
|
||||
"hashPath": "system.security.accesscontrol.4.6.0.nupkg.sha512"
|
||||
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
|
||||
"path": "system.security.accesscontrol/4.7.0",
|
||||
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.Security.Principal.Windows/4.6.0": {
|
||||
"System.Security.Principal.Windows/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Mdukseovp0YIGaz16FMH6nbfgZkrCFOJbtXQptv0aeBO9h775Ilb9+TDwLVTKikoW7y7CY7lpoXl9zmZ5G3ndA==",
|
||||
"path": "system.security.principal.windows/4.6.0",
|
||||
"hashPath": "system.security.principal.windows.4.6.0.nupkg.sha512"
|
||||
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
|
||||
"path": "system.security.principal.windows/4.7.0",
|
||||
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.ServiceModel.Primitives/4.5.3": {
|
||||
"type": "package",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tools/NetHookAnalyzer2/System.Security.AccessControl.dll
Normal file
BIN
tools/NetHookAnalyzer2/System.Security.AccessControl.dll
Normal file
Binary file not shown.
BIN
tools/NetHookAnalyzer2/System.Security.Principal.Windows.dll
Normal file
BIN
tools/NetHookAnalyzer2/System.Security.Principal.Windows.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue