Skip to content

Commit

Permalink
chore: fix spelling (#100)
Browse files Browse the repository at this point in the history
* 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 <>

* chore: fix spelling

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: lethanhphuc <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 21, 2023
1 parent 9e4417a commit 4af203c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4af203c

Please sign in to comment.