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 rhea-precise-instrumentation-2.0.3-alpha04.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bytedance.rheatrace.precise.method
├─ com.bytedance.rheatrace.precise.method.EvilMethodDetector.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.EvilMethodInfo.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.EvilMethodReason.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.EvilRootMethodDetector.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.IMethodMatcher.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.InheritMethodMatcher.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.MethodFilter.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.MethodHelper.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.MethodMatcher.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.MethodMatcherKt.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.SimpleMethodMatcher.class - [JAR]
├─ com.bytedance.rheatrace.precise.method.StringMatcher.class - [JAR]
com.bytedance.rheatrace.precise
├─ com.bytedance.rheatrace.precise.PreciseInstrumentationContext.class - [JAR]
com.bytedance.rheatrace.precise.extension
├─ com.bytedance.rheatrace.precise.extension.PreciseInstrumentationExtension.class - [JAR]