Skip to content
Jia-Bin edited this page Mar 1, 2022 · 2 revisions

Custom query params

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 scan rules(Discard)

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.

Clone this wiki locally