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

Fix methodinfo with different classloader #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix methodinfo with different classloader #61

wants to merge 2 commits into from

Commits on Aug 3, 2020

  1. Add setChild in classloader

    Add setChild option, you can only create classloader with one argument.
    Loader can always load class dynamically.
    梁丽欣 committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    205b328 View commit details
    Browse the repository at this point in the history
  2. Fix classloader reuse with MIUI12 device

    Some XiaoMi device with MIUI12 user interface may get classloader reuse and lead crash.
    In sandvxposed this problem may lead module lose efficacy or crash when run in code of hook.
    梁丽欣 committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    07700f1 View commit details
    Browse the repository at this point in the history