mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
update NF driver to 1.6.0.7
update RDR ChildProcessHandle
This commit is contained in:
@@ -26,15 +26,11 @@ namespace Netch.Controllers
|
||||
switch ($"{Environment.OSVersion.Version.Major}.{Environment.OSVersion.Version.Minor}")
|
||||
{
|
||||
case "10.0":
|
||||
fileName = "Win-10.sys";
|
||||
break;
|
||||
case "6.3":
|
||||
case "6.2":
|
||||
fileName = "Win-8.sys";
|
||||
break;
|
||||
case "6.1":
|
||||
case "6.0":
|
||||
fileName = "Win-7.sys";
|
||||
fileName = "nfdriver.sys";
|
||||
break;
|
||||
default:
|
||||
throw new MessageException($"不支持的系统版本:{Environment.OSVersion.Version}");
|
||||
|
||||
2
binaries
2
binaries
Submodule binaries updated: c86b3a70b1...1786599872
Reference in New Issue
Block a user