Vineflower / vineflower

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.
https://vineflower.org/
Apache License 2.0
1.13k stars 83 forks source link

Exception decoding class file #367

Closed jmattioni closed 2 months ago

jmattioni commented 2 months ago

Vineflower version

vineflower-1.10.0

Describe the bug

When attempting to decompile a class file an exception occurs related to the pool entry #1 type -67. Suspect this class file is obfuscated since it's for crypto, but thought I'd submit it for your input.

Additional information

See attached log. vineflowerException_Pool.txt

jmattioni commented 2 months ago

Closing this issue. The class file in question was encrypted. Once decrypted the decompile worked.