Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix spelling #100

Merged
merged 2 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion frida-ios-hook/core/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main():
help='''Name of the target app''', metavar="NAME", action="store", type="string")

parser.add_option("-s", "--script", dest="script",
help='''Frida Script Hooking''', metavar="SCIPRT.JS")
help='''Frida Script Hooking''', metavar="SCRIPT.JS")

parser.add_option("-c", "--check-version", action="store_true", help='''Check iOSHook for the newest version''', dest="checkversion")
parser.add_option("-u", "--update", action="store_true", help='''Update iOSHook to the newest version''', dest="update")
Expand Down