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 Robust.auto-patch-plugin-0.4.87.5-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.meituan.robust.utils
├─ com.meituan.robust.utils.JavaUtils.class - [JAR]
├─ com.meituan.robust.utils.SmaliTool.class - [JAR]
com.meituan.robust.autopatch
├─ com.meituan.robust.autopatch.ClassMapping.class - [JAR]
├─ com.meituan.robust.autopatch.Config.class - [JAR]
├─ com.meituan.robust.autopatch.InlineClassFactory.class - [JAR]
├─ com.meituan.robust.autopatch.NameManger.class - [JAR]
├─ com.meituan.robust.autopatch.PatchesAssistFactory.class - [JAR]
├─ com.meituan.robust.autopatch.PatchesControlFactory.class - [JAR]
├─ com.meituan.robust.autopatch.PatchesFactory.class - [JAR]
├─ com.meituan.robust.autopatch.PatchesInfoFactory.class - [JAR]
├─ com.meituan.robust.autopatch.ReadAnnotation.class - [JAR]
├─ com.meituan.robust.autopatch.ReadMapping.class - [JAR]
├─ com.meituan.robust.autopatch.ReadXML.class - [JAR]
├─ com.meituan.robust.autopatch.ReflectUtils.class - [JAR]
robust.gradle.plugin
├─ robust.gradle.plugin.AutoPatchTransform.class - [JAR]