Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.07 KB

USE.md

File metadata and controls

26 lines (25 loc) · 1.07 KB

How to use

First, obtain a copy of hwid.efi (compile it or download it from release section) and a copy of EDK2 efi shell. Now follow these steps:

  1. Extract downloaded efi shell and rename file Shell.efi (should be in folder UefiShell/X64) to bootx64.efi
  2. Format some USB drive to FAT32
  3. Create following folder structure:
USB:.
 │   hwid.efi
 │
 └───EFI
      └───Boot
              bootx64.efi
  1. Boot from the USB drive
  2. An UEFI shell should start, change directory to your USB (FS0 should be the USB since we are booting from it) and list files:
FS0:
ls
  1. You should see file hwid.efi, if you do, run it:
hwid.efi
  1. Now you should see a log of the spoofer. If you do and there are no error, it means that it works!
  2. Boot the os. Try typing exit and if your OS starts booting without the PC doing a full reboot, you should be fine. If not, you will need to locate bootx64.efi and run it to boot your system.