C# socks5代理

9-06 1,587 views

using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text;...
阅读全文 1

C# 调用 C++ DLL 回调函数

9-04 2,626 views

C++ library library.h #ifndef __LIBRARY_H__ #define __LIBRARY_H__ //exports.def #ifdef __cplusplus //__cplusplus是cpp中自定义的一个宏 extern...
阅读全文 0