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 method_replace_plugin-1.0.0-beta01.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lanshifu.plugin.classtransformer
├─ com.lanshifu.plugin.classtransformer.AbsClassTransformer.class - [JAR]
├─ com.lanshifu.plugin.classtransformer.AnnotationParserTransformer.class - [JAR]
├─ com.lanshifu.plugin.classtransformer.MethodReplaceTransformer.class - [JAR]
com.lanshifu.plugin
├─ com.lanshifu.plugin.DelegateTransformInvocation.class - [JAR]
├─ com.lanshifu.plugin.Plugin.class - [JAR]
com.lanshifu.plugin.asmtransformer
├─ com.lanshifu.plugin.asmtransformer.BaseAsmTransformer.class - [JAR]
com.lanshifu.plugin.transform
├─ com.lanshifu.plugin.transform.BaseTransform.class - [JAR]
├─ com.lanshifu.plugin.transform.CommonTransform.class - [JAR]
├─ com.lanshifu.plugin.transform.HookTransform.class - [JAR]
com.lanshifu.plugin.extension
├─ com.lanshifu.plugin.extension.CommonExtKt.class - [JAR]
com.lanshifu.plugin.bean
├─ com.lanshifu.plugin.bean.AsmClassItem.class - [JAR]
├─ com.lanshifu.plugin.bean.AsmMethodItem.class - [JAR]