Replies: 2 comments
-
If you want receive all applications, you have 2 ways, hooks all applications or hook android framework, in android framework there is ActivityController which start all activities, but I have no experience with this so I can't help you much. |
Beta Was this translation helpful? Give feedback.
-
Even today I connect to internal methods that all applications use
I only receive information from the applications that are listed in the scope and not from all the applications that really expand this department |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem?
no
Describe the solution you'd like
Greetings
First of all thank you very much for your amazing work, I really appreciate…
I wanted to know if there is a possibility that when connecting to an internal class of java it will be possible to receive the data of all the applications that extend that class, and not only the applications that are defined in the scope
For example
I connect to the android.app.Activity class and the onCreate function to get all the names of the Activity opened on the device, by getting param.thisObject
But in practice it only shows the applications that extend this class only if they are defined in scope even though the connection is to the parent class and yet I should receive all the applications that extend the aforementioned class.
There is a way to remove the limitation of lsposed, and get the information about all the applications that extend the aforementioned department ?
Many thanks, and sorry for my english...
Additional context
null
Beta Was this translation helpful? Give feedback.
All reactions