![]() |
|
|
|
#1
|
||||
|
||||
|
NT service indexes? They are same.
If some other offset in question... please specify... -Fyyre
__________________
Pax in vultu, bellum in corde. -- https://github.com/Fyyre |
|
#2
|
|||
|
|||
|
Here's how to do it:
Hit Windows ORB in your taskbar Run CMD (Command Prompt) in elevated mode. (Right click | Run as Administrator) NOTE: If you have UAC (User Account Control) enabled, you will get a prompt message. Select YES to continue. Type the following two commands and hit Enter after each line. bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe -set TESTSIGNING ON You will receive The operation completed successfully message for both commands. Restart you computer for the changes to take effect. Now, you should be able to install unsigned drivers on Windows 7 SP1. If you're like me, you might want to revert changes that we've just made after successful installation of unsigned drivers. To do so repeat the steps above and in the Command Prompt enter the following commands: bcdedit.exe -set loadoptions DENABLE_INTEGRITY_CHECKS bcdedit.exe -set TESTSIGNING OFF |
|
#3
|
|||
|
|||
|
The switch DDISABLE_INTEGRITY_CHECKS was only present on Windows Vista alpha/beta versions and has been removed in Vista RC. It was never available on any Windows 7 version.
TESTSIGNING ON does not allow you to load unsigned drivers, it only allows you to load selfsigned drivers. It has nothing to do with installing selfsigned drivers, it only allows them to be loaded. As soon as you use TESTSIGNING OFF Windows will only load drivers signed or cross-signed by Microsoft again and doesn't care if you installed selfsigned drivers in TESTSIGNING mode. Both switches do not disable PatchGuard, the thing this thread is about. Please read the topic und check your posts before you copy&paste something which is false information and does not have anything to do with the topic. |
| The Following User Gave Reputation+1 to Kerlingen For This Useful Post: | ||
Fyyre (06-03-2011) | ||
|
#4
|
|||
|
|||
|
add(1.cmd):
bcdedit -set %ENTRY_GUID% locale zh-CN or: bcdedit -set %ENTRY_GUID% locale en-US appearing to Starting: Four-color logo of Microsoft |
| The Following User Gave Reputation+1 to heibaiyuedui For This Useful Post: | ||
Fyyre (07-11-2011) | ||
|
#5
|
|||
|
|||
|
I didn't chk event log but noticed that the driver which I wanted to install was not installing. further I managed to install it by DSEO method
|
|
#6
|
||||
|
||||
|
tuts are always welcomed!
thanks! |
|
#7
|
|||
|
|||
|
Good job fyyre,
but unfortunately not working for me! i test it on Windows 7 with no ServicePack(Version:6.17600.16385/ntkrnlmp.exe), i do everything with Administrator Permission and got Success message for each step, i restart and Boot with No PatchGuard(Windows Loading changes to Visa type :P) But when i try to load a sime DbgPrint() .sys file with OSRLoader i got Unsigned Warning Message like before !!!! Can u please help Me? How to fix it ? Last edited by _MAX_; 08-28-2011 at 23:16. |
|
#8
|
|||
|
|||
|
The patch is ONLY for Windows 7 x64 SP1 (v6.1.7601.17514) just like it says in the description.
|
| The Following User Gave Reputation+1 to Kerlingen For This Useful Post: | ||
|
#9
|
|||
|
|||
|
Is there any old version of available for older Windows for example Vista, Win7 Without Service pack and ...
|
|
#10
|
|||
|
|||
|
The patch is more a proof of concept than something usable for any special purpose.
The official way to load drivers without using a trusted (and expensive) code signing certificate is running Windows in TESTSIGNING mode. This works with Windows Vista and Windows 7, no matter what service packs or security fixes are installed. |
| The Following User Gave Reputation+1 to Kerlingen For This Useful Post: | ||
|
#11
|
||||
|
||||
|
Read the rules first. Don't spam the board.
|
|
#12
|
||||
|
||||
|
Hi Fyyre : I'm sorry for this lately question .
I have run file (2) but the patcher couldn't find osloader.exe or the other file ,even it is exist when i search for both file. so any suggestion !!! Thanks ,bs : I have disable UAC ,and I have windows 7 Ultimate SP 1 x64 . note : I have try ur file from ur site (no_pg_ds_v3) same result ! htxp://fyyre.ivory-tower.de/
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
|
#13
|
|||
|
|||
|
Any fix for Win8 ?
|
|
#14
|
||||
|
||||
|
Hi,
Someone else will have to create support for Windows 8. I stop using new Microsoft products. Thanks, -Fyyre
__________________
Pax in vultu, bellum in corde. -- https://github.com/Fyyre |
|
#15
|
|||
|
|||
|
So you can't bypass the NEW patchguard? Too hard this time? Hoepfuly someone else can do it.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Signing a Windows Kernel driver without using Microsoft | Stingered | General Discussion | 21 | 02-17-2023 22:09 |
| Universal PatchGuard and Driver Signature Enforcement Disable | Fyyre | x64 OS | 5 | 06-20-2022 14:12 |
| Driver Signing on x64 Windows | _MAX_ | x64 OS | 7 | 10-22-2012 15:47 |
| Defeating patchguard and 64bit kernel-mode protections | chaboyd | General Discussion | 1 | 02-05-2006 07:36 |