-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running dex2jar #339
Comments
Same error here |
sondls like variable should be renames they are in lower case instead of upercase like in the declaration: DECOMPILERS_PATH = os.path.join(LIB_PATH, "decompilers") APK_TOOL_COMMAND = ("java -Djava.awt.headless=true -jar {apktool_path}/apktool.jar " ` |
same error here |
Same error faced.. Please update solution File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1729.0_x64__qbz5n2kfra8p0\lib\shlex.py", line 140, in read_token |
Facing the same error on windows machine. Can someone please update the solution? Decompiling... |
Decompiling... |
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
The text was updated successfully, but these errors were encountered: