Skip to content

Commit

Permalink
QA
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 11, 2024
1 parent fc7dd93 commit 6bd1e45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
8 changes: 2 additions & 6 deletions mobsf/StaticAnalyzer/views/android/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,8 @@ def run_jadx(arguments):

# First attempt to decompile APK
args = [
str(jadx),
'-ds',
str(output_dir),
'-q',
'-r',
'--show-bad-code', app_path]
str(jadx), '-ds', str(output_dir),
'-q', '-r', '--show-bad-code', app_path]
result = run_jadx(args)
if result.returncode == 0:
return # Success
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6bd1e45

Please sign in to comment.