This PR makes DroidBot compatible with Python3. The main changes:
update to the last version of androguard (which has to be installed directly from GitHub as the version installed with pip seems not working in Python3, that's why you now need to install DroidBot using the --process-dependency-links flag)
update print statements and some checks regarding strings
update imports
This is still a work in progress, as I would like to add more:
This PR makes DroidBot compatible with Python3. The main changes:
pip
seems not working in Python3, that's why you now need to install DroidBot using the--process-dependency-links
flag)print
statements and some checks regarding stringsThis is still a work in progress, as I would like to add more:
print
statements intologger.something
.format(...)
instead of%
in strings