-
Notifications
You must be signed in to change notification settings - Fork 656
Description
When I try to run the following command this the output I get:
qark --apk ABC\ -\ 3.1.2\ -\ APKTurbo.com.apk --report-type html
Decompiling...
Error running dex2jar command: /Users/shashankmirji/Desktop/Android Static Analysis/qark/venv/lib/python2.7/site-packages/qark/decompiler/../lib/dex2jar-2.0/d2j-dex2jar.sh /Users/shashankmirji/Desktop/Android Static Analysis/qark/build/qark/classes.dex -o /Users/shashankmirji/Desktop/Android Static Analysis/qark/build/qark/Opsgenie - 3.1.2 - APKTurbo.com.jar
Traceback (most recent call last):
File "/Users/shashankmirji/Desktop/Android Static Analysis/qark/venv/lib/python2.7/site-packages/qark/decompiler/decompiler.py", line 206, in _run_dex2jar
ret_code = subprocess.call(shlex.split(dex2jar_command))
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Error running dex2jar command
Please can you help here