搜索资源列表
2004-03-09_tdi2
- windows tdi编程例子,适用于防火墙的开发。或者进行tcp的加解密。-windows TDI programming examples, applicable to the development of a firewall. Tcp or for the encryption and decryption.
Advances_in_Windows_Shellcode
- 一篇关于ShellCode的文章和配套的例子程序,研究网络安全的朋友可以看一下。-ShellCode one of the articles and supporting examples procedures and network security you can look at.
aspdaolian
- 防止asp盗链,压缩文件里有代码实例.可以根据实例编写自己的asp文件-prevent asp Irvine, compressed document code examples. Examples can be prepared according to the document asp
WinSock2_PacketCapture
- 用 Winsock 2 基础服务提供者截获网络封包的示例-Winsock 2 basis with service providers intercepted examples of network packets
VC++网络高级编程之八
- 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP 和LeapFTP 其中有两个例子.有一个可以设置防火墙和代理类型,界面没有另一个好.-example through the WinInet programming interface to achieve a complete FTP client, and interface similar to the new CuteFTP with two examples. One can set up a fi
Firewall
- 一个基于Windows的防火墙开发的示例,主要是基于一个钩子程序来创建一个防火墙-Windows-based firewall developed examples, the main procedure is based on a hook to create a firewall
PIX635-sample
- PIX635 防火墙配置实例,讲解很详细,配置思路很清晰。-PIX635 firewall configuration examples to explain in great detail, configuration idea is very clear.
CFCA
- CFCA安全认证组件及使用代码实例程序C#-CFCA safety certification program components and use the C# code examples
The-professional-version-VB-
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友进