CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - windows 进程

搜索资源列表

  1. WinPcap_MultiNIC_recieve

    0下载:
  2. Windows系统中在单进程中使用Winpcap开发包接收多个网卡数据包的例程,使用WaitForMultipleObjects机制。是Windows系统软路由器开发的基础技术之一。注意,在某些winpcap版本下,WaitForMultipleObjects机制的支持可能会有问题,这是winpcap本身的问题。-Windows systems in a single process using Winpcap development kits to receive data packets o
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:6720
    • 提供者:韬光养晦
  1. ClientHost

    0下载:
  2. 套接字是通信的基石,是支持TCP/IP协议的网络通信的基本操作单元。可以将套接 字看作不同主机间进程进行双向通信的端点。在Windows中使用的套接字叫Winsock。 -Socket is the cornerstone of communication is to support TCP/IP protocol for network communication the basic operation of unit. Socket can be seen as a differen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5848030
    • 提供者:胖胖猪
  1. 2009124223542

    0下载:
  2. 远程控制1.2 说明 注:去除了注入单元 特性: 服务端不但能插入IE进程穿防火墙,又可选随意插系统目录的文件,不用生成DLL文件,无驱动隐藏,内存占用少。 适用于Windows 2000/XP/2003 不支持9x 严重声明: 特别提醒用户:本软件为远程管理软件,使用本软件必须遵守国家的有关法律法规,如刑法、国家安全法、保密法、 计算机信息系统安全保护条例等,不得损害他人的利益。 海盗远控是提供给使用者管理个人电脑
  3. 所属分类:Remote Control

    • 发布日期:2017-05-08
    • 文件大小:1607539
    • 提供者:独来独往
  1. 200631916132669

    0下载:
  2. 对windows系统进程tcp/udp端例举,服务例举。系统编程时可以参研一下,是一个好的例子. -On the windows system process tcp/udp side cite, cite services. System programming can participate in research and what is a good example.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:809568
    • 提供者:sine123
  1. Down[Svchost]

    0下载:
  2. 插svchost.exe,穿墙无进程下载者。 支持Win9x,WinNT,Win2k,WinXP,Win2k3等~其他的没测试.基本上支持Windows A-Plug svchost.exe, no process of those who download through the wall. Support for Win9x, WinNT, Win2k, WinXP, Win2k3, etc. ~ the other did not test. Basically support the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:9947
    • 提供者:jacks
  1. socket_scBasic

    0下载:
  2. 在windows下面使用socket实现两个进程之间的通信,client发送字符串,server对字符串进行解析,并且返回结果。 附有详细的设计说明-In the windows to achieve the following two processes using the socket communication between, client sends the string, server to parse the string, and returns the result
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:39406
    • 提供者:3feng
  1. gymb

    0下载:
  2. 远程控制系统概要设计说明书,该软件运行于Microsoft Windows 2000,XP,2003或其他NT架构的操作系统,采用近程插入借用其他软件的进程进行工作。-Remote control system outline design specification, the software runs on Microsoft Windows 2000, XP, 2003 or NT-based operating system, to borrow using short-range in
  3. 所属分类:Remote Control

    • 发布日期:2017-03-29
    • 文件大小:131125
    • 提供者:李海林
  1. select_fuwuqi

    0下载:
  2. 利用windows中的select函数编写的可以在同一个端口上和多个不同种类的客户端的进程交互的服务器端。-Use of windows in the select function can be written in the same port and different types of client server interaction process.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:3214
    • 提供者:黄白树
  1. TestSEH

    0下载:
  2. 这里使用了两个Demo进行测试。其中HijackPipe.exe是服务端,他接受客户端PipeClient发送来的数据,对该客户权限进行模拟,并使用在控制台打印出当前进程的用户名。我们使HijackPipe.exe运行在普通账户aaa下,并使用Runas命令让客户端PipeClient运行在管理员权限下,然后进行连接-If a server via named pipes to communicate with a client, the server can use the Windows A
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1010281
    • 提供者:blacker
  1. udpcomm

    0下载:
  2. 使用windows socket实现的UDP数据通讯,一套代码可实现双方通讯,一个dll可被两个exe同时加载,实现一台计算机上的进程间通讯,当然,也可以放在不同的计算机上实现数据通讯-Using WinSocket realize Communicate between two different Process,of Course,you can use it to Communicate with two different computers
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1827762
    • 提供者:克潇
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:Mica
  1. process-comm

    0下载:
  2. 学习Windows上进程间通信的PPT,详细介绍了命名管道的使用方式-The study of inter-process communication on Windows PPT, details the use of named pipes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8492
    • 提供者:zhangshuning
  1. xHook

    0下载:
  2. 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。 2.1 patch静态文件,即运行前挂钩. 2.2 也是修改IAT,跟1.1一样. 2.3 修改目标函数的前几个字节,跳转到新的函数,但不再调用原始函数,无 实际意义,作者只是做演示? 2.4 这种方法(3.2.3 保存原始函数)很COOL,其中的亮点和难点就是“获取任意 地址的指令长度”。 之前我也想用2.4这种办法,但卡在如何“获取任意地址的指令长度”上面了:(
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-10
    • 文件大小:58348
    • 提供者:yunfeng
  1. thread

    0下载:
  2. 基于windows下多进程创建和多进程实现,锁的使用。-Based on multi-process under the windows to create and achieve multi-process, the use of the lock.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:1848
    • 提供者:hhfoxconn999
  1. IPC_SHARE_MEM-2

    0下载:
  2. 共享内存,进程间通信 两个例子 有一个例子在windows和unix都可用-share memory for IPC
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:6926
    • 提供者:nanmingyou
  1. net_traffic_part_src

    0下载:
  2. 提供流量监控小工具的一部分代码,主要是抓取网卡实时流量和查看哪些进程占用端口情况, 一共三个源文件, net_traffic.cpp 实时流量 ports_stat.cpp/ports_stat.h, 端口信息 代码支持 linux, solaris,windows平台的编译。-Providing traffic monitoring gadget part of the code, mainly crawl card and see which proc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:26984
    • 提供者:
  1. network

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程。windows提供的基于网络编程的就是套接字也就是winsock,同时Winpcap也是一个比较方便的工具-By using the socket to achieve interprocess communication objective programming is the network programming. Windows network programming is based on socket is Winsock, wh
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-16
    • 文件大小:24963072
    • 提供者:liqf
  1. Chapter15

    0下载:
  2. 基于windows的多线程服务通信源码,线程与进程的实例-Examples of multi-threaded windows based service communication source, threads and processes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:35032
    • 提供者:李某
  1. MyMailPub

    0下载:
  2. 作者Cabbage qq:43397577 经过1个月开发的程序,包含邮件独立发送(无需windows配置)、excel文件解析拆分,多进程控制等功能,为MFC程序的典型开发应用。-Author Cabbage QQ:43397577 program developed after 1 month, include independent message sent (no Windows configuration), parse the Excel file split, many proce
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:184990
    • 提供者:wangjie
  1. 020045323ecg

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程。windows提供的基于网络编程的就是套接字也就是winsock,同时Winpcap也是一个比较方便的工具网络编程从大的方面说就是对信息的发送到接收-It is the network programming. windows provides a socket-based network programming that is winsock, while Winpcap also a convenient tool for network
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1861
    • 提供者:李涛
« 1 23 »
搜珍网 www.dssz.com