Skip to content

Commit 6902a3e

Browse files
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](paramiko/paramiko@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] <[email protected]> * 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](tqdm/tqdm@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] <[email protected]> * 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: noobpk <>
1 parent a80d42e commit 6902a3e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,15 @@ Support both spawn & attach script to process.
8080

8181
## 📜 ChangeLog
8282

83-
Version: 3.8
83+
Version: 3.9
8484
```
8585
[+] Add:
86-
- Add function check.deviceConnected
87-
- Add reFlutter
86+
- Add backtrace to hooking.js
8887
[+] Change:
89-
- Update function check.iproxyInstalled
90-
- Update dumpDecryptIPA option
88+
- Update frida version
9189
- Update readme, changelog, requirement
92-
- Remove --list-appinfo option
93-
- Update --cli option
9490
[+] Fix
95-
- Fix issue in --shell option [issue 57](https://github.com/noobpk/frida-ios-hook/issues/57)
96-
- Fix issue in --dump option [issue 67](https://github.com/noobpk/frida-ios-hook/issues/67)
97-
- Fix and optimize hexbytescan option
91+
- Fix issue #85
9892
9993
```
10094
[See Full ChangeLog](https://github.com/noobpk/frida-ios-hook/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)