-
-
Notifications
You must be signed in to change notification settings - Fork 278
Other
This refers to the string params of methods of PackageManagerService
How to use it: pms methods whose string params contain configured strings will be intercepted Notice that under MOST circumstances you do not need to switch on this interception nor need to add any rule.
Maps refers to /proc/self/maps (See Linux manpage for more information). When something such as an Xposed module or a Zygisk module injects into target app, it will show its path on /proc//maps. Though LSPosed and Riru did some work to make module maps info anonymous, if a module dlopen a native library by itself, the loaded so path will still be written on maps (Such module like QNotified).
How to use it: paths that contains configured strings will be filtered on /proc/self/maps Notice that under MOST circumstances you do not need to switch on this interception nor need to add any rule.