Kernel Inline Hook

所属分类:钩子与API截获
开发工具:LINUX
文件大小:32KB
下载次数:7
上传日期:2017-08-09 17:16:28
上 传 者xiami001
说明:  目前流行和成熟的kernel inline hook技术就是修改内核函数的opcode,通过写入jmp或 push ret等指令跳转到新的内核函数中,从而达到修改或过滤的功能。这些技术的共同点 就是都会覆盖原有的指令,这样很容易在函数中通过查找jmp,push ret等指令来查出来, 因此这种inline hook方式不够隐蔽。本文将使用一种高级inline hook技术来实现更隐蔽的 inline hoo技术
(Currently popular and mature kernel inline hook technology is to modify the kernel function of the opcode, by writing JMP or push, RET and other instructions jump to the new kernel function, so as to achieve the function of modification or filtering)

文件列表:
Kernel Inline Hook.docx (35717, 2017-08-10)

近期下载者

相关文件


收藏者