Releases: noobpk/frida-ios-hook
Releases · noobpk/frida-ios-hook
Frida iOS Hook v3.9
Frida iOS Hook v3.8
What's Changed
- Bump requests from 2.28.0 to 2.28.1 by @dependabot in #55
- Bump colorlog from 6.6.0 to 6.7.0 by @dependabot in #58
- Bump tqdm from 4.64.0 to 4.64.1 by @dependabot in #59
- Bump to 3.8 by @noobpk in #73
Full Changelog: v3.7...v3.8
Frida iOS Hook v3.7
Version: 3.7
[+] Add:
[-] Add setup.py for build executable
[-] Add `--ssh` to option Get the shell of connect device
[-] Add suggestion script for option `-s (--script)`
[+] Change:
[-] Update readme, changelog
[-] Update frida-script
[-] Update hook.py
[+] Fix
[-] Fix syntax in hook.json
[-] Fix psutil not found
What's Changed
- update 24-01-2022 by @noobpk in #14
- update requirements.txt by @noobpk in #16
- Bump tqdm from 4.42.1 to 4.62.3 by @dependabot in #17
- Bump scp from 0.13.2 to 0.14.3 by @dependabot in #22
- Bump colorlog from 4.0.2 to 6.6.0 by @dependabot in #21
- Bump requests from 2.26.0 to 2.27.1 by @dependabot in #18
- Bump paramiko from 2.4.2 to 2.9.2 by @dependabot in #20
- Bump psutil from 5.6.7 to 5.9.0 by @dependabot in #19
- update 22-02-2022 by @noobpk in #24
- Update readme.md to install requirements by @Hamz-a in #23
- Bump scp from 0.14.3 to 0.14.4 by @dependabot in #25
- Bump tqdm from 4.62.3 to 4.63.0 by @dependabot in #26
- Update README.md by @noobpk in #27
- Bump paramiko from 2.9.2 to 2.10.1 by @dependabot in #28
- optimize ioshook by @noobpk in #30
- Bump paramiko from 2.10.1 to 2.10.2 by @dependabot in #29
- Set the working directory with
cwd
parameter by @nanpuhaha in #34 - add setup.py for build executable by @noobpk in #36
- Bump tqdm from 4.63.0 to 4.64.0 by @dependabot in #35
- Bump paramiko from 2.10.2 to 2.10.3 by @dependabot in #31
- update & fix syntax by @noobpk in #37
- [Snyk] Security upgrade paramiko from 2.4.2 to 2.10.1 by @snyk-bot in #38
- Bump paramiko from 2.4.2 to 2.10.1 by @dependabot in #39
- Bump colorlog from 4.0.2 to 6.6.0 by @dependabot in #41
- Bump scp from 0.13.2 to 0.14.4 by @dependabot in #42
- Bump paramiko from 2.4.2 to 2.10.3 by @dependabot in #40
- Bump tqdm from 4.42.1 to 4.64.0 by @dependabot in #43
- fix psutil not found by @noobpk in #45
- Bump paramiko from 2.10.3 to 2.10.4 by @dependabot in #44
- Update config.py by @brotherand2 in #49
- Update static_analysis.js by @brotherand2 in #50
- Bump paramiko from 2.10.4 to 2.11.0 by @dependabot in #46
- Bump requests from 2.26.0 to 2.28.0 by @dependabot in #47
- Update hook.py by @brotherand2 in #51
- use global value for frida-scripts by @brotherand2 in #52
- Bump to version 3.7 by @noobpk in #53
New Contributors
- @dependabot made their first contribution in #17
- @Hamz-a made their first contribution in #23
- @nanpuhaha made their first contribution in #34
- @snyk-bot made their first contribution in #38
- @brotherand2 made their first contribution in #49
Full Changelog: v3.6...v3.7
Frida iOS Hook v3.6
Version: 3.6
[+] Add:
[-] New option Show system log of device `--logcat`
[-] New option Get the shell of connect device `--shell`
[-] Add CHANGELOG.md
[+] Change:
[-] Update README.md
[-] Using `hook.json` to load configuration for the tool
[-] Optimize core `hook.py`
[+] Fix
What's Changed
- Add short delay to avoid blocking by @kasnder in #9
- fix: requirements.txt to reduce vulnerabilities by @noobpk in #13
New Contributors
Full Changelog: 3.4...v3.6
frida-ios-hook-v3.4
Version: 3.4
[+] Change:
[-] Update example usage
[-] Optimize core hook.py
[-] Update README.md
[+] New:
[-] Add new new option dump memory of application
frida-ios-hook version 3.3a
Version: 3.3a
[+] Change:
[-] Update example usage
[-] Optimize core hook.py
[-] Update README.md
[+] New:
[-] Add new new option dump decrypt application.ipa
frida-ios-hook version 3.3
Version: 3.3
[+] Change:
[-] Update new interface and command usage
[-] Optimize core hook.py
[-] Update README.md
[+] New:
[-] Add new method Intercept Crypto in application