搜索资源列表
简单聊天工具
- 实现网络中客户端和服务器可以进行简单的通信,类似聊天,一边问候,一边应答-achieve network client and server can perform simple communications, similar to chatting, while greetings side response
catwork0601
- 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
ccrunHook
- 老妖的程序,很不错 一、客户端 程序命名为Client。监视系统的运行,如发现系统中有“记事本”进程(notepad.exe)或者“计算器”进程(calc.exe),立即杀死(kill)该进程,并将该事件写入数据库;定期进行检查,每间隔1分钟,检查数据库,将尚未上传的事件记录上传至服务器端。 程序命名为Server。监听网络,一旦有客户端上传数据,立即从中提取事件信息,并在用户界面中以列表方式加以显示。-Laojiao procedures, a very good one, the
hookMsgMonitor.rar
- 钩子编程的好例子,钩子的种类好多,这个事cbt钩子,用来监视程序端的改变。,Programming hook a good example of the type of hook a lot, this thing cbt hook, used to monitor changes in client program.
Nadzor
- Nadzor Client/Server Rat Key Logger Source Code
key_logger
- simple keylogger - show smoll programming on assembler. File pack zip archive. For unpacking you hef zip unpacker. And Im sorry, i am not good speak en English and not speak on Chince. I am from Russia-simple keylogger- show smoll programming on asse
XMonitorBot
- This example will describe advanced programmers how to get in touch with dll injection, inter proccess comunication (IPC) and advanced windows api hooking. This is an application that hooks an online poker client (full tilt and pokerstars at the mome
HOOKTCP
- 利用HOOKTCP实现客户端连接到连接服务器-Using HOOKTCP achieve client to connect to connect to the server
RestoreShadowInUser
- Ring0下恢复SSDT Shadow,在用户端的情况下恢复系统描述表-Under the recovery Ring0 SSDT Shadow, in the case of the client to restore the system descr iption
Farcontrol
- 完全绿色 删除不残留任何文件,无自启动! client端如选择隐藏运行 ,可在任务管理器结束进程 只写了文件管理,和键盘记录功能,可以自删除! -Green does not completely remove any residual files, no self-starting! If you choose to hide the client side to run, you can end the process in Task Manager Just write a
client
- U盘小偷 代码里面有很多不足,关于文件传输的协议的设计楼主基本就是用sleep()解决的,客户端一股脑的发过来,接收端一股脑的接收-shutdown,file copy。。。。。。。
lolpy4
- Inject python code into the eve client.
SmallHabit-src
- MU Online Game src for load New Maps in client side
MetaHook-Plus-0.3
- Half-Life (GoldSrc) 客户端插件扩展。-Half-Life Client Plugins Extension Developed by the metahook are a group of lovers of Counter-Strike, he can extend the functionality of the game, making the game more rich in Sth
pxclusiontext
- 使用ccolordialog选择客户区颜色及字体,不错的选择-Using ccolordialog choose colors and fonts of the client area, good choice
40153640
- 命名管道的封装MFC类,含客户端和服务器端-A named pipe to encapsulate the MFC class, including client and server
5094594
- Echo_Receiver 通讯的一个小例子,实现服务端和客户端的消息对话-Echo_Receiver communications, a small example, the realization of the server and client message dialog
Jiient
- mudsrcMUD Client Source,TCPIP,UDP,MULTIMEDIA技术开发人员,-TCPIP mudsrcMUD Client Source, UDP, MULTIMEDIA technology developers,
48360514
- websphereClient端代码,C实现, 实现基本的队列通信功能,-WebsphereClient client-side code, C implementation, to achieve basic queue communication function,
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile