搜索资源列表
SendTcpData
- 虚拟发包器 模拟ip发送封包-contract for virtual simulation ip packets sent
MUTools
- 一个MU(奇迹)游戏发送包和接收包监视器源代码-an MU (miracle) games and receive packets sent monitors source code package
MapAppVC
- 模拟键盘例子,发送到当前活动窗口,Visual C++6.0实现。-simulated keyboard example, sent to the current activities of the window, Visual C 6.0.
MyKeySample
- 模拟键盘例子,发送到当前活动窗口,Visual C++6.0实现。-simulated keyboard example, sent to the current activities of the window, Visual C 6.0.
Api Hook和封包拦截技术
- const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
VBhook.rar
- 写了一个键盘钩子,利用了vb api函数GetAsyncKeyState,能够准确的截取没有加密的*,送给大家学习。,Write a keyboard hook, using a vb api function GetAsyncKeyState, accurate interception can not keyloggers encrypted, sent to them to learn.
InlineHook
- 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
jianpan
- 能够发出字母读音的钩子,F10弹出设置框进行转换.-Sent letters to the pronunciation of the hook, F10 settings pop-up box to convert.
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
keylogger
- C写的一个*程序 核心代码已全部送出-C write a keylogger core code have all been sent
HookFunc
- 载获API函数,获取字符串这个例子就是通过Hook几个最基本的字符串输出函数,以获得系统所有文字的例子! 获取到字符串后,将以WM_COPYDATA消息发送到接收窗口,所以接收窗口需自定义一下接收函数。 -Previously approved API function to get the string in this example is the string through the Hook a few basic output function to obtain all
KeyBoard
- 记录所有按键信息和按键时当前窗口名称并保存为文本文档; 将按键信息发送至指定邮箱中; 软件可自动运行可自动复制一份到其他路径并随系统自动启动 -Record all key information and key when the name of the current window and save as a text document the key message sent to the specified mailbox software can automa
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
Hook_key_mouse
- 该程序设置全局鼠标键盘钩子函数,然后钩子函数对截取的消息发给本程序,消息按windows定义的WPARAM,LPARAM封装-The program set a global mouse and keyboard hooks, and then hook on the interception of messages sent to this procedure, the message defined by windows WPARAM, LPARAM package
2010122513296881
- 上次发了个VB驱动读内存的源码,这次多做了几个功能。原本想再搞搞API HOOK的,看了些资料好像很难,精神也不好就没去搞了。业余水平,没啥技术含量,后面的代码也很乱。-Last time sent a VB drive memory of the source, the more the number of features. API HOOK originally want to mess things up, and looked as if some information is dif
keyboardhookachievep
- 一个简单的钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能-A simple mouse hook hook is a very important Windows System System Interface, you can use it to intercept and handle messages sent to other applications, to complete the common ap
MouseHook
- 一个简单的鼠标钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能-A simple mouse hook hook is a very important Windows System System Interface, you can use it to intercept and handle messages sent to other applications, to complete the common
fanghuoqiang
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
QQ_tail
- 自2003起,QQ尾巴病毒可以算是风光了一阵子。它利用IE的邮件头漏洞在QQ上疯狂传播。中毒者在给别人发信息时,病毒会自动在信息文本的后边添上一句话,话的内容多种多样,总之就是希望信息的接收者点击这句话中的URL,成为下一个中毒者。-Since 2003, QQ tail of the virus can be regarded as scenery for a while. It uses IE email header vulnerability in the QQ madness spre
Message
- 使用MFC显示坐标的位置,然后定义一套鼠标、键盘的操作的数据结构然后发送到串口-Use MFC to display the coordinates of the location, and then the data structures that define the operation of a mouse, keyboard, and then sent to the serial port
