站点图标 小Z科技-分享最新科技资讯

SSHRD_Script_Lite来自SSH RAMDISK 脚本的精简版分支

SSH RAMDISK 脚本的精简版分支,可以在不连接iPhone/iPad设备的情况下制作SSH ramdisk。Lite 版本只专注于制作 SSH ramdisk,再写入/挂载功能上进行减弱单可以满足,并且不支持抹除和安装巨魔商店,适合开发人员 项目开源地址 https://github.com/mast3rz3ro/SSHRD_Script_Lite  有需要的小伙伴自行翻墙下载!

支持的设备和限制

支持:checkm8  A7_A11 ios12-ios17设备

 

支持使用方法

cd ‘SSHRD_Script_Lite’ # enter into working dir.
./sshrd_lite.sh -h # print help info

### Some live examples ###

# make ramdisk for product type ‘iphone8,2’ with latest ios 15 available
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2′ -s ’15’

# make ramdisk for product type ‘iphone8,2’ with exact ios version.
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2’ -s ‘15.7.9’

# make ramdisk for product type ‘iphone8,2’ with exact build version.
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2′ -b ’19H384’

### Extra options ###

# decrypt iboot files with gaster useful in case firmware keys not available yet.
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2′ -b ’19H384’ -g

# repack only ramdisk.img image using img4tool
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2′ -b ’19H384’ -z 2

# force patch iboot files using kairos
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2′ -b ’19H384’ -y 1 # (if not used script will auto select best for you)

# force patch iboot files using iBoot64Patcher # (if not used script will auto select best for you)
$ ‘./sshrd_lite.sh’ -p ‘iphone8,2′ -b ’19H384’ -y 2

# connect device via ssh mode (used after sshrd booted)
$ ‘./sshrd_lite.sh’ -c

退出移动版