文件名称:NoAnkama:一个简单的C#库,可在没有DLL的情况下挂接ws2_32.dll!connect。 对于MITM Dofus很有用
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-21 18:27:32
C#
NoAnkama 如何使用 ? 首先,您必须通过传递有关过程的信息来初始化类。 您可以通过3种不同的方式来创建类。 WinsockHook winsockHook = new WinsockHook ( " Dofus " ); // Here the process name is Dofus, so the class will get its handle. WinsockHook winsockHook = new WinsockHook ( 1234 ); // Here the process id is 1234, so the class will find the process which it correspond and get its handle. WinsockHook winsockHook = new WinsockHook ( process )
【文件预览】:
NoAnkama-master
----Program.cs(3KB)
----.gitignore(5KB)
----WinsockHook.cs(13KB)
----NativeMethods.cs(4KB)
----README.md(5KB)
----App.config(184B)
----Events()
--------WinsockHookEventArgs.cs(707B)
----NoAnkama.csproj(2KB)
----Extensions.cs(1KB)
----.gitattributes(65B)
----Helper.cs(3KB)
----Properties()
--------AssemblyInfo.cs(1KB)