Skip to content

Commit

Permalink
qqq
Browse files Browse the repository at this point in the history
  • Loading branch information
shlu committed Jan 17, 2025
1 parent 80144da commit a5caa4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public class EncryptUtil {
import x.vmp.VMP361
public class EncryptUtil_encrypt extends VMP361.Method {

@VMP361.Protect
@Override
public void onCreate(Bundle args){
super.onCreate(args);
result(base64(aes(getArg(0))));
Expand Down
7 changes: 7 additions & 0 deletions iOS/越狱/palera1n/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* 稍等片刻后,桌面会出现一个palera1n应用
* 进入palera1n应用安装Sileo应用
* 进入Sileo安装所需插件即可

## 后续

安装sileo后有一个大问题,就是不能再安装iphone-arm架构的插件了,只能安装iphone-arm64的插件,也就说一些老插件将不能使用了

其中包括appstore++,不过这个可以通过巨魔商店安装

## FAQ
* 若是越狱后重启系统了怎么办?
重新执行一遍上面的步骤
Expand Down

0 comments on commit a5caa4a

Please sign in to comment.