Analysing apps without activity
zerodaysjoker opened this issue · 1 comments
zerodaysjoker commented
I am trying to analyze an application that doesn't have any activity mentioned in the manifest file or anything. I think medusa depends on the starting activity to analyze the app. So is there a way to analyze these special type of apps.
Ch0pin commented
Hi @zerodaysjoker ,
there are two ways to attach to an application, one is to spawn with 'run -f package_name' (which will fail, in case there is no front-door activity), the other one is to attach to the app while it is running : 'run package_name'. I guess the second way can do your job. It would help though to give me some details, or even better point out the app you are talking about (if off course is publicly available).