Hi,
When I try to use dare to decompile a apk file, I meet the following exception. Can you give me some instructions about how to deal with it.
Exception in thread "main" java.util.NoSuchElementException
at java.util.LinkedList.removeFirst(LinkedList.java:270)
at soot.dava.toolkits.base.finders.ExceptionFinder.preprocess(ExceptionFinder.java:204)
at soot.dava.DavaBody.<init>(DavaBody.java:318)
at soot.dava.Dava.newBody(Dava.java:84)
at soot.PackManager.runBodyPacks(PackManager.java:856)
at soot.PackManager.runBodyPacks(PackManager.java:506)
at soot.PackManager.runBodyPacks(PackManager.java:413)
at soot.PackManager.runPacksNormally(PackManager.java:390)
at soot.PackManager.runPacks(PackManager.java:335)
at soot.Main.run(Main.java:198)
at soot.Main.main(Main.java:141)
The cammand I used is dare -c -d ../sc *.apk.
I will appreciate it if you can help me.
Kind Regards
Xiang