Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Unknown bytecode version #208

Open
gitgitwhat opened this issue Aug 23, 2023 · 1 comment
Open

Unknown bytecode version #208

gitgitwhat opened this issue Aug 23, 2023 · 1 comment

Comments

@gitgitwhat
Copy link

java.lang.IllegalArgumentException: Unknown bytecode version
at org.ow2.asmdex.lowLevelUtils.BasicDexFileReader.readHeader(BasicDexFileReader.java:197)
at org.ow2.asmdex.lowLevelUtils.BasicDexFileReader.parse(BasicDexFileReader.java:184)
at org.ow2.asmdex.lowLevelUtils.DexFileReader.parse(DexFileReader.java:71)
at org.ow2.asmdex.ApplicationReader.(ApplicationReader.java:221)
at org.ow2.asmdex.ApplicationReader.(ApplicationReader.java:198)
at org.ow2.asmdex.ApplicationReader.(ApplicationReader.java:235)
at com.google.classyshark.silverghost.translator.dex.DexMethodsDumper.fillAnalysis(DexMethodsDumper.java:105)
at com.google.classyshark.silverghost.translator.dex.DexMethodsDumper.dumpMethods(DexMethodsDumper.java:84)
at com.google.classyshark.silverghost.exporter.Exporter.writeMethods(Exporter.java:89)
at com.google.classyshark.silverghost.exporter.Exporter.writeArchive(Exporter.java:47)
at com.google.classyshark.silverghost.SilverGhostFacade.exportArchive(SilverGhostFacade.java:151)
at com.google.classyshark.cli.CliMode.with(CliMode.java:63)
at com.google.classyshark.Main.main(Main.java:46)
java.lang.IllegalArgumentException: Unknown bytecode version
at org.ow2.asmdex.lowLevelUtils.BasicDexFileReader.readHeader(BasicDexFileReader.java:197)
at org.ow2.asmdex.lowLevelUtils.BasicDexFileReader.parse(BasicDexFileReader.java:184)
at org.ow2.asmdex.lowLevelUtils.DexFileReader.parse(DexFileReader.java:71)
at org.ow2.asmdex.ApplicationReader.(ApplicationReader.java:221)
at org.ow2.asmdex.ApplicationReader.(ApplicationReader.java:198)
at org.ow2.asmdex.ApplicationReader.(ApplicationReader.java:235)
at com.google.classyshark.silverghost.translator.dex.DexMethodsDumper.fillAnalysis(DexMethodsDumper.java:105)
at com.google.classyshark.silverghost.translator.dex.DexMethodsDumper.dumpMethods(DexMethodsDumper.java:84)
at com.google.classyshark.silverghost.exporter.Exporter.writeMethods(Exporter.java:89)
at com.google.classyshark.silverghost.exporter.Exporter.writeArchive(Exporter.java:47)
at com.google.classyshark.silverghost.SilverGhostFacade.exportArchive(SilverGhostFacade.java:151)
at com.google.classyshark.cli.CliMode.with(CliMode.java:63)
at com.google.classyshark.Main.main(Main.java:46)

@yijigu7745
Copy link

yijigu7745 commented Aug 23, 2023 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants