登录
首页 » Visual C++ » tdifw-1.4.4

tdifw-1.4.4

于 2021-01-24 发布 文件大小:11821KB
0 255
下载积分: 1 下载次数: 77

代码说明:

  开源的防火墙代码,基于Tdi和NDIS双层实现(Open source firewall code, based on double NDIS tdi and implementation)

文件列表:

tdifw-1.4.4
...........\addon
...........\.....\ndis_hk
...........\.....\.......\bin
...........\.....\.......\...\ndis_hk.sys
...........\.....\.......\install_2k.bat
...........\.....\.......\install_2k.reg
...........\.....\.......\install_nt4.bat
...........\.....\.......\install_nt4.reg
...........\.....\.......\src
...........\.....\.......\...\av.c
...........\.....\.......\...\av.h
...........\.....\.......\...\dirs
...........\.....\.......\...\except.h
...........\.....\.......\...\memtrack.c
...........\.....\.......\...\memtrack.h
...........\.....\.......\...\ndis_hk
...........\.....\.......\...\.......\adapters.c
...........\.....\.......\...\.......\adapters.h
...........\.....\.......\...\.......\doxygen.cfg
...........\.....\.......\...\.......\filter.c
...........\.....\.......\...\.......\filter.h
...........\.....\.......\...\.......\hooked_fn.c
...........\.....\.......\...\.......\makefile
...........\.....\.......\...\.......\ndis_hk.c
...........\.....\.......\...\.......\ndis_hk.h
...........\.....\.......\...\.......\pe.h
...........\.....\.......\...\.......\htm" target=_blank>sources
...........\.....\.......\...\ndis_hk_ioctl.h
...........\.....\.......\...\net.h
...........\.....\.......\...\nt.h
...........\.....\.......\...\sock.c
...........\.....\.......\...\sock.h
...........\.....\.......\...\source
...........\bin
...........\...\install.exe
...........\...\tdifw.exe
...........\...\tdifw_drv.sys
...........\changelog.txt
...........\changelog_old.txt
...........\debug.txt
...........\install.bat
...........\install_nt4.bat
...........\install_nt4.reg
...........\log_format.txt
...........\packet_engine.txt
...........\readme.txt
...........\sinsigth
...........\........\tdi_fw.IAB
...........\........\tdi_fw.IAD
...........\........\tdi_fw.IMB
...........\........\tdi_fw.IMD
...........\........\tdi_fw.PFI
...........\........\tdi_fw.PO
...........\........\tdi_fw.PR
...........\........\tdi_fw.PRI
...........\........\tdi_fw.PS
...........\........\tdi_fw.SearchResults
...........\........\tdi_fw.WK3
...........\src
...........\...\buildchk_wxp_x86.log
...........\...\buildchk_wxp_x86.wrn
...........\...\dirs
...........\...\drv
...........\...\...\buildchk_wxp_x86.log
...........\...\...\buildchk_wxp_x86.wrn
...........\...\...\conn_state.c
...........\...\...\conn_state.h
...........\...\...\dispatch.c
...........\...\...\dispatch.h
...........\...\...\disp_conn.c
...........\...\...\disp_dg.c
...........\...\...\disp_ev.c
...........\...\...\disp_obj.c
...........\...\...\disp_sr.c
...........\...\...\events.c
...........\...\...\events.h
...........\...\...\ev_conn.c
...........\...\...\ev_dg.c
...........\...\...\ev_recv.c
...........\...\...\filter.c
...........\...\...\filter.h
...........\...\...\ipc.c
...........\...\...\MAKEFILE
...........\...\...\memtrack.c
...........\...\...\memtrack.h
...........\...\...\ndis_hk_ioctl.h
...........\...\...\objchk_wxp_x86
...........\...\...\..............\i386
...........\...\...\..............\....\conn_state.obj
...........\...\...\..............\....\dispatch.obj
...........\...\...\..............\....\disp_conn.obj
...........\...\...\..............\....\disp_dg.obj
...........\...\...\..............\....\disp_ev.obj
...........\...\...\..............\....\disp_obj.obj
...........\...\...\..............\....\disp_sr.obj
...........\...\...\..............\....\events.obj
...........\...\...\..............\....\ev_conn.obj
...........\...\...\..............\....\ev_dg.obj
...........\...\...\..............\....\ev_recv.obj

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Ramdisk_WDF
    一个虚拟内存盘的WDF驱动程序,支持Win8.1 x64(需要关闭驱动签名,UAC运行CMD) 、x32 (A virtual memory disk WDF driver support Win8.1 x64 (need to turn off the signature drive, UAC run CMD), x32)
    2021-05-16 18:30:07下载
    积分:1
  • sample
    海思3519v101 sample驱动源码,有助于理解驱动(Haisi 3519v101 sample driver source, help to understand the drive)
    2017-03-28 15:10:13下载
    积分:1
  • ASDU1_4000
    dm6467的驱动源码 针对网络层的驱动 简易 的C语言 值得收藏(dm6467 driver source code for easy drive of the network layer of the C language worthy of collection )
    2012-07-30 10:32:07下载
    积分:1
  • CharSample的VS2019工版本
    说明:  CharSample的VS2019工程版本,经过了整理和调试,包含了代码、工具、实验截图。(A full VS2019 solution for the CharSample driver, which include code, tool and the screenshot for the experiment. The code provided is tested.)
    2020-06-18 00:00:04下载
    积分:1
  • XR17V25x_PCI_SCH_REV110
    exar 公司的X17V258的参考设计(exar the company' s reference design X17V258)
    2010-02-22 13:44:30下载
    积分:1
  • Pthread-of-linux
    在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you To explain the phenomenon seen.)
    2011-12-08 11:21:25下载
    积分:1
  • ADS1115
    ADS1115 源码 精炼版 ADS1115 6/5000 Yuánmǎ jīngliàn bǎn Source refined version(ADS1115 u6E90 u7801 u7CBE u70BC u7248)
    2017-05-20 15:14:35下载
    积分:1
  • USB-2_0
    usb驱动开发《USB 2_0原理与工程开发.rar》(usb-driven development " USB 2_0 principles and engineering development. rar" )
    2011-08-28 15:20:27下载
    积分:1
  • basic_driver
    DS编写基于ISA插槽的,数据采集卡驱动程序,包含基本的中断,I/O读写(failed to translate)
    2009-03-23 14:02:13下载
    积分:1
  • smodule_cameru
    sumsung s3c2440下的caamera(OV7620)驱动程序源代码 (driver source code for sumsung s3c2440 caamera (OV7620))
    2012-08-05 19:23:33下载
    积分:1
  • 696518资源总数
  • 104737会员总数
  • 20今日下载