MARA is a Mobile Application Reverse engineering and Analysis Framework. It is a toolkit that puts together commonly used mobile application reverse engineering and analysis tools to assist in testing mobile applications against the OWASP mobile security threats.
It might be worth changing the shebang in the bash scripts from
to
The later is more portable and will allow us to remove the multiple
sed
invocations fromsetup_mac.sh
.