File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ ipsw dyld search <DSC> [flags]
2020 -h, --help help for search
2121 -i, --import string Search for specific import regex
2222 -l, --load-command string Search for specific load command regex
23+ --mte Search for dylibs with MTE (Memory Tagging Extension) instructions
2324 -x, --section string Search for specific section regex
2425 -u, --uuid string Search for dylib by UUID
2526```
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ipsw fw aea [flags]
2828 -o, --output string Folder to extract files to
2929 -p, --pem string AEA private_key.pem file
3030 --pem-db string AEA pem DB JSON file
31+ --proxy string HTTP/HTTPS proxy
3132```
3233
3334### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ ipsw macho search <IPSW> [flags]
2424 -r, --ivar string Search for specific ObjC instance variable regex
2525 -t, --launch-const string Search for launch constraint regex
2626 -l, --load-command string Search for specific load command regex
27+ --mte Search for binaries with MTE (Memory Tagging Extension) instructions
2728 --pem-db string AEA pem DB JSON file
2829 -p, --protocol string Search for specific ObjC protocol regex
2930 -x, --section string Search for specific section regex
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ ipsw mount [fs|sys|app|exc|rdisk] IPSW [flags]
2020# Mount the filesystem DMG from an IPSW
2121$ ipsw mount fs iPhone15,2_16.5_20F66_Restore.ipsw
2222
23- # Mount the filesystem without blocking or prompting the user to unmount the DMG
24- $ ipsw mount fs --detach iPhone15,2_16.5_20F66_Restore.ipsw
25-
2623# Mount the system DMG with a specific decryption key
2724$ ipsw mount sys iPhone.ipsw --key " a1b2c3d4e5f6..."
2825
@@ -38,11 +35,15 @@ $ ipsw mount fs iPhone.ipsw --mount-point /mnt/ios-filesystem
3835# Mount a RestoreRamDisk by identity (defaults to the first if not specified)
3936$ ipsw mount rdisk iPhone.ipsw --ident Erase
4037
38+ # Mount in background without blocking (detach mode)
39+ $ ipsw mount fs iPhone.ipsw --detach
40+
4141```
4242
4343### Options
4444
4545```
46+ -d, --detach Mount without blocking (leave mounted in background)
4647 -h, --help help for mount
4748 --ident string Identity Variant to select specific RestoreRamDisk (e.g. 'Erase', 'Upgrade', 'Recovery')
4849 -k, --key string DMG key
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ipsw ssh debugserver [flags]
1717### Options
1818
1919```
20+ -d, --dest string destination directory on device (default "/usr/libexec")
2021 -f, --force overwrite file on device
2122 -h, --help help for debugserver
2223 -m, --image string path to DeveloperDiskImage.dmg
You can’t perform that action at this time.
0 commit comments