搜索资源列表
jxta-c-2.4
- Welcome to JXTA-C/C++ Project JXTA-C/C++ project is an open source cross-platform C/C++ implementation of the JXTA platform with an Apache-like license. The community is committed to a quarterly release cycle. For each release, it is currently
p2pJXTA
- Networks and distributed systems P2P with JXTA-Java pipes
ptypes-1[1].7.5.tar
- PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP
NamePipe.rar
- 做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。,To do more client and server-side two-way communication, using Q
source
- VC实现的pipe管道和邮槽的sourcecode,由于网络编程方面较为实用,用VC环境可编译-VC implementation pipe pipes and mail slots sourcecode, due to more practical aspects of network programming with VC++ can be compiled
CreateGUID
- 这里使用了两个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 API funct
consolePipe_demo
- Example of using PIPEs for consoles apps
TFTP.cxx
- TFTP协议实现的源代码,拥有所有TFTP所需要的功能-This class provides all infrastructure for a performant file transfer protocol. It works in conjuction with the rootd daemon and can use parallel sockets to improve performance over fat pipes.
ch04_codes
- 非常不错的一个VC++通信程序。适用于本地系统上进程间通信,也适用于远程不同系统上进程通信。用命名管道,油槽和Winsock进行进程通信,命名管道和Winsock的通信是双向的即客户端像服务器发送数据,而服务器也可以向客户端发送数据。油槽通信是单向。-A very good one VC++ communication program. Applies to inter-process communication on the local system, but also to differen
NamedPipe
- 该程序将windows命名管道的常用功能封装成一个类,使用时只需调用Connect、Read、Write函数即可实现局域网通信。-The program will be named pipes windows package into a class of commonly used functions, using, simply call Connect, Read, Write LAN communications function can be realized.
pipes
- 进程间通讯,用来控制WEB服务的请求监控-PIPES COMMU
linux-ipc-chat
- 自己的写的linux下的管道聊天程序. 可以在超级终端开启两个session,然后分别运行两个应用程序.-A chat program pipes under linux. You can open two session sin the HyperTerminal, and then run the two applications, respectively.
LLNL_POSIX_Threads_Programming
- multithreading book for posix threading application, Thread priority , pipes and ipc -multithreading book for posix threading application, Thread priority , pipes and ipc
NamedPipe
- 命名管道,学习网络编程的好例子 命名管道,学习网络编程的好例子 -Named pipes, a good example of learning network programming
usernamepipetocomu
- 利用命名管道进行通信,程序实现数据对接,数据通信,提供接口-The use of named pipes to communicate
PipeImpersonate
- 如果一个服务器通过命名管道与一个客户进行通信,则服务器可以使用Windows API函数ImpersonateNamedPipeClient来告诉SRM,他想要模仿该管道另一端的用户。服务器在模仿过程中要丢失某些安全凭证,反过来,服务器在模仿中也会获得一些新的安全凭证,从而达到提权的目的-If a server via named pipes to communicate with a client, the server can use the Windows API function I
sniffer
- 利用该方法可以实现对管道敏感数据(如用户名密码等)的截获,但是在对原命名管道进行结束、干扰或使其无法接收数据方面,实现起来相对困难。-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 wanted to imitate the other end
TestSEH
- 这里使用了两个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
pipes.c.tar
- This source code implements the use of pipes as in intercommunication process using pipes.
IPC-pipes
- C Code simulating hare and turtle race game.Program takes input from the file input.txt. Implement inter process communication using pipes.