mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
RDR Bypass Netch Directory
This commit is contained in:
@@ -270,6 +270,7 @@ namespace Netch.Controllers
|
||||
}
|
||||
|
||||
aio_dial((int) NameList.TYPE_ADDNAME, @"NTT\.exe");
|
||||
aio_dial((int) NameList.TYPE_BYPNAME, "^" + Global.NetchDir.ToRegexString() + @"((?!NTT\.exe).)*$");
|
||||
}
|
||||
|
||||
#region NativeMethods
|
||||
@@ -291,7 +292,6 @@ namespace Netch.Controllers
|
||||
[DllImport("Redirector.bin", CallingConvention = CallingConvention.Cdecl)]
|
||||
private static extern ulong aio_getDL();
|
||||
|
||||
|
||||
public enum NameList
|
||||
{
|
||||
TYPE_FILTERLOOPBACK,
|
||||
|
||||
Reference in New Issue
Block a user