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

Allow remapping just a method without line numbers #30

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

Swatinem
Copy link
Member

This takes a conservative approach and will ignore mappings that are ambiguous.

This takes a conservative approach and will ignore mappings that
are ambiguous.
src/mapper.rs Outdated Show resolved Hide resolved
@Swatinem Swatinem merged commit ba90a26 into master Oct 17, 2023
2 checks passed
@Swatinem Swatinem deleted the swatinem/remap-method branch October 17, 2023 09:53
@Zylphrex
Copy link
Member

@Swatinem I realized that we also need the filename. We use the entire StackFrame struct when deobfuscating. So ideally, if we're missing the line numbers (like in the case of android profiles), we should have the all other attributes of the StackFrame wherever it exists.

@Swatinem
Copy link
Member Author

Proguard does not really expose a filename 🤷🏻‍♂️ , so there is nothing for us to return.

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.

3 participants