awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to qmx/jitescript

Open-source alternatives to Jitescript

8 open-source projects similar to qmx/jitescript, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jitescript alternative.

  • raphw/byte-buddyالصورة الرمزية لـ raphw

    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/arthasالصورة الرمزية لـ alibaba

    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
  • cojen/makerالصورة الرمزية لـ cojen

    cojen/Maker

    67عرض على GitHub↗

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

    Javabytecodecode-generationinvokedynamic
    عرض على GitHub↗67
  • jboss-javassist/javassistالصورة الرمزية لـ jboss-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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • konloch/bytecode-viewerالصورة الرمزية لـ Konloch

    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
  • nicolasmanic/persesالصورة الرمزية لـ nicolasmanic

    nicolasmanic/perses

    70عرض على GitHub↗

    A project to cause (controlled) destruction on your jvm application

    Java
    عرض على GitHub↗70
  • spongepowered/mixinالصورة الرمزية لـ SpongePowered

    SpongePowered/Mixin

    1,698عرض على GitHub↗

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

    Javaannotationsasmgradle
    عرض على GitHub↗1,698
  • cglib/cglibالصورة الرمزية لـ cglib

    cglib/cglib

    4,896عرض على GitHub↗

    cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a high-level API for creating and transforming Java bytecode at runtime to modify class behavior and a framework for intercepting method calls and field access. The project implements dynamic proxy generation to support aspect oriented programming and custom data access patterns. It also includes a serialization manager to implement serialization contracts by adding specific methods and controlling object replacement within proxy classes. The library covers bytecode manipulation and

    Java
    عرض على GitHub↗4,896