nowsecure / samsung-ime-rce-poc

Samsung Remote Code Execution as System User
https://www.nowsecure.com/blog/2015/06/16/remote-code-execution-as-system-user-on-samsung-phones/
121 stars 62 forks source link

ImportError: No module named androguard.core.bytecodes.dvm #1

Closed difcareer closed 8 years ago

difcareer commented 9 years ago

I run the script and get: ImportError: No module named androguard.core.bytecodes.dvm

how could i fix this?

dweinstein commented 8 years ago

you're missing androguard

difcareer commented 8 years ago

sloved my problem!! thx

dweinstein commented 8 years ago

:+1:

anuragkalya commented 8 years ago

difcareer..How u solved this problem ?? Thanks in advance.

difcareer commented 8 years ago

@anuragkalya

dweinstein commented on 16 Jul 2015 you're missing androguard

umer6791 commented 7 years ago

@difcareer Thanks for posting @dweinstein it solved my problem as well

SamiraSadat commented 5 years ago

how to add androguard to anaconda?

markostamcar commented 3 years ago

If you only need the "patch" function of "patch_odex.py", you can simply remove the line "import androguard.core.bytecodes.dvm" :)