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 binaryweaver-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lvonce.binaryweaver.adapters
├─ com.lvonce.binaryweaver.adapters.ChangeClassNameAdapter.class - [JAR]
├─ com.lvonce.binaryweaver.adapters.ClassPrintAdapter.class - [JAR]
├─ com.lvonce.binaryweaver.adapters.DelegateMethodAdapter.class - [JAR]
├─ com.lvonce.binaryweaver.adapters.MethodPrintAdapter.class - [JAR]
com.lvonce.binaryweaver
├─ com.lvonce.binaryweaver.ASMInsnMapper.class - [JAR]
├─ com.lvonce.binaryweaver.BinaryClassUtil.class - [JAR]
├─ com.lvonce.binaryweaver.Forker.class - [JAR]
├─ com.lvonce.binaryweaver.Joiner.class - [JAR]
├─ com.lvonce.binaryweaver.Proxy.class - [JAR]
├─ com.lvonce.binaryweaver.Reloadable.class - [JAR]
├─ com.lvonce.binaryweaver.SignatureUtil.class - [JAR]
├─ com.lvonce.binaryweaver.Utils.class - [JAR]