awesome-repositories.com
Blog
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
·

4 Repos

Awesome GitHub RepositoriesRuntime Bytecode Injection

Modifying compiled instructions in memory during server execution to bypass engine constraints.

Distinct from Bytecode Instruction Editors: Distinct from static bytecode editors by focusing on live runtime injection to alter server behavior.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Runtime Bytecode Injection. Refine with filters or upvote what's useful.

Awesome Runtime Bytecode Injection GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • std-microblock/chromaticAvatar von std-microblock

    std-microblock/chromatic

    8,315Auf GitHub ansehen↗

    Chromatic is a Chromium runtime modifier and JavaScript engine injector designed to alter the low-level operational characteristics of Chromium and its embedded V8 engine. It functions as a tool for injecting custom logic into the V8 JavaScript engine to change application behavior at runtime. The project provides mechanisms for browser engine instrumentation and V8 runtime manipulation. It enables the modification of the internal execution flow of JavaScript within Chromium-based environments to extend native browser capabilities or bypass standard limitations.

    Modifies the JavaScript engine by inserting custom bytecode sequences directly into the execution stream at runtime.

    C++cefchromiuminject
    Auf GitHub ansehen↗8,315
  • oldmanpushcart/greys-anatomyAvatar von oldmanpushcart

    oldmanpushcart/greys-anatomy

    4,007Auf GitHub ansehen↗

    This project is a Java runtime diagnostic tool and bytecode instrumentation framework. It provides a remote troubleshooting interface for inspecting live Java systems, analyzing execution traces, and monitoring method performance without requiring application restarts. The system distinguishes itself through its ability to modify Java classes at runtime to capture parameters and return values, combined with a JavaScript-based scripting engine for custom diagnostic logic. It further supports collaborative live debugging, allowing multiple users to connect to a single remote process simultaneou

    Modifies compiled instructions in memory during execution to insert custom diagnostic logic without restarting the system.

    Javadiagnosisgreysjvmti
    Auf GitHub ansehen↗4,007
  • pwntester/ysoserial.netAvatar von pwntester

    pwntester/ysoserial.net

    3,735Auf GitHub ansehen↗

    ysoserial.net is a payload generator for .NET deserialization, designed to create malicious serialized objects and structured gadget chains. It serves as a tool for generating command execution strings and security testing suites used to assess vulnerabilities in .NET formatters. The tool enables the creation of sequences of object calls that trigger remote code execution during the reconstruction of serialized data. It produces specialized payloads for executing system commands, loading remote libraries, and accessing local file systems. The project includes capabilities for optimizing payl

    Embeds executable instructions or library references within serialized streams to achieve remote code execution.

    C#
    Auf GitHub ansehen↗3,735
  • pryaxis/tshockAvatar von Pryaxis

    Pryaxis/TShock

    2,739Auf GitHub ansehen↗

    TShock is a server management tool and plugin framework for dedicated Terraria servers. It functions as an administrative suite and anti-cheat tool designed to control player permissions, monitor game integrity, and extend server functionality. The project provides a framework for creating custom plugins that modify the game world and implement new commands. It enables internal state modification through bytecode injection, packet interception, and memory manipulation to bypass engine restrictions and alter live game environments. Administrative capabilities include a hierarchical role-based

    Implements bytecode-level state injection to overwrite server runtime instructions and bypass original engine restrictions.

    C#c-sharpotapiterraria
    Auf GitHub ansehen↗2,739
  1. Home
  2. Operating Systems & Systems Programming
  3. Bytecode Instruction Editors
  4. Runtime Bytecode Injection

Unter-Tags erkunden

  • Serialized Bytecode InjectionsEmbedding executable bytecode or library references within serialized data streams. **Distinct from Runtime Bytecode Injection:** Focuses on injection via serialized streams rather than direct runtime memory modification.