Mobile Application Reverse Engineering: MARA
Mobile Application Reverse engineering and Analysis Framework MARA is a M obile A pplication R everse engineering and A nalysis Framework. It is a tool that puts together commonly used mobile application reverse engineering tools, in order to make the task or reverse engineering and analysis easier and friendly to mobile application developers and security professionals. Features supported Reverse engineer apk files to smali, java jar files, java source code and dalvik bytecode (jadx format) Reverse engineer dex, jar and class files into java source code and dalvik bytecode (jadx format) Statically Analyze java source code and dalvik bytecode Scan for apk vulnerabilities via androbugs Scan ssl domains found in the app via the standalone SSL scanner that makes use of pyssltest and testssl Installing MARA on Linux MARA ships with a script that assists in downloading and installing the dependencies above. Simply run the...