diff --git a/README.md b/README.md index a4433c8..d60a109 100755 --- a/README.md +++ b/README.md @@ -80,21 +80,15 @@ Support both spawn & attach script to process. ## 📜 ChangeLog -Version: 3.8 +Version: 3.9 ``` [+] Add: - - Add function check.deviceConnected - - Add reFlutter + - Add backtrace to hooking.js [+] Change: - - Update function check.iproxyInstalled - - Update dumpDecryptIPA option + - Update frida version - Update readme, changelog, requirement - - Remove --list-appinfo option - - Update --cli option [+] Fix - - Fix issue in --shell option [issue 57](https://github.com/noobpk/frida-ios-hook/issues/57) - - Fix issue in --dump option [issue 67](https://github.com/noobpk/frida-ios-hook/issues/67) - - Fix and optimize hexbytescan option + - Fix issue #85 ``` [See Full ChangeLog](https://github.com/noobpk/frida-ios-hook/blob/master/CHANGELOG.md) diff --git a/requirements.txt b/requirements.txt index 6d606ba..7ea451c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ frida-tools==12.2.1 scp==0.14.4 requests==2.31.0 paramiko==3.3.1 -tqdm==4.64.1 +tqdm==4.66.1 psutil reflutter