Mattiwatti / EfiGuard

Disable PatchGuard and Driver Signature Enforcement at boot time
GNU General Public License v3.0
1.78k stars 337 forks source link

Question #86

Closed gabriel-maxx closed 1 year ago

gabriel-maxx commented 1 year ago

hello I would like to know if this bootkit supports old systems that are not compatible with UEFI?

Mattiwatti commented 1 year ago

Nope. Sorry.

gabriel-maxx commented 1 year ago

Nope. Sorry.

could you add support in the future?

Mattiwatti commented 1 year ago

No, not really. EfiGuard relies on a number of things present in UEFI (like EFI runtime services) which do not exist in BIOS - this the reason why it's named EfiGuard.

gabriel-maxx commented 1 year ago

No, not really. EfiGuard relies on a number of things present in UEFI (like EFI runtime services) which do not exist in BIOS - this the reason why it's named EfiGuard.

what about MBR and VBR ?

Mattiwatti commented 1 year ago

What about them? Those are just ways (well, places) to gain code execution, which is not the issue.