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

"Include short names" filter in Mapping Generator #864

Open
BaalNetbek opened this issue Sep 29, 2024 · 2 comments
Open

"Include short names" filter in Mapping Generator #864

BaalNetbek opened this issue Sep 29, 2024 · 2 comments

Comments

@BaalNetbek
Copy link

Include short names or Exclude long names filter in Mapping Generator

I am discovering Recaf 4 and found Mapping Generator mapping generator missing filter including just short names like those generated by Proguard obfuscation while having opposite filter.

@BaalNetbek
Copy link
Author

More general way would be to add regex filter. Mabey with option to save and filters so anyone could make Include short name or any other filter they need.

@Col-E
Copy link
Owner

Col-E commented Oct 18, 2024

More general way would be to add regex filter.

image

The str.matches(value) is a full regex match just like String#matches and str.matchesPartially(value) will include anything that has a single match, but does not have the be a full text match.

\w{1,3} would match most proguard names based on their default dictionary of a-z

Mabey with option to save and filters

Yeah, that would be a nice to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants