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 unidbg-hypervisor-0.9.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unidbg.arm.backend
├─ com.github.unidbg.arm.backend.HypervisorBackend.class - [JAR]
├─ com.github.unidbg.arm.backend.HypervisorFactory.class - [JAR]
com.github.unidbg.arm.backend.hypervisor
├─ com.github.unidbg.arm.backend.hypervisor.Hypervisor.class - [JAR]
├─ com.github.unidbg.arm.backend.hypervisor.HypervisorBackend64.class - [JAR]
├─ com.github.unidbg.arm.backend.hypervisor.HypervisorCallback.class - [JAR]
├─ com.github.unidbg.arm.backend.hypervisor.HypervisorException.class - [JAR]