搜索资源列表

  1. spinvocke

    0下载:
  2. 利用Castle的DynamicProxy动态代理,对存储过程的参数进行拦截,动态生成执行存储过程的方法,简便、通用-The use of Castle
  3. 所属分类:WEB源码

    • 发布日期:2024-05-15
    • 文件大小:64512
    • 提供者:tanke
  1. NetHandle(TDI_Filter_Hook)

    0下载:
  2. 使用TDI 和Filter-Hook进行网络数据拦截的两个例子, 以前外挂用过-The use of TDI and the Filter-Hook for network data to intercept the two examples previously used plug-ins
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-15
    • 文件大小:163840
    • 提供者:Yofoo
  1. NoCtrl+Alt+Del(two)

    0下载:
  2. 系统钩子与API截获,拦截NoCtrl+Alt+Del方法2-Hook and API interception, interception NoCtrl+ Alt+ Del Method 2
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:197632
    • 提供者:Hou
  1. APIHook(detours)

    1下载:
  2. 利用detours库对系统API进行拦截,VC++源码-Use detours library API to intercept the system, VC++ Source
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:55296
    • 提供者:zzq
  1. DetoursExpress2.1

    0下载:
  2. Detours是一强大的工具,提供了简单易用的函数接口来拦截(Hook)WIN32 API调用和为一个已在运行的进程装入一个D-Detours is a powerful tool that provides easy-to-use interface to intercept function (Hook) WIN32 API calls and as a process is already running into a D
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:63488
    • 提供者:sony
  1. wlfbjqzx

    0下载:
  2. 易语言编写的网络封包拦截,可拦截recv、send封包并可修改连续发送,易语言4.1版编译通过-Easy language to intercept network packets can be intercepted recv, send the packet and send to amend a row, easy-language version 4.1 compiler through
  3. 所属分类:易语言编程

    • 发布日期:2024-05-15
    • 文件大小:25600
    • 提供者:hitt
  1. APIhook

    0下载:
  2. 一个用hook拦截数据包的VC程序。 先获取所有进程,然后选择你要操作的进程。-A hook used to intercept packets of VC procedures. First access to all processes, and then select the operation you want to process.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:101376
    • 提供者:肖雄
  1. Firewall.code

    0下载:
  2. 这是一个简单的防火墙,可以拦截一些危险东西,还可以显示来源IP,只是这是个英文版的,可能有点不好用。-This is a simple firewall can block some dangerous things that can also display the source IP, but this is the English version, may be a bit bad to use.
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:77824
    • 提供者:周俊杰
  1. 123

    0下载:
  2. vc++拦截过滤程序中某个消息 vc++拦截过滤程序中某个消息-vc++ intercept a message filtering process vc++ intercept a filter program in the news
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:24576
    • 提供者:sdfsd
  1. NetMonitor

    0下载:
  2. 通过rawsock实现网络封包的拦截,我们可以收到网络上的IP包,包括目的不是本机的IP包,通过rawsock,控制Windows下的多种协议,对网络底层的传输机制进行控制。 -Rawsock realize the network through packet interception, we can receive IP packets on the network, including the purpose is not the
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:100352
    • 提供者:李琦
  1. SPI-firewall-technology

    1下载:
  2. SPI防火墙技术,通过SPI技术对网络数据拦截,里面有文档和源程序-SPI firewall technology, through the SPI technology to intercept network data, which has documents and source code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:47417344
    • 提供者:shasha
  1. LANShield

    0下载:
  2. *****************软件功能****************** 1.有效拦截局域网内的ARP攻击,并具有保护网关功能 2.可配合服务器端,更有效管理局域网网络 3.自带应用层过滤模块,有效控制本机进程的网络访问 4.自带攻击模块,用于反击,包含所有ARP攻击方法 ******************************************** -a source of a firewa
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1946624
    • 提供者:
  1. InterceptingMessages

    0下载:
  2. Windows Mobile经典手机软件开发源码,拦截短信源码-Windows Mobile Classic mobile-source software development, to intercept message source
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:周宇生
  1. fire

    0下载:
  2.  Xfilter 个人防火墙是用来监视TCP/IP封包,并根据设定的规则对网络封包做拦截或放行的动作,-Xfilter personal firewall is used to monitor the TCP/IP packets, and in accordance with the rules set up to do to intercept packets on the network or the release of the
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-05-15
    • 文件大小:3717120
    • 提供者:bymeok
  1. API_NET

    0下载:
  2. api函数recvfrom()的拦截代码,在以前拦截的recv函数基础上拓展而来,追加调用部分代码。 具体功能:拦截api函数recvfrom。-api function recvfrom () to intercept the code block in the past based on the recv function to expand from an additional part of the code call. S
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:202752
    • 提供者:canglang
  1. IPPack

    0下载:
  2. 一个用HOOK WIN32API拦截网络数据的程序。-Appliation which you can use it as a Internet packet monitor
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:151552
    • 提供者:William Lee
  1. apiHookPatch

    0下载:
  2. 针对APIhook的操作练习,并且添加了对Send等Hook操作,可以用作拦截网络通讯的demo-Patch for APIHook
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:586752
    • 提供者:zuozilong
  1. hooksendrecv

    0下载:
  2. 一个HOOK SEND RECV函数拦截网络封包的程序!-HOOK SEND RECV a function of the program to intercept network packets!
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:526336
    • 提供者:解寒瑜
  1. hook

    0下载:
  2. VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类) VBMemoryAllocator - 内存分配管理类 VBPEFnLocator - PE文件导入/导出函数定位类 VBMiniWindow - 迷你消息窗口类-VBAPIHooker- API interception type (which is the main character, it needs to use the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:60416
    • 提供者:soul
  1. AutoRun

    0下载:
  2. Symbian OS 下自启动和待机桌面绘图、短信拦截-Symbian OS auto start
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-15
    • 文件大小:183296
    • 提供者:vicent
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org