You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
I've started ClassyShark using the command referenced in the README file, and in the left-hand tree, I'll click on a folder or file, then click the export button, and I get this error:
java.lang.ArrayIndexOutOfBoundsException: 6392800
at org.ow2.asmdex.lowLevelUtils.DexFileReader.getStringItemFromStringIndex(DexFileReader.java:104)
at org.ow2.asmdex.ApplicationReader.readAnnotationElement(ApplicationReader.java:1493)
at org.ow2.asmdex.ApplicationReader.readEncodedAnnotation(ApplicationReader.java:1518)
at org.ow2.asmdex.ApplicationReader.readEncodedValue(ApplicationReader.java:861)
at org.ow2.asmdex.ApplicationReader.readAnnotationElement(ApplicationReader.java:1494)
at org.ow2.asmdex.ApplicationReader.parseSpecificAnnotations(ApplicationReader.java:1473)
at org.ow2.asmdex.ApplicationReader.readDefaultAnnotations(ApplicationReader.java:1271)
at org.ow2.asmdex.ApplicationReader.visitClass(ApplicationReader.java:561)
at org.ow2.asmdex.ApplicationReader.accept(ApplicationReader.java:437)
at org.ow2.asmdex.ApplicationReader.accept(ApplicationReader.java:338)
at com.google.classyshark.silverghost.translator.dex.DexMethodsDumper.fillAnalysis(DexMethodsDumper.java:106)
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.gui.panel.ClassySharkPanel$3.doInBackground(ClassySharkPanel.java:207)
at com.google.classyshark.gui.panel.ClassySharkPanel$3.doInBackground(ClassySharkPanel.java:202)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Based on the stacktrace, it looks like the error is occurring somewhere around here:
I've started ClassyShark using the command referenced in the README file, and in the left-hand tree, I'll click on a folder or file, then click the export button, and I get this error:
Based on the stacktrace, it looks like the error is occurring somewhere around here:
android-classyshark/ClassySharkWS/src/com/google/classyshark/silverghost/translator/dex/DexMethodsDumper.java
Line 84 in 9c61d6d