Skip to content
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: Unable to access jarfile /apktool.jar #5

Closed
rahul-sani opened this issue Feb 3, 2021 · 1 comment
Closed

Error: Unable to access jarfile /apktool.jar #5

rahul-sani opened this issue Feb 3, 2021 · 1 comment

Comments

@rahul-sani
Copy link

Error: Unable to access jarfile /apktool.jar
Traceback (most recent call last):
File "deoptfuscator.py", line 18, in
dex_li = [a for a in os.listdir(".apk") if a.endswith(".dex") and a.startswith("classes")]
FileNotFoundError: [Errno 2] No such file or directory: '.apk'

command used: python3 deoptfuscator.py apkname.apk

@geunhayou66
Copy link
Collaborator

geunhayou66 commented Feb 3, 2021

You should use below command before using our tool

$. ./launch.sh
or
$ source launch.sh

These commands set environment variables.

If another problem occurs, please create a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants