Michael Rozumyanskiy

Results 32 comments of Michael Rozumyanskiy
trafficstars

Hi @alexeysuvorov, I think it can be related to Java version. The sample works well on my machine with Java 8. I'll try it with Java 9 and 10 later...

Yep, seems it's related to the newer Java and Gradle versions. It doesn't work on my machine with JDK 9.0.4 and Gradle 4.9 but it crashes at processing phase. I...

I faced another issue with JDK 10. When configuring a project classpath is empty and processing doesn't work. I'll try to fix it in the next release or hotfix.

Hi @tpasztor and thank you for reporting this issue. Lightsaber doesn't really support this case at the moment. I'm not sure that injection into external dependencies is a good idea...

@mklkj Hi and thank you for reporting this issue. Seems it's a critical bug in the merging script. I'll try to understand what's going on there and manually port the...

I'm not sure it's possible to obfuscate string within an AndroidManifest.xml without breaking existing libraries. If you have ideas how to do it I'll appreciate you sharing them with me.

Hi @iadcialim, Yes, you can get the original strings but you need to know to find their usages in code to do that. Unfortunately it's impossible to prevent deobfuscation of...

Hi @valeriyo, Starting from `0.3.0` Paranoid relies on a helper class to perform deobfuscation at runtime. It seems that for some reasons this class doesn't appear in the main dex...

Adding classes to an AAR will cause issues with duplicate classes if the plugin is used in multiple AARs. If your goal is to obfuscate the AAR then you'd better...