Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter not work #23

Closed
RonaldinhoL opened this issue Dec 7, 2020 · 3 comments
Closed

filter not work #23

RonaldinhoL opened this issue Dec 7, 2020 · 3 comments

Comments

@RonaldinhoL
Copy link

RonaldinhoL commented Dec 7, 2020

-i Get
-e *
-e .*
--ignore-env
--ignore-vm

i had try many option, but none of them work, it would print evething called

frida-server 14.0.8
android 10, pixel QP1A.191005.007.A3

@RonaldinhoL
Copy link
Author

RonaldinhoL commented Dec 7, 2020

by the way, what is the priority of these option?

@RonaldinhoL RonaldinhoL changed the title 过滤不起作用 filter not work Dec 7, 2020
@chame1eon
Copy link
Owner

Hi, Thanks for filing an issue. Can you let me know what app you were testing on so I can reproduce? On your other question, include takes precedent, so whatever your regex includes will be there, regardless of whether you also exclude something similar.

As a guess, can you try:

-i Get.*

That might work. All those filters are regex, so when trying to trace methods that begin Get, you must use the regex Get.*

Thanks

@chame1eon
Copy link
Owner

Closing as not heard an update in over a month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants