mirror of
https://aur.archlinux.org/vmware-workstation.git
synced 2025-10-02 04:41:58 +08:00
25 lines
1.2 KiB
Text
25 lines
1.2 KiB
Text
# 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
|
|
|
|
# VMware remove macOS Server check ServerVersion.plist -> SystemVersion.plist
|
|
961578FE-B6B7-44C3-AF35-6BC705CD3B3F 10 P:530065007200760065007200560065007200730069006F006E002E0070006C00690073007400:530079007300740065006D00560065007200730069006F006E002E0070006C00690073007400
|