java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.59k stars 295 forks source link

#645: Don't remove still used decryptor methods #762

Closed Janmm14 closed 3 years ago

Janmm14 commented 3 years ago

Fixes #645

Improve allatori string decryption by not removing methods which are still called.

Fixes method removal count as well.

Also some general code style and minor speed improvements.

ItzSomebody commented 3 years ago

@fee1-dead: Any objections? If not, I'll merge.

Janmm14 commented 3 years ago

@fee1-dead: Any objections? If not, I'll merge.

I'll address https://github.com/java-deobfuscator/deobfuscator/pull/762#discussion_r637383805 tomorrow (well technically its already today since 9mins)

Janmm14 commented 3 years ago

Tomorrow got a little delayed.