搜索资源列表
编写Win32 API钩子
- API Hook的源代码文件 大家一定想剥除钩子函数的神秘感吧 请下载-Hook API source code file that you want to hook function stripped the mysterious flu Download it
1
- 钩子函数,是指模拟原始函数的功能与接口,在原始函数执行前、执行后 增加一些特殊功能或检测代码的技术。在更接近系统层次上的技术中,它被称 为HOOK,而在更面向应用的高级开发,一般使用子类继承或切面技术来实现 相同的功能。 本技巧通过动态特性中的“重写”,来实现钩子以及脱钩(unhook )技术。-Hook function, the original function is the analog functions and interfaces, the original fun