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 hookannotation-5.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.swift.sandhook.annotation
├─ com.swift.sandhook.annotation.HookClass.class - [JAR]
├─ com.swift.sandhook.annotation.HookMethod.class - [JAR]
├─ com.swift.sandhook.annotation.HookMethodBackup.class - [JAR]
├─ com.swift.sandhook.annotation.HookMode.class - [JAR]
├─ com.swift.sandhook.annotation.HookReflectClass.class - [JAR]
├─ com.swift.sandhook.annotation.MethodParams.class - [JAR]
├─ com.swift.sandhook.annotation.MethodReflectParams.class - [JAR]
├─ com.swift.sandhook.annotation.Param.class - [JAR]
├─ com.swift.sandhook.annotation.SkipParamCheck.class - [JAR]
├─ com.swift.sandhook.annotation.ThisObject.class - [JAR]