首页
社区
课程
招聘
[转帖]TitanHide 内核反反
发表于: 2014-9-20 09:39 10285

[转帖]TitanHide 内核反反

2014-9-20 09:39
10285
TitanHide is a driver intended to hide debuggers from certain processes. The driver hooks various Nt* kernel functions (using SSDT table hooks) and modifies the return values of the original functions. To hide a process, you must pass a simple structure with a ProcessID and the hiding option(s) to enable, to the driver. The internal API is designed to add hooks with little effort, which means adding features is really easy.

Features:
•ProcessDebugFlags (NtQueryInformationProcess)
•ProcessDebugPort (NtQueryInformationProcess)
•ProcessDebugObjectHandle (NtQueryInformationProcess)
•DebugObject (NtQueryObject)
•SystemKernelDebuggerInformation (NtQuerySystemInformation)
•NtClose (STATUS_INVALID_HANDLE exception)
•ThreadHideFromDebugger (NtSetInformationThread)
•Protect DRx (HW BPs) (NtSetContextThread)

Test environments:
•Windows 7 x64 & x86 (SP1)
•Windows XP x86 (SP3)
•Windows XP x64 (SP1)

Installation:

1) Copy TitanHide.sys to %systemroot%\system32\drivers 2) Start 'ServiceManager.exe' (available on the download page) 3) Delete the old service (when present) 4) Install a new service (specify the full path to TitanHide.sys) 5) Start the service you just created 6) Use 'TitanHideGUI.exe' to set hide options for a PID

NOTE1: When on x64, you have to disable PatchGuard and driver signature enforcement yourself. Google is your friend :)

NOTE2: When using x64_dbg, you can use the TitanHide plugin (available on the download page).

NOTE3: When using EsetNod32 AV, disable "Realtime File Protection", to prevent a BSOD when starting TitanHide. You can reenable it right afterwards

[培训]科锐软件逆向54期预科班、正式班开始火爆招生报名啦!!!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (6)
雪    币: 257
活跃值: (67)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
谢谢分享,点个赞
2014-9-20 14:04
0
雪    币: 231
活跃值: (2666)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
3
x64_dbg插件?
2014-9-21 03:14
0
雪    币: 29
活跃值: (1729)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
od或者x64_dbg插件
2014-9-21 13:32
0
雪    币: 7869
活跃值: (7463)
能力值: ( LV5,RANK:65 )
在线值:
发帖
回帖
粉丝
5
感谢分享,下来学习下!
2015-4-14 19:39
0
雪    币: 29
活跃值: (1729)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
mrexodia-titanhide-0013
上传的附件:
2015-4-22 23:44
0
雪    币: 163
活跃值: (45)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
Mark
2015-4-23 06:00
0
游客
登录 | 注册 方可回帖
返回