-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.
Is your feature request related to a problem? Please describe.
Currently, MobSF dynamic analysis officially supports Genymotion or Android Studio emulators. However, these often perform slowly or require more setup resources. Many researchers and reverse engineers use MuMu Player (https://www.mumuplayer.com/
) because it’s lightweight, rooted easily, and offers better performance for dynamic reverse engineering.
Describe the solution you'd like
Add native support or integration instructions for running MobSF dynamic analysis on MuMu Player. Ideally, MobSF should detect MuMu automatically (similar to Genymotion/AVD) and attach to it for instrumentation and dynamic analysis.
Describe alternatives you've considered
Add native support or integration instructions for running MobSF dynamic analysis on MuMu Player. Ideally, MobSF should detect MuMu automatically (similar to Genymotion/AVD) and attach to it for instrumentation and dynamic analysis.
Additional context
MuMu Player is widely used in malware and app reverse-engineering contexts due to its stability and speed. Supporting it would make MobSF more flexible for analysts who prefer non-Genymotion environments.