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 gradle-catfix-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.freedtice.catfix.task
├─ com.github.freedtice.catfix.task.AssemblePatch.class - [JAR]
├─ com.github.freedtice.catfix.task.BaseTask.class - [JAR]
├─ com.github.freedtice.catfix.task.ClassPreverifiedProcessTask.class - [JAR]
├─ com.github.freedtice.catfix.task.DexTask.class - [JAR]
├─ com.github.freedtice.catfix.task.EncyptPatchTask.class - [JAR]
├─ com.github.freedtice.catfix.task.JarTask.class - [JAR]
├─ com.github.freedtice.catfix.task.PreparePatchTask.class - [JAR]
com.github.freedtice.catfix
├─ com.github.freedtice.catfix.AbsPatchConfiguration.class - [JAR]
├─ com.github.freedtice.catfix.CatFixPlugin.class - [JAR]
├─ com.github.freedtice.catfix.PluginExtension.class - [JAR]
com.github.freedtice.catfix.model.internal
├─ com.github.freedtice.catfix.model.internal.DefaultPatchConfigurationImpl.class - [JAR]
├─ com.github.freedtice.catfix.model.internal.FlavorPatchConfigurationImpl.class - [JAR]
com.github.freedtice.catfix.model
├─ com.github.freedtice.catfix.model.PatchConfiguration.class - [JAR]
com.github.freedtice.catfix.utils
├─ com.github.freedtice.catfix.utils.CryptoUtil.class - [JAR]
├─ com.github.freedtice.catfix.utils.FileUtils.class - [JAR]
├─ com.github.freedtice.catfix.utils.GradleVariantHelper.class - [JAR]
├─ com.github.freedtice.catfix.utils.LoggerUtil.class - [JAR]
├─ com.github.freedtice.catfix.utils.MappingReader.class - [JAR]
├─ com.github.freedtice.catfix.utils.SdkHelper.class - [JAR]
├─ com.github.freedtice.catfix.utils.TextUtils.class - [JAR]