Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfiref0x/upgdsed
Universal PatchGuard and Driver Signature Enforcement Disable
https://github.com/hfiref0x/upgdsed
abandonware bcd c dse kpp patchguard
Last synced: about 2 months ago
JSON representation
Universal PatchGuard and Driver Signature Enforcement Disable
- Host: GitHub
- URL: https://github.com/hfiref0x/upgdsed
- Owner: hfiref0x
- License: mit
- Archived: true
- Created: 2017-04-24T11:58:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T10:32:57.000Z (over 5 years ago)
- Last Synced: 2024-08-02T09:28:58.575Z (5 months ago)
- Topics: abandonware, bcd, c, dse, kpp, patchguard
- Language: C
- Size: 1.13 MB
- Stars: 817
- Watchers: 67
- Forks: 260
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UPGDSED
## Universal PatchGuard and Driver Signature Enforcement Disable
# System Requirements
x64 Windows, supported versions:
* Windows 7 SP1
* Windows 8
* Windows 8.1
* Windows 10 (TH1/TH2/RS1/RS2/RS3)Administrative privilege is required.
In case of EFI boot SecureBoot must be disabled.
# WARNING
Using this program might render your computer into an unbootable state.
Source code provided AS-IS in help it will be useful BUT WITHOUT WARRANTY OF ANY KIND.
ANY USE OF THE SOFTWARE IS ENTIRELY AT YOUR OWN RISK.
# Install
Run patch.exe elevated.
# Uninstall
In elevated command prompt type bcdedit /delete < patch guard disable entry id >
Navigate to Windows\System32 folder and delete ntkrnlmp.exe, osloader.exe (BIOS boot) or osloader.efi (EFI boot)
# Build
UPGDSED comes with full source code.
In order to build from source you need Microsoft Visual Studio 2015 and later versions.# Deprecation
The project has been deprecated in 2018. No further updates (or plans on them) are available. If you still need PatchGuard disable refer to these repositories (alphabetical order):
* EfiGuard, https://github.com/Mattiwatti/EfiGuard
* Shark, https://github.com/9176324/SharkThis repository is kept read-only for historical purposes.
# References
* Bypassing PatchGuard on Windows x64 by Skywing, http://www.uninformed.org/?v=3&a=3&t=sumry
* Disable PatchGuard - the easy/lazy way by Fyyre, http://fyyre.ru/vault/bootloader.txt
* Disable PatchGuard - updated for Win7 & Win8 by Fyyre, http://fyyre.ru/vault/bootloader_v2.txt
* bootkit_fasm - disables PG/DS via MBR bootkit by Fyyre, http://fyyre.ru/vault/bootkit_fasm.7z
* Kernel Patch Protection, https://en.wikipedia.org/wiki/Kernel_Patch_Protection
* Driver Signing Policy, https://msdn.microsoft.com/en-us/windows/hardware/drivers/install/kernel-mode-code-signing-policy--windows-vista-and-later-# Authors
* EP_X0FF, https://github.com/hfiref0x
* Fyyre, http://fyyre.ru(c) 2017 - 2018 UPGDSED Project