User Activity

  • Created ticket #706 on ProGuard Java Optimizer and Obfuscator

    Variable frame is too small compared to other frame

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Hi Eric, Thanks for your response. To bypass this limitation I finally used the <exec> task, this one runs Proguard using java (java -jar proguard.jar) and passing the property with the "-Dxxx" argument. About the preverication issue, I read on some bug topics that this issue is known but you are working on Proguard 6.0, that will include fixes about that. This is exact?

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Hi, I managed to define the 'optimize.conservatively' property by adding "-Doptimize.conservatively" to JVM arguments of my Ant task launcher under Eclipse (External Tools Configuration > JRE tab). This property fixed my last error (java.lang.ExceptionInInitializerError caused by an unknown java.lang.NullPointerException) so it's a good news. The only problem with that is this property is for all proguard tasks (shared JVM), and my Ant build script obfuscates multiples libraries and the application;...

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Hello, I try to optimize and obfuscate my code with Ant and Proguard 5.3.3, but I have several issues: preverification error on many classes [bypassed with the JVM argument -XX:-UseSplitVerifier but this is not a good solution, I plane to use Java 8 and preverification cannot be bypassed] LVTT entry errors on some classes [seems to be fixed by removing 'vars' from debuglevel] * java.lang.ExceptionInInitializerError caused by an unknown java.lang.NullPointerException on three classes [no stack info],...

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Thanks Cedric! Best regards

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Upgrade from Proguard 4.9 to 4.11: null checks removed = failure! Hello, I'm trying...

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Upgrade from Proguard 4.9 to 4.11: null checks removed = failure! Hello, I'm trying...

View All

Personal Data

Username:
akboy7015
Joined:
2014-01-13 14:05:58

Projects

  • No projects to display.

Personal Tools

Auth0 Logo