You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no uVMAnalysis class on Androguard anymore. change import uVMAnalysis to import Analysis. See the androguard doc here: http://androguard.readthedocs.io/en/latest/index.html should you run into any more problems.
Hi,
I am getting the following error on running ./mallodroid.py
File "./mallodroid.py", line 28, in
from androguard.core.analysis.analysis import uVMAnalysis
ImportError: cannot import name uVMAnalysis
Any help will be appreciated
The text was updated successfully, but these errors were encountered: