搜索资源列表
kbmousehook
- 一个简单的键盘鼠标构子,无需自定义dll 文件-a simple structure of the keyboard and mouse-without custom documents dll
SDS_Function
- SDS is an acronym for Solutions Development System, a C/C++ language interface compatible with the ADS® (AutoCAD® Development System) interface found in other CAD systems. SDS provides hooks into IntelliCAD, allowing you to create custom applic
hook-api
- 利用全局钩子,将操作系统API地址修改为自定义的函数,使用完成后,再将地址修改为之前的操作系统API地址-Use global hook, the operating system API address changes for custom functions, using complete, then the address changes for the operating system API address before
getword
- 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。 经过痛苦地研究后,我找到了一种实现的方法,现拿出来和大家共享。 注:这个程序是为NT定做的,
CustomMessageBoxAPI
- Custom MessageBoxAPI
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
KeybdHook.
- 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
Hotkey
- 一个VB制作的系统热键程序,可以侦听任意键盘按键以启动某个程序,或者虚拟成另外一个按键,可用于盛大易宝等遥控器的自定义按键-A production system hotkey VB program, you can listen any keyboard button to start a program, or into another virtual buttons that can be used EZ Pod and other custom remote control button
NCoverage_Sources
- N-Coverage IDA Plugin and stand-alone Application N-Coverage consists of two parts: first of all there is the main stand-alone application which uses a custom debugging engine to place breakpoints into a given process in order to record execution o
APIHOOK1
- API钩子,通过修改IAT表实现,截获MessageBoxW,MessageBoxA等API;可自由修改自定义API实现函数-API hooks, by modifying the IAT table to achieve, intercepted MessageBoxW, MessageBoxA other API be free to modify a custom API to achieve the function
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
fanghuoqiang
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
keyboard
- 一套键盘类,自定义按键,拦截按键,发送按键,模拟按键,后台按键-A keyboard classes, custom buttons, intercept keys, send keys, analog buttons, background button
vb-6.0-mouse-move-and-click
- vb 6.0 编写的用来移动和点击鼠标的程序,鼠标的移动和点击根据自定义脚本执行,功能强大是淘宝刷红包的利器啊-vb 6.0 prepared to move and click the mouse program, mouse movements and clicks based on a custom scr ipt execution, powerful red brush Taobao weapon ah
syringe
- Syringe is a general purpose injection utility for the windows platform. It supports injection of DLLs, and shellcode into remote processes as well execution of shellcode (via the same method of shellcodeexec). It can be very useful for executing Met
HookAPI
- 实现windows下的hook钩子函数,可以修改库函数中接口自定义。-Achieve hook hook function under windows, you can modify a custom interface library functions.
KeyHook
- 键盘钩子,截获了指定的键盘消息,处理自定义的过程。-Keyboard hook, the specified keyboard message interception, handling the process of the custom.
