Update yGuard to work with Java 14
Fohlen opened this issue · 2 comments
Fohlen commented
- Look up changes between Java 13 and 14 in the JVM spec (byte code)
- Implement these changes, if any
- Increment the version number to support
>= 58
Fohlen commented
As far as I can tell no breaking (in a sense of obfuscator-breaking) feature has been introduced. java.lang.invoke.constant has been introduced. We should add an option to remove these informations as well (similar to how we deal with SourceLineNumber)