Skip to content

Instantly share code, notes, and snippets.

@anounyym1
Created June 15, 2018 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anounyym1/5b18d688a0c380f2bf51babe10f915f1 to your computer and use it in GitHub Desktop.
Save anounyym1/5b18d688a0c380f2bf51babe10f915f1 to your computer and use it in GitHub Desktop.
x230 UEFIPatch
# Patch string format
# FileGuid SectionType PatchType:FindPatternOrOffset:ReplacePattern
# Please ensure that the latest symbol in patch string is space
# Possible section types:
# PE32 image 10
# Position-independent code 11
# TE Image 12
# DXE Dependency 13
# Version information 14
# User interface string 15
# 16-bit code 16
# Guided freeform 18
# Raw data 19
# PEI Dependency 1B
# SMM Dependency 1C
# AdvancedMenu By leokim |
32442D09-1D11-4E27-8AAB-90FE6ACB0489 10 O:02A0:778B1D826D24964E8E103467D56AB1BA
# LenovoWmaPolicyDxe.efi:
# replace the first two instructions to a ret and several nops
# do not remove the last SPACE of the next line
79E0EDD7-9D1D-4F41-AE1A-F896169E5216 10 P:4883EC..E8:C390909090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment