资源列表
Fireshield-ring0
- Example of Ring0 hook with uAll Hook Pack-Example of Ring0 hook with uAll Hook Pack...
iPlay
- C and CPP Interface to control iTunes.
FCResStrings
- Hook method LoadResString for using our resource text in program
Registry
- hiding registry winapi hook
chipset_rootkit
- 国外牛人写的。这是一个在XP虚拟机中运行的SMM rootkit,由于SMM的硬件相关性,该程序只能用于装了XP多核的虚拟机上,不过对于这种新兴的chipset级别的rootkit有很高的研究价值。毕竟在黑帽大会上波兰那两个黑客没把源码公布。-SMM Rootkit chipset-level rootkit
zhuru
- delphi的注入事例 作为初学者学习很好 刚刚写的-delphi injection cases just as good for beginners to learn to write the
GetKeyboardVal
- 钩子实现接受所有的按键消息,运行在后台不显示出来。里面有说明文档-Hook to achieve access to all the key news, running in the background is not displayed. There is documentation
XPokerBot
- XPoker Bot AI analysis. Hook / dll inject into process and send fake keyboard / mouse messages.-XPoker Bot AI analysis. Hook/dll inject into process and send fake keyboard/mouse messages.
IPTable
- 一个分析exe文件PE文件头的源程序,一个分析exe文件PE文件头的源程序-an exe file PE header analysis program
Hook
- 实现简单的对鼠标消息拦截功能,VC6.0通过编译-The realization of a simple function to intercept mouse messages, VC6.0 through compiler
keywaf
- 键盘记录器,可以记录任何键盘操作!许亚昕是天才-Keyloggers can record any keystrokes! Ya Xu Xin is a genius!!
Code_AllocMemory
- win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot