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

Support caching of deobfuscated strings #11

Open
MichaelRocks opened this issue Oct 26, 2017 · 2 comments
Open

Support caching of deobfuscated strings #11

MichaelRocks opened this issue Oct 26, 2017 · 2 comments
Assignees

Comments

@MichaelRocks
Copy link
Owner

Deobfuscated strings may be cached by Deobfuscator. Maybe this behavior should be configurable via an additional annotation or a property in @Obfuscate annotation.

@xDragonZ
Copy link

Maybe we could use something like

private static LruCache<Integer, String> unparanoidTable = new LruCache<>(1000);

where Integer will point to the deobfuscated string

@AndroidDeveloperLB
Copy link

@xDragonZ Wait, Paranoid handles string resources too? Not just constants?

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

3 participants