View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window smali-2.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jf.smali
├─ org.jf.smali.AssembleCommand.class - [JAR]
├─ org.jf.smali.HelpCommand.class - [JAR]
├─ org.jf.smali.InvalidToken.class - [JAR]
├─ org.jf.smali.LexerErrorInterface.class - [JAR]
├─ org.jf.smali.LiteralTools.class - [JAR]
├─ org.jf.smali.Main.class - [JAR]
├─ org.jf.smali.OdexedInstructionException.class - [JAR]
├─ org.jf.smali.PrintTokensCommand.class - [JAR]
├─ org.jf.smali.SemanticException.class - [JAR]
├─ org.jf.smali.Smali.class - [JAR]
├─ org.jf.smali.SmaliMethodParameter.class - [JAR]
├─ org.jf.smali.SmaliOptions.class - [JAR]
├─ org.jf.smali.SmaliTestUtils.class - [JAR]
├─ org.jf.smali.WithRegister.class - [JAR]
├─ org.jf.smali.smaliFlexLexer.class - [JAR]
├─ org.jf.smali.smaliParser.class - [JAR]
├─ org.jf.smali.smaliTreeWalker.class - [JAR]
org.jf.smali.util
├─ org.jf.smali.util.BlankReader.class - [JAR]