搜索资源列表
LoadExe.rar 注入别的进程代码示例
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。
gouzimuma
- apple.exe和apple.dll是完成编译后的两个文件,exe里有一个定时器,当QQ聊天窗口打开时自动发送一段话。dll里主要是钩子函数。 目前有几个难点解决不了: 1.我本来是打算从内存剪贴版里复制一段话到QQ的对话窗口,然后发送,但是可能因为现在的QQ禁止了这种行为,我可以在自己的窗体上实现,但是QQ的对话窗体无法做到,我只能通过SendMessage()一个字一个字的发送。导致中文无法显示。 2.无法在任务管理器隐藏exe 3.不能将dll挂到explorer下。如果
RemoteControl
- 一个远程控制的源代码,要做远程控制的朋友可以看看,也可以看看vnc的代码。
wsock32
- 通过api拦截socket数据包,创建一个动态链接库来代替原winsock接口库,可放入外挂控制代码-Instead api intercept a the socket packet, to create a dynamic link library the original winsock interface library, into the plug-in control code
capture_mouse
- 这段代码程序教给你如何编写钩子程序,以及如何利用钩子钩住鼠标,并进行截图操作,代码对进行远程鼠标抓取合成,做远程控制的很有价值的参考-Procedures for the code to teach you how to hook the preparation procedures, as well as how to use the mouse hook hook and screenshot operations, code for remote mouse crawling on the
Mousemoved
- 易语言源代码,鼠标移入移出事件,本代码可用于学习易语言的鼠标控制API事件-Easy language source code, the mouse moved out of the event, the code can be used to control the mouse easy language to learn API event
TestGina.1.0
- 利用Gina控制Windows登录和注销,锁定,修改了MSDN示例代码的bug,经过测试在windows 2003下成功-Gina control the use of the Windows registry and log off, lock, modified the MSDN sample code for the bug, has been tested successfully in windows 2003
ScreenSpy
- 一款简单的屏幕传输控制代码,有学习的地方。-A simple screen transmission control code, a place of learning.