From 6902a3e6033c618bf6986379428c3480a4021a7f Mon Sep 17 00:00:00 2001 From: lethanhphuc <31820707+noobpk@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:31:30 +0700 Subject: [PATCH] Bump to 3.9 (#98) * Bump paramiko from 2.11.0 to 3.3.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.3.1. - [Commits](https://github.com/paramiko/paramiko/compare/2.11.0...3.3.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Bump tqdm from 4.64.1 to 4.66.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * add backtrace to hooking.js * optimize hook.py * update readme * update setup.py * update requirements * update requirements * update changelog * update readme --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: noobpk <> --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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)