zxh0 / classpyLinks
GUI tool for investigating Java class files
☆1,134Updated 2 years ago
Alternatives and similar repositories for classpy
Users that are interested in classpy are comparing it to the libraries listed below
Sorting:
- Chinese translation of The Java® Virtual Machine Specification.《Java 虚拟机规范(第11版)》中文翻译及示例,Java SE 11 版☆835Updated 6 years ago
- 《自己动手写Java虚拟机》随书源代码☆1,655Updated 3 years ago
- Source code for multiple JDK versions(1.6/1.7/1.8/1.9/10/11/12/13/14/15/16/17/18 JDK's src.zip), Only for learning; "rt_debug.jar" can be…☆665Updated 3 years ago
- OpenJDK(HotSpot JVM、Javac)源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆901Updated 5 years ago
- 使用 JDK8 实现 JVM(Java Virtual Machine)☆717Updated 2 years ago
- A java-based JVM. 用Java实现的JAVA虚拟机,用于演示 JVM 的原理。非常简单,实际上简单得只够运行HelloWorld。虽然简单,但尽量符合 JVM 标准。☆442Updated 6 years ago
- 用java解析class文件☆79Updated 8 years ago
- 本专栏主要针对字节码编程系列知识栈进行编写文章学习。 在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及…☆389Updated 3 years ago
- Java 实现 JVM☆249Updated 3 years ago
- Mockito框架中文文档☆1,124Updated 4 years ago
- ClassViewer is a lightweight Java class file viewer that you can use to view the structure of Java class files.☆275Updated 6 months ago
- A idea-plugin for Java/Scala, support custom code template.☆523Updated 5 years ago
- jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.☆2,942Updated 2 weeks ago
- Java bytecode engineering toolkit☆4,217Updated last year
- Java Bytecode Kit☆514Updated 8 months ago
- JDK8u mirror from mercurial☆384Updated 4 years ago
- Netty In Action 中文版☆1,471Updated last year
- ☆175Updated 4 years ago
- "Gradle User Guide" Chinese version☆1,448Updated 6 years ago
- ☆244Updated 13 years ago
- Lightweight threads for Java, with message passing, nio, http and scheduling support.☆1,786Updated 3 years ago
- High performance Java reflection☆1,538Updated 4 months ago
- In-memory compile java source code and load compiled classes.☆376Updated 9 years ago
- Do not send pull requests! Automated Git clone of various OpenJDK branches☆2,149Updated 5 years ago
- JDK 源码分析☆269Updated 2 months ago
- 这是Gradle In Action(Gradle实战) 的中文版☆465Updated 7 years ago
- ☆99Updated last year
- 《How Tomcat Works》 every chapter demo☆234Updated 7 years ago
- A useful utility library for java programmer using google protobuf☆911Updated last year
- 本文档是作者小傅哥从网上资料获取整理,方便学习使用。ASM 是一个 Java 字节码操控框架。它能被用来动态生成类或者增强既有类的功能。ASM 可以直接产生二进制 class 文件,也可以在类被加载入 Java 虚拟机之前动态改变类行为。如果本文能为您提供帮助,请给予支持(…☆73Updated 5 years ago