#46
|
|||
|
|||
What Fyyre said was that Fyyre is no longer using "new" Microsoft products, so there is no method for Fyyre to develop the product for use on Windows 8.
Someone using Windows 8 will have to develop it for the group. Regards,
__________________
JMI |
The Following User Gave Reputation+1 to JMI For This Useful Post: | ||
chessgod101 (10-29-2012) |
#47
|
||||
|
||||
Quote:
Watch your language. This kind of attitude will get you nowhere. |
#48
|
||||
|
||||
Quote:
Today mostly I working with Linux. My own personal need and interest is no longer, making this a project now for someone else. -Fyyre
__________________
Best Wishes, Fyyre -- https://github.com/Fyyre |
The Following User Gave Reputation+1 to Fyyre For This Useful Post: | ||
chessgod101 (10-30-2012) |
#49
|
|||
|
|||
sorry for small offtopic, but...
Quote:
|
#50
|
||||
|
||||
CentOS, this one is hands down my favorite.
__________________
Best Wishes, Fyyre -- https://github.com/Fyyre |
#51
|
|||
|
|||
Quote:
|
#52
|
||||
|
||||
I change my mind; if someone can provide me with a link to Windows 8 x64 ntoskrnl.exe -- I will add support of Win 8 to Disable PG/DS, when free time permits.
-Fyyre
__________________
Best Wishes, Fyyre -- https://github.com/Fyyre |
#53
|
||||
|
||||
Here is the latest version of the Windows 8 x64 ntoskrnl.exe:
Code:
http://rghost.net/42719504
__________________
"As the island of our knowledge grows, so does the shore of our ignorance." John Wheeler |
#54
|
|||
|
|||
How patch winload.efi instead winload.exe from Win7 SP1 ?
Edited ===== OK, I make second mk_bcdentry_UEFI.cmd script for UEFI: Code:
ECHO OFF ECHO. ECHO Copy of required files... ECHO. set PATCHTEMP=%CD% cd %PATCHTEMP% echo y | copy %WINDIR%\SYSTEM32\winload.efi %PATCHTEMP%\osloader.efi echo y | copy %WINDIR%\SYSTEM32\ntoskrnl.exe %PATCHTEMP%\ntkrnlmp.exe set OLD_GUID={46595952-454E-4F50-4747-554944FFFFFF} set ENTRY_GUID={46595952-454E-4F50-4747-554944FEEEEE} ECHO. ECHO Delete BCD Entries, if existing... bcdedit -delete %ENTRY_GUID% bcdedit -delete %OLD_GUID% ECHO. ECHO. ECHO Creating BCD Entry... ECHO. bcdedit -create %ENTRY_GUID% -d "PatchGuard Disabled v3" -application OSLOADER bcdedit -set %ENTRY_GUID% device partition=%SYSTEMDRIVE% bcdedit -set %ENTRY_GUID% osdevice partition=%SYSTEMDRIVE% bcdedit -set %ENTRY_GUID% systemroot \Windows bcdedit -set %ENTRY_GUID% path \Windows\system32\osloader.efi bcdedit -set %ENTRY_GUID% kernel ntkrnlmp.exe bcdedit -set %ENTRY_GUID% recoveryenabled 0 bcdedit -set %ENTRY_GUID% nx OptIn bcdedit -set %ENTRY_GUID% nointegritychecks 1 bcdedit -set %ENTRY_GUID% inherit {bootloadersettings} bcdedit -displayorder %ENTRY_GUID% -addlast bcdedit -timeout 10 ECHO. ECHO Setting PEAUTH service to manual... (avoid BSOD at login screen) ECHO. sc config peauth start= demand ECHO. ECHO Calling patcher! Please press "Patch", next "Exit" before continue here... ECHO. %PATCHTEMP%\no_ds_pg.exe ECHO. ECHO. ECHO. ECHO Copy of required files... ECHO. echo y | copy %PATCHTEMP%\osloader.efi %WINDIR%\SYSTEM32\osloader.efi echo y | copy %PATCHTEMP%\ntkrnlmp.exe %WINDIR%\SYSTEM32\ntkrnlmp.exe ECHO. ECHO. ECHO Process complete. Upon reboot system and select "PatchGuard Disabled v3". ECHO. pause Last edited by Gelip; 05-15-2024 at 06:37. |
#55
|
||||
|
||||
Hi Gelip!
Did this work for you? If so -- wonderful! =) I will note: hFiref0x and I created UPGDSED based on my "disable PG/DS" idea and research. I'm not sure if you tried using it... it should still work fine, although the project is no longer updated. Perhaps someone released a more modern way to disable DSE and PatchGuard? However I am unfamiliar with what alternatives are. Be well! -Fyyre Quote:
__________________
Best Wishes, Fyyre -- https://github.com/Fyyre |
#56
|
|||
|
|||
Yes, but Win7 must be activate or work only 30 day from fresh install OS. I test driver signing BeepXP:
Normal boot - digital signature error (service beepxp not running) https://i.ibb.co/YpYgg7z/normal-boot.png PatchGuard Disabled v3 - service beepxp running, driver works : https://i.ibb.co/XtvmbdG/patch-works.png https://i.ibb.co/6Dj1vSz/UEFI.png How test PatchGuard? Last edited by Gelip; 05-15-2024 at 13:07. |
#57
|
||||
|
||||
Quote:
__________________
Best Wishes, Fyyre -- https://github.com/Fyyre |
The Following User Says Thank You to Fyyre For This Useful Post: | ||
ahmadmansoor (06-09-2024) |
#58
|
||||
|
||||
Quote:
Thanks
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
#59
|
||||
|
||||
Certainly, I will :) let me clean it up and see that it still loads
__________________
Best Wishes, Fyyre -- https://github.com/Fyyre |
The Following User Says Thank You to Fyyre For This Useful Post: | ||
ahmadmansoor (06-10-2024) |
#60
|
|||
|
|||
Yes, please.
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
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 |