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

Add documentation for the I_ACCESS_LIST new parameter extracted and added to instrumentation line #9

Open
MichaelOsorio2017 opened this issue May 27, 2020 · 1 comment

Comments

@MichaelOsorio2017
Copy link
Collaborator

Recently I found that the compiler sometimes generates bridge and synthetic methods See link for more info, some of them have the same name than the original one and the last used conditionals weren't good enough identifying these two different methods. The I_ACCESS_LIST allows the differentiation among them

Example:

  • Original method:
    image
    I_ACCESS_LIST values for this method: public
  • bridge and synthetic compiler generated method:
    image

I_ACCESS_LIST values for this method: public bridge synthetic

With this change the tool is able to differentiate and instrument the right method without generating problems in the smali files.

This new change is highly related to the issue #8 it may start decreasing the list mentioned in that issue

@MichaelOsorio2017
Copy link
Collaborator Author

Some methods does not have a value for this property

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

1 participant