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

Fingerprint for "Open browser chooser on opening links" is outdated #442

Open
dic1911 opened this issue Oct 22, 2024 · 0 comments
Open

Fingerprint for "Open browser chooser on opening links" is outdated #442

dic1911 opened this issue Oct 22, 2024 · 0 comments

Comments

@dic1911
Copy link
Contributor

dic1911 commented Oct 22, 2024

As title, the old wrapper method is not there anymore, attached screenshot shows currently working patch

Matching pattern:

  • signature: (Landroid/content/Context;Ljava/lang/String;)Z
  • uses string android.intent.category.BROWSABLE

(2 commented blocks with same smali code)
image

    # increase local register count to 8 first
    new-instance v6, Landroid/content/Intent;
    const-string v7, "android.intent.action.VIEW"
    invoke-virtual {v3}, Landroid/content/Intent;->getData()Landroid/net/Uri;
    move-result-object p2
    invoke-direct {v6, v7, p2}, Landroid/content/Intent;-><init>(Ljava/lang/String;Landroid/net/Uri;)V
    const v7, 0x0
    invoke-static {v6, v7}, Landroid/content/Intent;->createChooser(Landroid/content/Intent;Ljava/lang/CharSequence;)Landroid/content/Intent;
    move-result-object v3
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