Skip to content

Commit

Permalink
Merge pull request #718 from MobSF/update-apktool
Browse files Browse the repository at this point in the history
Update apktool
  • Loading branch information
superpoussin22 authored Sep 6, 2018
2 parents d2f7c52 + a44ab8d commit 062d22c
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 StaticAnalyzer/views/android/manifest_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ def get_manifest_file(app_path, app_dir, tools_dir):
if len(settings.APKTOOL_BINARY) > 0 and isFileExists(settings.APKTOOL_BINARY):
apktool_path = settings.APKTOOL_BINARY
else:
apktool_path = os.path.join(tools_dir, 'apktool_2.3.3.jar')
apktool_path = os.path.join(tools_dir, 'apktool_2.3.4.jar')
output_dir = os.path.join(app_dir, "apktool_out")
args = [settings.JAVA_PATH + 'java', '-jar',
apktool_path, "--match-original", "-f", "-s", "d", app_path, "-o", output_dir]
Expand Down

0 comments on commit 062d22c

Please sign in to comment.