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

rename short identifiers #18

Open
3052 opened this issue Nov 5, 2023 · 1 comment
Open

rename short identifiers #18

3052 opened this issue Nov 5, 2023 · 1 comment

Comments

@3052
Copy link

3052 commented Nov 5, 2023

is it possible to correct short variable names? for example with JADX, it has this option:

 --deobf                             - activate deobfuscation

which will turn short variables such as a into a1234 or something, for easier searching

@3052
Copy link
Author

3052 commented Nov 5, 2023

found another tool that works:

synchrony deobfuscate --rename obf.js

https://github.com/relative/synchrony

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