【发布时间】:2015-08-30 16:58:51
【问题描述】:
我正在编写一个游戏 hack 并想在游戏运行时运行作弊引擎,anti hack 当前检测到用户模式和内核模式组件并终止游戏。我编写了一个设备驱动程序来挂钩 ZwQuerySystemInformation 以隐藏进程。我还想隐藏设备驱动程序,因为它目前仍被检测到。我知道我可以用 DKOM 做到这一点,但我更喜欢使用 SSDT 挂钩,有谁知道我应该挂钩什么 api 来过滤服务/驱动程序列表?
【问题讨论】:
-
我认为您上错论坛了。有些地方他们专门研究此类问题。
-
Couldn't the device driver launch a kernel thread in the context of a suitably chosen process and then exit?或者甚至在必要时自行卸载?