TitanHide | Hiding kernel-driver for x86/x64
kandi X-RAY | TitanHide Summary
kandi X-RAY | TitanHide Summary
TitanHide is a C library. TitanHide has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.
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.
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.
Support
Quality
Security
License
Reuse
Support
TitanHide has a medium active ecosystem.
It has 1623 star(s) with 381 fork(s). There are 74 watchers for this library.
It had no major release in the last 12 months.
There are 9 open issues and 52 have been closed. On average issues are closed in 194 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of TitanHide is v0016
Quality
TitanHide has 0 bugs and 0 code smells.
Security
TitanHide has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
TitanHide code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
TitanHide is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
TitanHide releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
It has 17 lines of code, 0 functions and 1 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TitanHide
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TitanHide
TitanHide Key Features
No Key Features are available at this moment for TitanHide.
TitanHide Examples and Code Snippets
No Code Snippets are available at this moment for TitanHide.
Community Discussions
No Community Discussions are available at this moment for TitanHide.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install TitanHide
Copy TitanHide.sys to %systemroot%\system32\drivers.
Run the command sc create TitanHide binPath= %systemroot%\system32\drivers\TitanHide.sys type= kernel to create the TitanHide service.
Run the command sc start TitanHide to start the TitanHide service.
Run the command sc query TitanHide to check if TitanHide is running.
Copy TitanHide.sys to %systemroot%\system32\drivers.
Start ServiceManager.exe (available on the download page).
Delete the old service (when present).
Install a new service (specify the full path to TitanHide.sys).
Start the service you just created.
Use TitanHideGUI.exe to set hide options for a PID.
Run the command sc create TitanHide binPath= %systemroot%\system32\drivers\TitanHide.sys type= kernel to create the TitanHide service.
Run the command sc start TitanHide to start the TitanHide service.
Run the command sc query TitanHide to check if TitanHide is running.
Copy TitanHide.sys to %systemroot%\system32\drivers.
Start ServiceManager.exe (available on the download page).
Delete the old service (when present).
Install a new service (specify the full path to TitanHide.sys).
Start the service you just created.
Use TitanHideGUI.exe to set hide options for a PID.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page