搜索资源列表

  1. HijackPipe

    0下载:
  2. 管道复用 创建同名管道,将服务端原命名管道关闭,客户端在不知情的情况下会继续发送数据到我们的“同名管道”,从而达到替换管道、截获数据的目的。-允许输入拉丁字符的拼音 中文(简体)英语日语 Please upload the information carefully detailed feature writing, including descr iption of contents (at least 20 wo
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:6337536
    • 提供者:blacker
  1. PipeImpersonate

    0下载:
  2. 如果一个服务器通过命名管道与一个客户进行通信,则服务器可以使用Windows API函数ImpersonateNamedPipeClient来告诉SRM,他想要模仿该管道另一端的用户。服务器在模仿过程中要丢失某些安全凭证,反过来,服务器在模仿中也会获得一些新的安全凭证,从而达到提权的目的-If a server via named pipes to communicate with a client, the server can us
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:2137088
    • 提供者:blacker
  1. sniffer

    0下载:
  2. 利用该方法可以实现对管道敏感数据(如用户名密码等)的截获,但是在对原命名管道进行结束、干扰或使其无法接收数据方面,实现起来相对困难。-If a server via named pipes to communicate with a client, the server can use the Windows API function ImpersonateNamedPipeClient to tell the SRM, he wa
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-15
    • 文件大小:3021824
    • 提供者:blacker
  1. named_pipe

    0下载:
  2. 基于Linux下的进程通信中的命名管道,以及相关的实现代码-Based on the process of communication under Linux named pipe, and the realization of the relevant code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:zzy
  1. IPC_NamedPipe

    0下载:
  2. 进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:137216
    • 提供者:leo
  1. NamedPipe

    0下载:
  2. 命名管道,可实现进程间通信,服务器端和客户端的代码都有-Named pipes, interprocess communications, server and client code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:169984
    • 提供者:yegen
  1. Visual-C-PP

    0下载:
  2. 命名管道软件实现代码,包括服务器端和客户端代码。-named pipe code.Including server pipe and client pipe!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:3858432
    • 提供者:zoubin
  1. pipelist

    0下载:
  2. 到目前为止,Win32 API 没有提供任何可以用来获取系统中所有活动的命名管道。此源代码中利用本地API 所包含的几个函数来获取本地系统中的命名管道。 -So far, the Win32 API does not provide any of the named pipe can be used for all activities in the system. This source code in the local API c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:michael
  1. jincheng

    0下载:
  2. 进程间通信最基本的例子 包括了剪贴板 父子进程 命名管道通信 还有油槽通信 刚刚接触这方面的可以下下来参考学习-The most basic examples of inter-process communication, including a clipboard and his son process named pipe communication tank communication, just contact in this
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:2473984
    • 提供者:lizz
  1. Namepipe

    0下载:
  2. 建立命名管道,能够传输流节流,但并不能传输文件。-Create a named pipe can transport stream throttling, but it does not transfer files.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:3433472
    • 提供者:翁鹏飞
  1. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the pro
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:232448
    • 提供者:lj
  1. Process-communication

    0下载:
  2. window下进程间通信多种方式(匿名管道、命名管道、油槽)-window under the process of communication between a variety of ways
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:141312
    • 提供者:zkc
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message que
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:2598912
    • 提供者:熊涛
  1. process-comm

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

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:zhangshuning
  1. MSSQL-Error-40-02082.com

    0下载:
  2. 在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接)-Error creating a connection to the server. When connecting to SQL Server 2005, under the d
  3. 所属分类:技术管理

    • 发布日期:2024-05-15
    • 文件大小:105472
    • 提供者:itrand
  1. Cp23-named-pipe-client-

    0下载:
  2. c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:74752
    • 提供者:TN
  1. PIPE

    0下载:
  2. 命名管道的例子,有服务器和客户端,两者可以相互发送信息-Examples of named pipes, a server and client, both send messages to each other
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:3864576
    • 提供者:刘明
  1. IPC

    0下载:
  2. 实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。-Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " n
  3. 所属分类:Windows CE

    • 发布日期:2024-05-15
    • 文件大小:3631104
    • 提供者:陈建
  1. os1

    0下载:
  2. Windows操作系统使用命名管道实现进程通信,采用客户端服务器模式。-The Windows operating system process communication using named pipes, client server mode. .
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:4503552
    • 提供者:peter
  1. NamePipe

    0下载:
  2. 一个在VC10环境下编写的Windows命名管道的例子,可以通过这个demo程序,加深对Windows命名管道的理解-Windows named pipes example, a VC10 environment written by this demo program to deepen the understanding of Windows named pipes
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:kzm
« 1 2 3 4 5 6 7 89 10 11 »

源码中国 www.ymcn.org