In January 2015, Ajin Abraham released his Open Source tool MobSF on GitHub. The idea behind the tool is to enable security researchers to easily scan Android and iOS apps for vulnerabilities or other suspicious behaviors. MobSF wraps a large variety of both static and dynamic analysis tools to make life easier for researchers.
Due to the way it is built, MobSF has several shortcomings in terms of functionality.
Additionally, MobSF has some crippling usability issues due to the fact that it is using Python on the backend and a templated-out frontend.
The initial goal of the Reversy project is to reach feature parity with MobSF for the static analysis of iOS and Android apps. This is done using a "plugin" where plugins independently extract useful information about the app being analyzed. After feature parity is reached, all additional functionality will be sold under the "Pro" license to help support the development of the project.
Non-goals of the Reversy project include dynamic analysis of app. Dynamic analysis does not appear to be a widely used feature of MobSF, probably because it requires paid third-party emulation software to work.