Skip to content

Commit

Permalink
uncomment dex2jar in grepCrypto_only.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daoyuan14 committed May 29, 2021
1 parent b982288 commit 91eba26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grepApk/grepCrypto_only.py
Original file line number Diff line number Diff line change
@@ -234,10 +234,8 @@ def flush():
if out != '':
resdex_first = 1
# only at this time, we do dex2jar
"""
if os.path.exists(appjar) == False:
os.system('%s -f -o %s %s' % (dex2jar, appjar, app))
"""

# analyze parameters and conditions when resdex == 1
"""

0 comments on commit 91eba26

Please sign in to comment.