Error: Exit Code 1
Abd659 opened this issue · 5 comments
Abd659 commented
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
error: Model generator(s) join_override_generator do not exist.
CRITICAL Analysis binary exited with exit code 1.
franzo9448 commented
i have the same error
nkbai commented
I have the same error too.
I solved this problem by building Mariana from source.
crawls-hub commented
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!