honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

Fix Import Error for Androguard >=4 and Update setup.py Entry Points due to the possible error #160

Open ZeddYu opened 3 months ago

ZeddYu commented 3 months ago

Nowadays, the latest Androguard version is >= 4 and it has made some API changes. But droidbot didn't set the fixed version of Androguard. So when users install the latest Androguard, they may get some import error.

Changes: