awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesBytecode Modification Pipelines

Automated workflows that apply sequences of bytecode transformations to compiled binaries.

Distinct from Java Bytecode Analysis: Distinct from Java Bytecode Analysis: focuses on the automated modification workflow rather than inspection.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Bytecode Modification Pipelines. Refine with filters or upvote what's useful.

Awesome Bytecode Modification Pipelines GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • col-e/recafCol-E का अवतार

    Col-E/Recaf

    7,252GitHub पर देखें↗

    Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java bytecode and runtime processes. It provides a coordinated environment for modifying compiled Java class files and analyzing the behavior of Java applications. The project distinguishes itself through a multi-level abstraction layer that allows for editing across different formats and a pluggable framework that routes bytecode through multiple configurable decompilation engines. It includes an embedded scripting engine and plugin architecture to automate repetitive tasks and extend

    Uses CLI and custom scripts to automate repetitive Java bytecode modifications in integration pipelines.

    Java
    GitHub पर देखें↗7,252
  • tianocore/edk2tianocore का अवतार

    tianocore/edk2

    6,061GitHub पर देखें↗

    edk2, UEFI विनिर्देश का अनुपालन करने वाले सिस्टम फर्मवेयर बनाने के लिए एक डेवलपमेंट प्रोजेक्ट है। यह हार्डवेयर प्लेटफॉर्म को इनिशियलाइज़ करने और कई CPU आर्किटेक्चर पर ऑपरेटिंग सिस्टम को बूट करने के लिए आवश्यक इंफ्रास्ट्रक्चर प्रदान करती है। यह प्रोजेक्ट एक मॉड्यूलर फर्मवेयर आर्किटेक्चर का उपयोग करता है जो भौतिक ट्रांसपोर्ट लेयर्स से उच्च-स्तरीय प्रबंधन प्रोटोकॉल को अलग करता है। यह महत्वपूर्ण सुरक्षा सुविधाओं को लागू करता है, जिसमें मेजर्ड बूट चेन, इमेज ऑथेंटिकेशन के लिए क्रिप्टोग्राफिक प्रिमिटिव्स और Trusted Platform Module हार्डवेयर और सॉफ्टवेयर कार्यान्वयन के लिए सपोर्ट शामिल है। इसकी क्षमताएं Redfish, IPMI और MCTP जैसे प्लेटफॉर्म प्रबंधन मानकों के साथ-साथ डायनामिक ACPI टेबल के निर्माण तक फैली हुई हैं।

    Parses ACPI AML bytecode into a tree structure to update device names and hardware resources before serialization.

    Ccfirmwarepython
    GitHub पर देखें↗6,061
  • ebean-orm/ebeanebean-orm का अवतार

    ebean-orm/ebean

    1,523GitHub पर देखें↗

    Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query generation, schema migration, and transaction management. It uses metadata-driven mapping and bytecode enhancement to bridge the gap between application objects and relational database tables, providing a persistent layer that handles complex data interactions while maintaining consistency across unit-of-work boundaries. The framework distinguishes itself through its focus on developer productivity and performance optimization. It provides type-safe query builders that generat

    Configures bytecode modification pipelines for test classes to ensure correct entity behavior in development environments.

    Javacockroachdbdatabaseebean
    GitHub पर देखें↗1,523
  1. Home
  2. Software Engineering & Architecture
  3. Bytecode Modification Pipelines

सब-टैग एक्सप्लोर करें

  • ACPI Bytecode TransformationsParsing and modifying AML bytecode to update hardware resource nodes and device names. **Distinct from Bytecode Modification Pipelines:** Specializes in ACPI-specific bytecode modification rather than general compiled binary transformation pipelines.