ipsw macho patch mod
Modify a load command to a MachO file
ipsw macho patch mod <MACHO> <LC> <LC_FIELDS...> [flags]
Examples
# Modify LC_BUILD_VERSION like vtool
❯ ipsw macho patch mod MACHO LC_BUILD_VERSION iOS 16.3 16.3 ld 820.1
Options
-h, --help help for mod
-o, --output string Output new file
-f, --overwrite Overwrite file
-s, --re-sign Adhoc sign file
Options inherited from parent commands
--color colorize output
--config string config file (default is $HOME/.config/ipsw/config.yaml)
--no-color disable colorize output
-V, --verbose verbose output
SEE ALSO
- ipsw macho patch - Patch MachO Load Commands