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 tinker-commons-2.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencent.tinker.commons.dexpatcher
├─ com.tencent.tinker.commons.dexpatcher.DexPatchApplier.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.DexPatcherLogger.class - [JAR]
com.tencent.tinker.commons.util
├─ com.tencent.tinker.commons.util.DigestUtil.class - [JAR]
├─ com.tencent.tinker.commons.util.IOHelper.class - [JAR]
com.tencent.tinker.commons.dexpatcher.struct
├─ com.tencent.tinker.commons.dexpatcher.struct.DexPatchFile.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.struct.PatchOperation.class - [JAR]
com.tencent.tinker.commons.dexpatcher.util
├─ com.tencent.tinker.commons.dexpatcher.util.AbstractIndexMap.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.util.InstructionTransformer.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.util.SparseIndexMap.class - [JAR]
com.tencent.tinker.commons.dexpatcher.algorithms.patch
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.AnnotationSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.AnnotationSetRefListSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.AnnotationSetSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.AnnotationsDirectorySectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.ClassDataSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.ClassDefSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.CodeSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.DebugInfoItemSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.DexSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.FieldIdSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.MethodIdSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.ProtoIdSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.StaticValueSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.StringDataSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.TypeIdSectionPatchAlgorithm.class - [JAR]
├─ com.tencent.tinker.commons.dexpatcher.algorithms.patch.TypeListSectionPatchAlgorithm.class - [JAR]