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

NOT WORKING #1

Closed
AKBIROCK3 opened this issue Jun 7, 2020 · 5 comments
Closed

NOT WORKING #1

AKBIROCK3 opened this issue Jun 7, 2020 · 5 comments

Comments

@AKBIROCK3
Copy link

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
Copy link
Owner

Gyoonus commented Jun 7, 2020

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

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

@AKBIROCK3
Copy link
Author

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
Copy link
Owner

Gyoonus commented Jun 7, 2020

After then
Run our code
$ python3 deoptfuscator.py <obfuscated_apk>

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

@AKBIROCK3
Copy link
Author

After then
Run our code
$ python3 deoptfuscator.py <obfuscated_apk>

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
Copy link
Owner

Gyoonus commented Jun 7, 2020

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

@Gyoonus Gyoonus closed this as completed Jun 8, 2020
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