User Activity

  • Posted a comment on discussion Open Discussion on ProGuard Java Optimizer and Obfuscator

    Thanks for your inputs. But it seems -regex seems to work for when only the classs name is in the logline For example, check the cases as below : Obfuscated Class Name ---> Orignal Class Name com.test.b.f ---> com.test.util.NetworkUtils Case 1: Logline is --> com.test.b.f Regular expression: -regex (%c) Output: com.test.util.NetworkUtils (Deobfuscates as expected) Case 2: Logline is --> [main]-com.test.b.f Regular expression: -regex ([)(.+)(])(-)(%c) Output: [main]-com.test.b.f (Does not de-ofuscate)...

  • Posted a comment on discussion Open Discussion on ProGuard Java Optimizer and Obfuscator

    Just as proguard provides the "retrace" functionality of deobfuscating the stack traces. Is there any functionality which deobfuscates the logs.

View All

Personal Data

Username:
techiepro
Joined:
2019-04-10 05:39:29

Projects

  • No projects to display.

Personal Tools