-
Notifications
You must be signed in to change notification settings - Fork 32
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
AttributeError error while runnig the project #22
Comments
Hi, @guyazoulay at this point this is mostly legacy code used to illustrate the results of the research project. I have applied different security updates and minor fixes in recent years but it is possible that the APK format has changed. Are you using the last version of androguard? |
Hi @hgascon, yes im using the latest version of androguard |
Have you tried to debug the code? |
Hi @hgascon, I did debug it using prints, and the problem is inside the androguard package, the inner function _add_node (which is inside get_all_graph) doesnt run properly. any Advices? |
Maybe open an issue in the androguard project? If you can replicate and isolate the error, they might be able to identify where the problem is. |
Any luck with that? |
Hi @hgascon we couldn't run this classifier so we search other one, thanks for helping! |
did you find where the error with androguard is? |
Hello,
Im trying for few days to run this project on different apps apks files, and everytime i got this error message.
In addition its creates an AttributeError folder which contain the exact apk file, could you help me to figure out the problem?
The text was updated successfully, but these errors were encountered: