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

tdifw-1.4.4

于 2021-01-24 发布 文件大小:11821KB
0 371
下载积分: 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 个回复

  • SpecialStartIOTest
    介绍了驱动开发中有关IO例程的相关知识。(Introduction drive the development of relevant knowledge IO routines.)
    2009-03-10 20:36:42下载
    积分: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
  • mfcregdll
    VB、VC混合编程中字符串的传递,源代码,使用VC制作动态库在VC、VB中使用。(VB, VC mixed programming string transmission, the source code, the use of VC production of dynamic libraries in VC, VB use.)
    2007-10-31 21:06:40下载
    积分:1
  • at1024c
    AT24C1024驱动程序,可以跨页读写的标准程序(AT24C1024 driver, you can read and write across standard program page)
    2021-03-22 10:09:16下载
    积分:1
  • xiflter_2.0
    NDIS HOOK实例,做防火墙比中间层驱动更稳定(NDIS HOOK example, than do the middle layer firewall driven more stable)
    2021-01-24 22:08:39下载
    积分: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
  • s3c2440-gpio-kbd
    S3C2410 GPIO口下的5X5键盘驱动(S3C2410 GPIO port 5X5 keyboard driver)
    2012-05-29 10:50:07下载
    积分:1
  • EnumDevice
    使用setupapi枚举硬件设备的代码,很经典的(setupapi )
    2012-02-07 18:09:43下载
    积分:1
  • TpWindbg
    TP保护在游戏在虚拟机vmware下无法进行双机调试,通过inline hook过掉双机调试保护,适合在WIN7环境下,开启前先加载驱动程序,然后打开TP游戏,在WINDBG下运行两次G后,能成功对TP驱动进行调试(Pass TP driver about windbg in vmware in win7 os)
    2016-03-13 14:28:38下载
    积分:1
  • Flash_Driver
    W25Q128和W25Q256驱动程序,两个芯片略有不同,开发者只需要改一下通信就可以使用(W25Q128 and W25Q256 drivers, two chips are slightly different, developers only need to change what you can use to communicate)
    2015-11-04 16:53:49下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载