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 safe-intent-gradle-plugin-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.panda912.safeintent.plugin.transform
├─ com.panda912.safeintent.plugin.transform.AppSafeIntentTransform.class - [JAR]
├─ com.panda912.safeintent.plugin.transform.LibSafeIntentTransform.class - [JAR]
├─ com.panda912.safeintent.plugin.transform.SafeIntentTransform.class - [JAR]
com.panda912.safeintent.plugin.utils
├─ com.panda912.safeintent.plugin.utils.ConstKt.class - [JAR]
├─ com.panda912.safeintent.plugin.utils.Util.class - [JAR]
com.panda912.safeintent.plugin.bytecode
├─ com.panda912.safeintent.plugin.bytecode.IntentClassVisitor.class - [JAR]
├─ com.panda912.safeintent.plugin.bytecode.IntentMethodVisitor.class - [JAR]
com.panda912.safeintent.plugin
├─ com.panda912.safeintent.plugin.SafeIntentPlugin.class - [JAR]