awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cojen avatar

cojen/Maker

0
View on GitHub↗
67 星标·4 分支·Java·Apache-2.0·2 次浏览

Maker

Cojen/Maker is a lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.

Features

  • Bytecode Manipulation - Low-level bytecode generation utility.

Star 历史

cojen/maker 的 Star 历史图表cojen/maker 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Maker 的开源替代方案

相似的开源项目,按与 Maker 的功能重合度排序。
  • raphw/byte-buddyraphw 的头像

    raphw/byte-buddy

    6,856在 GitHub 上查看↗

    Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for creating and modifying Java classes during execution, enabling developers to define class structures, methods, and fields programmatically without requiring a compiler or direct bytecode assembly. The library supports agent-based class transformation, allowing loaded classes to be modified during JVM startup or runtime through a Java agent that intercepts class loading. It offers bytecode-level method interception for fine-grained control over method behavior, annotation-based code

    Javabyte-codedynamic-proxyinstrumentation
    在 GitHub 上查看↗6,856
  • alibaba/arthasalibaba 的头像

    alibaba/arthas

    37,367在 GitHub 上查看↗

    Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It functions as a remote diagnostics agent that allows users to inspect the runtime state of a Java process, including its heap objects and classloader hierarchies, without requiring a process restart. The project distinguishes itself through advanced bytecode manipulation capabilities, enabling live class hotswapping and the modification of bytecode in running processes. It supports in-memory source compilation and runtime bytecode decompilation to verify and update logic instantly w

    Javaagentalibabaarthas
    在 GitHub 上查看↗37,367
  • jboss-javassist/javassistjboss-javassist 的头像

    jboss-javassist/javassist

    4,230在 GitHub 上查看↗

    Javassist is a bytecode engineering toolkit for analyzing, modifying, and generating Java bytecode and class files. It functions as a bytecode manipulation library that allows for the editing of class files through either direct bytecode access or high-level source code syntax. The project provides specialized tools for the programmatic creation of new Java classes and interfaces during runtime. It includes a dynamic proxy generator for intercepting method calls and a class loader interceptor that automatically modifies class definitions as they are loaded into the Java Virtual Machine. Addi

    Javajavajava-bytecode
    在 GitHub 上查看↗4,230
  • konloch/bytecode-viewerKonloch 的头像

    Konloch/bytecode-viewer

    15,537在 GitHub 上查看↗

    This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for Java class files and Android APK binaries. It provides tools to transform compiled bytecode into assembly instructions or readable source code. The toolset supports Android APK analysis and Java binary patching, allowing for the modification of source code or bytecode and subsequent recompilation into functional binaries. It includes capabilities for removing Java obfuscation and performing malware analysis through the detection of malicious code patterns. The system incorpo

    Javaandroidapkbaksmali
    在 GitHub 上查看↗15,537
查看 Maker 的所有 8 个替代方案→

常见问题解答

cojen/maker 是做什么的?

Cojen/Maker is a lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.

cojen/maker 的主要功能有哪些?

cojen/maker 的主要功能包括:Bytecode Manipulation。

cojen/maker 有哪些开源替代品?

cojen/maker 的开源替代品包括: raphw/byte-buddy — Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for… alibaba/arthas — Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It… jboss-javassist/javassist — Javassist is a bytecode engineering toolkit for analyzing, modifying, and generating Java bytecode and class files. It… konloch/bytecode-viewer — This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for… nicolasmanic/perses — A project to cause (controlled) destruction on your jvm application. qmx/jitescript — Jitescript - Java API for Bytecode.