Skip to content

Commit

Permalink
Bump to 3.9 (#98)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: noobpk <>
  • Loading branch information
noobpk and dependabot[bot] committed Aug 17, 2023
1 parent a80d42e commit 6902a3e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6902a3e

Please sign in to comment.