Skip to content

Medusa Version 2.9.0

Latest
Compare
Choose a tag to compare
@Ch0pin Ch0pin released this 27 Sep 07:48
· 9 commits to master since this release
6b88fb8

Summary

This version brings significant enhancements, particularly to Mango, which now includes device assessment capabilities. Specifically, Mango can process a batch of APKs within a specified directory by importing them, displaying a summary of their exposure levels, showing special permissions, and more. Many thanks to @alright21 for contributions to this release, including features related to installing, pulling, and patching multiple APKs.

Features and Improvements

Mango

  • Exposure Summary: Display existing applications based on their exported components, indicating the exposure level of each app.
  • Permission Display: Show potential permissions when an exported component is protected.
  • Split APK Support: Added capability to pull split APKs in addition to the base APK.
  • Debug Flag Modification: Modify the debug flag for APK bundles.
  • Bulk APK Installation: Install multiple APKs simultaneously.

Medusa

  • Module Enhancements: Improved various modules for better clarity and performance.

Bug Fixes

  • Manifest Parsing: Fixed multiple issues that caused Mango to abort during manifest parsing.