awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SpongePowered avatar

SpongePowered/Mixin

0
View on GitHub↗
1,698 Stars·214 Forks·Java·MIT·8 Aufrufe

Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM

Features

  • Bytecode Manipulation - Runtime bytecode manipulation using standard Java code.

Star-Verlauf

Star-Verlauf für spongepowered/mixinStar-Verlauf für spongepowered/mixin

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Mixin

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mixin.
  • alibaba/arthasAvatar von alibaba

    alibaba/arthas

    37,367Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗37,367
  • raphw/byte-buddyAvatar von raphw

    raphw/byte-buddy

    6,856Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,856
  • cojen/makerAvatar von cojen

    cojen/Maker

    67Auf GitHub ansehen↗

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

    Javabytecodecode-generationinvokedynamic
    Auf GitHub ansehen↗67
  • jboss-javassist/javassistAvatar von jboss-javassist

    jboss-javassist/javassist

    4,230Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,230
Alle 8 Alternativen zu Mixin anzeigen→

Häufig gestellte Fragen

Was macht spongepowered/mixin?

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM

Was sind die Hauptfunktionen von spongepowered/mixin?

Die Hauptfunktionen von spongepowered/mixin sind: Bytecode Manipulation.

Welche Open-Source-Alternativen gibt es zu spongepowered/mixin?

Open-Source-Alternativen zu spongepowered/mixin sind unter anderem: alibaba/arthas — Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It… raphw/byte-buddy — Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for… cojen/maker — Cojen/Maker is a lightweight, full-featured, low-level dynamic Java class generator designed for ease of use. 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.