abhi-r3v0 / Adhrit

Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
https://www.hawkspawn.com/Adhrit
GNU General Public License v3.0
535 stars 129 forks source link

CementController #31

Open psychomad opened 4 years ago

psychomad commented 4 years ago

Installing Adhrit on Kali 2019.4 with all dependencies i have this error:

Traceback (most recent call last): File "adhrit.py", line 17, in from recons.smarser.parser import parser File "/media/root/Mandalorian/codeX/Adhrit/recons/smarser/parser.py", line 4, in from smalisca.core.smalisca_main import SmaliscaApp File "/usr/local/lib/python3.7/dist-packages/smalisca/core/smalisca_main.py", line 39, in from smalisca.controller.controller_base import BaseController File "/usr/local/lib/python3.7/dist-packages/smalisca/controller/controller_base.py", line 40, in class BaseController(controller.CementBaseController): AttributeError: module 'cement.core.controller' has no attribute 'CementBaseController'

I was wondering the cement version was too new so i downgrade cement version from 3 to 2 and everything work. I just wanted to share this with everyone that will install adhrit on new kali versioni (2019.4) Regards!

abhi-r3v0 commented 4 years ago

Hi @psychomad

Thanks for reporting! I guess cement versions are too unstable. A possible workaround I can see is a docker image, which I'm building right now. Will soon push it!

Regards!