Gyoonus / deoptfuscator

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

NOT WORKING #1

Closed AKBIROCK3 closed 4 years ago

AKBIROCK3 commented 4 years ago

hi could you please tell me what's wrong i got that message

Traceback (most recent call last): File "deoptfuscator.py", line 18, in deobfuscator.main(".apk/"+dex) File "deobfuscator\deobfuscator.py", line 9, in main ret = opaque_id.opaque_id(dex) File "deobfuscator\opaque_id.py", line 6, in opaque_id child = subprocess.Popen([os.getenv('ANDROID_HOST_OUT')+'/bin/OTest'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

what's wrong i tried by both python2 And python3 but the same error

Gyoonus commented 4 years ago

This tools always set environment before running tool like using below command.

$. ./launch.sh Or $source ./launch.sh

AKBIROCK3 commented 4 years ago

This tools always set environment before running tool like using below command.

$. ./launch.sh Or $source ./launch.sh

hi thnx for your reply when i used those commands ./launch.sh and source ./launch.sh nothing happened Capture

what should i do

Gyoonus commented 4 years ago

After then Run our code $ python3 deoptfuscator.py

Our tool is based on ubuntu linux system. It is not run on the windows OS.

AKBIROCK3 commented 4 years ago

After then Run our code $ python3 deoptfuscator.py

Our tool is based on ubuntu linux system. It is not run on the windows OS.

well im using windows so that's the reason you're not planning to add support for windows ?

Gyoonus commented 4 years ago

Sorry, our tool is based on android art compiler which can be run on linux. So we are not considering windows OS🤣.