Gyoonus / deoptfuscator

Deobfuscator for Android Application
MIT License
395 stars 53 forks source link

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

Closed rahul-sani closed 3 years ago

rahul-sani commented 3 years ago

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 commented 3 years ago

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.