hengyunabc / dumpclass
Dump classes from running JVM process.
☆401Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for dumpclass
- Java dynamic debug tool☆95Updated 6 months ago
- Java Bytecode Kit☆479Updated last month
- java runtime decompiler (java实时反编译工具)☆236Updated 10 months ago
- 破解 Java 混淆工具 Allatori☆261Updated 2 years ago
- a bytecode encryptor that can protect java source code.☆128Updated 7 years ago
- An internal improved version of Hessian3/4 powered by Ant Group CO., Ltd.☆141Updated last month
- Javassist官方文档中文翻译☆77Updated 5 years ago
- Java ASM☆328Updated 8 months ago
- https://wiki.openjdk.org/display/jdk8u☆233Updated this week
- Land is a simple Java™ dependency-isolation container via class loader.☆152Updated this week
- javaagent example☆36Updated 2 years ago
- The Java Disassembler☆186Updated last year
- 本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及…☆375Updated 2 years ago
- Knife是一个基于JVMTI开发的JVM诊断工具,可以attach运行中的jvm,查看和修改堆内存中任意对象的内容。☆40Updated 2 years ago
- Apache Commons BCEL☆249Updated this week
- Utility class to compile java source code in memory☆266Updated 3 years ago
- bytebuddy sample☆39Updated 6 years ago
- ☆25Updated 7 years ago
- Jar Obfuscator - 一个 JAR/CLASS 字节码混淆工具,支持包名/类名/方法名/字段名/参数名引用分析和重命名混淆方式,支持字符串加密/整型异或混淆/垃圾代码花指令混淆/等方式,支持方法和字段的隐藏,支持 NATIVE 层的 JVMTI 代码加密,配置简…☆329Updated 3 months ago
- Easy-to-use java bytecode editor - successor of JByteMod!☆263Updated 5 years ago
- Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in I…☆582Updated 2 years ago
- ObjectWeb ASM - bytecode verifier and utilities☆64Updated 11 years ago
- 该项目已集成到 https://github.com/jar-analyzer/jar-obfuscator 使用JNI加密字节码,通过JVMTI解密字节码以保护代 码,支持自定义包名和密钥,使用魔法禁止黑客dump字节码☆161Updated 5 months ago
- ☆213Updated 3 years ago
- Generate all call graph for Java Code.☆431Updated 2 months ago
- 本文档是作者小傅哥从网上资料获取整理,方便学习使用。ASM 是一个 Java 字节码操控框架。它能被用来动态生成类或者增强既有类的功能。ASM 可以直接产生二进制 class 文件,也可以在类被加载入 Java 虚拟机之前动态改变类行为。如果本文能为您提供帮助,请给予支持(…☆72Updated 4 years ago
- ☆121Updated 3 months ago
- ☆62Updated 9 months ago
- Programs for producing static call graphs for Java programs.☆205Updated 2 months ago
- hotspot disassembler hsdis☆139Updated last year