# 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
# Please do not try another section types, it can make the resulting image broken

# Possible patch types:
#  P - pattern-based, first parameter is a pattern to find, second - a pattern to replace
#  O - offset-based, first parameter is hexadecimal offset, second - a pattern to replace
# Patterns can have . as "any possible value" symbol


# Setup
899407D7-99FE-43D8-9A21-79EC328CAC21 10 P:4181fbe0060800741d41................................................b301:4181fbe0060900741941 
899407D7-99FE-43D8-9A21-79EC328CAC21 10 P:4181fbe0060800741e41................................................418a:4181fbe0060900741941 
899407D7-99FE-43D8-9A21-79EC328CAC21 10 P:4181fbe0060800741941........................................b301:4181fbe0060900741541 
899407D7-99FE-43D8-9A21-79EC328CAC21 10 P:4181fbe0060800742041......................................................b301:4181fbe0060900741C41 

# SaInitDxe
DE23ACEE-CF55-4FB6-AA77-984AB53DE811 10 P:4181fbe0060800741d41................................................b301:4181fbe0060900741941 
DE23ACEE-CF55-4FB6-AA77-984AB53DE811 10 P:4181fbe0060800741e41................................................418a:4181fbe0060900741941 
DE23ACEE-CF55-4FB6-AA77-984AB53DE811 10 P:4181fbe0060800741941........................................b301:4181fbe0060900741541 
DE23ACEE-CF55-4FB6-AA77-984AB53DE811 10 P:4181fbe0060800742041......................................................b301:4181fbe0060900741C41 

# PchInitDxe
DE23ACEE-CF55-4FB6-AA77-984AB53DE823 10 P:4181fbe0060800741d41................................................b301:4181fbe0060900741941 
DE23ACEE-CF55-4FB6-AA77-984AB53DE823 10 P:4181fbe0060800741e41................................................418a:4181fbe0060900741941 
DE23ACEE-CF55-4FB6-AA77-984AB53DE823 10 P:4181fbe0060800741941........................................b301:4181fbe0060900741541 
DE23ACEE-CF55-4FB6-AA77-984AB53DE823 10 P:4181fbe0060800742041......................................................b301:4181fbe0060900741C41 

# TbtDxe
F80E66A2-1A2C-415B-9B9C-066C1F04B626 10 P:4181fbe0060800741e41................................................418a:4181fbe0060900741941 



