Skip to content

Commit

Permalink
update pktool to 2.9.1 (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
superpoussin22 authored Dec 11, 2023
1 parent 045fa6a commit 4d81e09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/views/android/manifest_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_manifest_apk(app_path, app_dir, tools_dir):
and is_file_exists(settings.APKTOOL_BINARY)):
apktool_path = settings.APKTOOL_BINARY
else:
apktool_path = os.path.join(tools_dir, 'apktool_2.9.0.jar')
apktool_path = os.path.join(tools_dir, 'apktool_2.9.1.jar')
output_dir = os.path.join(app_dir, 'apktool_out')
args = [find_java_binary(),
'-jar',
Expand Down

0 comments on commit 4d81e09

Please sign in to comment.