Gyoonus / deoptfuscator

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

Error - File "deoptfuscator.py", line 18, in <module>... #10

Closed min3rv4 closed 2 years ago

min3rv4 commented 2 years ago

Machine built precisely to version and following steps.

image

Environmental variables set with launch.sh and then running against APK file in same directory.

image

Attempted to run against a directory with the APK unzipped as well and did not work.

Install steps were as follows:

sudo apt-get install -y libboost-all-dev  
sudo apt-get install -y libjsoncpp-dev
sudo apt-get install -y openjdk-11-jdk
sudo dpkg --add-architecture i386  
sudo apt-get update  
sudo apt-get install -y libc6:i386 libstdc++6:i386
sudo apt-get install -y zipalign
sudo apt-get install -y apksigner

sudo apt install -y curl
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt install -y git-lfs
git clone https://github.com/Gyoonus/deoptfuscator.git

All installed without error message. Have tried running with sudo and get same error. Have tried running with working directory in command, receive same error.

image

Please advise. Thanks!

Gyoonus commented 2 years ago

I think java env is not set in yours. Why don't you check your jav env in your machine