隐藏 x86/x64 的内核驱动程序。
**Do not come here and open issues about problems with installation, crashes with bug check 0x109: CRITICAL_STRUCTURE_CORRUPTION or questions on how to disable PatchGuard. I will permanently ban you from the issue tracker. If you don't know how to properly install the tool you don't know enough to use it responsibly and you should use something else like ScyllaHide.
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.
The idea for this project was thought of together with cypher, shoutout man!
You need to disable PatchGuard and driver signing enforcement (DSE) before using this driver.
To disable PatchGuard you can try one of the following projects:
To load the driver you can enable test signing:
bcdedit /set testsigning onTitanHide.sys to %systemroot%\system32\drivers.sc create TitanHide binPath= %systemroot%\system32\drivers\TitanHide.sys type= kernel to create the TitanHide service.sc start TitanHide to start the TitanHide service.sc query TitanHide to check if TitanHide is running.To check if TitanHide is working correctly, use DebugView or check C:\TitanHide.log.
For VMProtect 3.9.4 and above you need to change the service name to something else. For example sc create NotTitanHide, which will bypass their latest 'detection'. After changing the service name you will need to configure the plugin with the following command in x64dbg:
TitanHideName NotTitanHide暂无开放 Issues,或尚未同步最近议题。