Skip to content

Commit

Permalink
[fix] code optimization, update version to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneMonkey committed Apr 24, 2018
1 parent 6dea54a commit ee167ed
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
Binary file modified Resource/TargetApp.app/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Resource/TargetApp.app/TargetApp
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $setCmd
export PATH=/opt/MonkeyDev/bin:$MonkeyDevTheosPath/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$PATH

export scriptName="${0##*/}"
export scriptVer="4.2"
export scriptVer="4.3"
export originalArguments=("$@")
export activeActionArg

Expand Down
3 changes: 2 additions & 1 deletion change.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- 3.8 可以选择Debug和Release,Release下不集成Cycript和Reveal
- 4.0 优化目录结构,增加快速重签脚本
- 4.1 集成frida-ios-dump,直接在TargetApp目录下执行dump.py xxx即可
- 4.2 集成新的cycript,支持从网络下载cy脚本,直接@import
- 4.2 集成新的cycript,支持从网络下载cy脚本,直接@import
- 4.3 优化部分代码,使用MDConfig.plist来配置

0 comments on commit ee167ed

Please sign in to comment.