Skip to content

Commit

Permalink
update apktool to 2.9.0 (MobSF#2278)
Browse files Browse the repository at this point in the history
Co-authored-by: Ajin Abraham <[email protected]>
  • Loading branch information
superpoussin22 and ajinabraham authored Nov 3, 2023
1 parent 9d9be71 commit 15e0f6c
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.8.1.jar')
apktool_path = os.path.join(tools_dir, 'apktool_2.9.0.jar')
output_dir = os.path.join(app_dir, 'apktool_out')
args = [find_java_binary(),
'-jar',
Expand Down

0 comments on commit 15e0f6c

Please sign in to comment.