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 fixhwmemoryleak-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sky.asmplugin.manifest
├─ com.sky.asmplugin.manifest.IMainfest.class - [JAR]
├─ com.sky.asmplugin.manifest.ManifestIml.class - [JAR]
├─ com.sky.asmplugin.manifest.ManifestManager.class - [JAR]
com.sky.asmplugin.config
├─ com.sky.asmplugin.config.Config.class - [JAR]
com.sky.asmplugin
├─ com.sky.asmplugin.ASMPlugin.class - [JAR]
com.sky.asmplugin.transform
├─ com.sky.asmplugin.transform.FixLeakClassVisitor.class - [JAR]
├─ com.sky.asmplugin.transform.FixMemoryLeakTransformer.class - [JAR]
├─ com.sky.asmplugin.transform.InjectCodeUtilsKt.class - [JAR]
├─ com.sky.asmplugin.transform.LifecycleOnDestroyMethodVisitor.class - [JAR]