Sputuks3
Sputuks3
Is there a switch I can use to force the use of shortnames instead of fully qualified names when referring to non-object references? For example, I want View v instead...
JEB
Not sure how to reproduce this Bytecode Viewer Version: 2.9.3 ``` java.lang.ArrayIndexOutOfBoundsException: 2149 at org.objectweb.asm.Label.a(Unknown Source) at org.objectweb.asm.MethodWriter.visitLabel(Unknown Source) at org.objectweb.asm.tree.LabelNode.accept(Unknown Source) at org.objectweb.asm.tree.InsnList.accept(Unknown Source) at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) at org.objectweb.asm.tree.MethodNode.accept(Unknown...
Congrats in implementing the deob feature, but I have an idea that I like to propose to JADX first. Some sort of java search engine. or signature recognition to identify...
The original Krakatau allows for handling of .jar files as targets. Does this version support the auto decompilation of .jar files, or do we have to manually unpack before passing...