الفريق العربي للهندسة العكسية
مشكلة Titanhide على أنظمة x64bit - نسخة قابلة للطباعة

+- الفريق العربي للهندسة العكسية (https://www.at4re.net/f)
+-- قسم : منتديات الهندسة العكسية - Reverse Engineering Forums (https://www.at4re.net/f/forum-4.html)
+--- قسم : الأسئلة والإستفسارات، حلول المشاكل و تبادل الخبرات - Expert Exchange Newbie Questions Answers (https://www.at4re.net/f/forum-36.html)
+--- الموضوع : مشكلة Titanhide على أنظمة x64bit (/thread-5126.html)



مشكلة Titanhide على أنظمة x64bit - Hadedx9 - 08-04-2026

السلام عليكم
هل يوجد حل لتفادي مشكلة شاشة الموت الزرقاء عند تشغيل TitanHide x64 على نظام Windows 7 sp1 x64 with latest security updates ؟
لقد جربت تحميل الDriver الخاص بها باستخدام KDU(Kernel driver Utility) لم ينجح الامر وظهرت شاشة الموت الزرقاء,ثم جربت باستخدام
UPGDSED(Universal PatchGuard and Driver Signature Enforcement Disable), لم ينجح الامر أيضا وظهرت شاشة الموت الزرقاء, مع أنني قد عطلت سابقا Driver Signature Enforcement Disable مع بداية تشغيل الويندوز ولم تنجح أيضا , هل يوجد طريقة لتشغيلها أم يجب حصرا تشغيلها على نواة x32 من ويندوز؟


RE: مشكلة Titanhide على أنظمة x64bit - Stingered - 09-04-2026

32bit is not the answer.

Installation Steps for TitanHide on Windows 7
To install TitanHide on Windows 7, follow these steps:

Copy the Driver File
Place the TitanHide.sys file in the C:\Windows\system32\drivers directory.
Create the Service
Open an administrative command prompt and run the following command to create the TitanHide service:


sc create TitanHide binPath= C:\Windows\system32\drivers\TitanHide.sys type= kernel
Start the Service
Use the command below to start the TitanHide service:


sc start TitanHide
Check the Service Status
To verify that TitanHide is running, execute:


sc query TitanHide
Important Considerations
Test Mode Requirement: TitanHide is an unsigned driver, so you must enable test mode on your Windows 7 system. This can be done by 
running the command:


bcdedit /set testsigning on
After executing this command, restart your computer.
Administrative Privileges: Ensure you have full administrative rights to perform these actions, as they require elevated 
permissions.


If that fails, try https://github.com/Air14/HyperHide


RE: مشكلة Titanhide على أنظمة x64bit - Hadedx9 - 09-04-2026

شكرا لك أخي
لكن المشكلة لم تحل حتى مع استخدام HyberHide ظهرت شاشة الموت الزرقاء مرة أخرى لقد كتب صاحب الأداة على Github أنها لمعالجات Intel وأنا معالجي Amd لذا أظن من الممكن أن يكون هذا السبب لعدم عمل HyberHide


RE: مشكلة Titanhide على أنظمة x64bit - Stingered - 10-04-2026

My understanding is that Titandhide isn't as specific regarding CPU then hyperhide, so it 
could be the reason for hyperhide unless the blue screen exception code number is the same.
There could also be a conflict with a different kernel driver or config issue.