facebook / mariana-trench

A security focused static analysis tool for Android and Java applications.
https://mariana-tren.ch/
MIT License
1.1k stars 139 forks source link

Error: Exit Code 1 #85

Open Abd659 opened 2 years ago

Abd659 commented 2 years ago

When trying to make an analysis on an APK the following error arraises:

INFO Generating models... error: Model generator(s) join_override_generator do not exist. CRITICAL Analysis binary exited with exit code 1.

chongbo2013 commented 2 years ago

error: Model generator(s) join_override_generator do not exist. CRITICAL Analysis binary exited with exit code 1.

franzo9448 commented 2 years ago

i have the same error

nkbai commented 2 years ago

I have the same error too.
I solved this problem by building Mariana from source.

SainSec commented 2 years ago

what do you mean by building Mariana from source? @nkbai

crawls-hub commented 1 year ago

I met the same question and tried to build from the source code but faced other problems. Thanks to those excellent guys in my lab,I eventually solved this problem by pip install -U mariana-trench. Good luck!