SerenityEnterprises / paramorphism-issues

Issue board for Paramorphism JVM obfuscator
https://paramorphism.serenity.enterprises
6 stars 0 forks source link

Verify Exception in obfuscator-generated class #13

Closed zorftw closed 5 years ago

zorftw commented 5 years ago

Error log: image

Remapper and almost every strategy have been disabled. When the 'noverify' argument is enabled this issue is just ignored, but the program refuses to start.

Config is as follows: image

Using Paramorphism version 0.14

EDIT: After some debugging, the method which caused this issue was 'string_indirection'. After disabling it, the program successfully executed.

char commented 5 years ago

Note: these - enabled: false lines should be enabled: false, but I'll look into this bug.

It's weird that the issue is coming from a FieldInsn, though.

char commented 5 years ago

Can you try this with Paramorphism 1.0-beta? Thanks.

zorftw commented 5 years ago

Issue has been resolved in the Beta version. (1.0)