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

feat(proguard): Remap additional class names #1496

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

loewenheim
Copy link
Contributor

This allows sending an additional list of class names not attached to any stack frame or exception with a proguard request. These classes will be deobfuscated and returned in the form of a map from obfuscated to deobfuscated names.

The intended use case is deobfuscating view hierarchies.

@loewenheim loewenheim marked this pull request as ready for review July 15, 2024 11:08
@loewenheim loewenheim requested a review from a team July 15, 2024 11:08
@loewenheim loewenheim enabled auto-merge (squash) July 15, 2024 11:08
@loewenheim loewenheim merged commit ea02eb1 into master Jul 15, 2024
12 checks passed
@loewenheim loewenheim deleted the feat/proguard-remap-classes branch July 15, 2024 11:18
loewenheim added a commit to getsentry/sentry that referenced this pull request Jul 15, 2024
…74196)

Depends on getsentry/symbolicator#1496.

This moves view hierarchy deobfuscation out of the plugin/preprocessor
and into symbolication.
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

Successfully merging this pull request may close these issues.

2 participants