Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
alterakey committed Jan 19, 2024
1 parent 088d9ce commit 06a7b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Finally if you would like to use plain old installation (e.g. for interacting wi
With trueseeing you can interactively examine/analyze/patch/etc. apks -- making it the ideal choice for manual analysis:

$ docker run -it --rm -v $(pwd):/out -v ts2:/cache ghcr.io/alterakey/trueseeing --inspect target.apk
[+] trueseeing 2.1.9 [inspect mode]
[+] trueseeing 2.1.10 [inspect mode]
ts[target.apk]> ?
...
ts[target.apk]> aa
Expand Down
2 changes: 1 addition & 1 deletion trueseeing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Trueseeing is a non-decompiling Android application vulnerability scanner."""
__version__ = '2.1.9'
__version__ = '2.1.10'

0 comments on commit 06a7b26

Please sign in to comment.