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
·
std-microblock avatar

std-microblock/chromatic

0
View on GitHub↗
8,315 Stars·391 Forks·C++·4 Aufrufe

Chromatic

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.

Features

  • Runtime Modifiers - Provides a utility that alters the low-level operational characteristics of Chromium and its embedded V8 engine.
  • Runtime Bytecode Injection - Modifies the JavaScript engine by inserting custom bytecode sequences directly into the execution stream at runtime.
  • Internal Engine Modifications - Alters the internal behavior of Chromium browsers by injecting custom logic directly into the V8 JavaScript engine.
  • In-Memory Binary Patching - Alters active process memory to redirect function calls or change behavior without modifying the binary on disk.
  • Execution Flow Injectors - Modifies the internal execution flow of JavaScript within Chromium based environments.
  • Engine Logic Injectors - Injects custom logic into the Chromium V8 JavaScript engine to change application behavior at runtime.
  • Runtime Behavior Manipulators - Changes how JavaScript executes at runtime within Chromium to modify application behavior or bypass limitations.
  • Dynamic Function Interception - Intercepts internal engine functions by replacing instruction pointers with jumps to custom logic handlers.
  • JIT-Compatible Code Injection - Injects machine code into executable memory regions that remain compatible with the V8 just-in-time compiler.
  • Runtime Logic Injection - Injects custom executable code into active method paths during runtime to change application behavior.
  • Custom Logic Extensions - Integrates personalized rules and functions into Chromium to extend the native capabilities of the browser.
  • Chromium Process Attachments - Provides the ability to link a modifier process to active Chromium renderer processes for state manipulation.
  • Engine Memory Offsets - Implements a standardized abstraction layer to apply memory offsets across various Chromium engine versions.
  • Browser Engine Instrumentations - Provides mechanisms for adding custom probes and logic into a browser engine to analyze web application execution.

Star-Verlauf

Star-Verlauf für std-microblock/chromaticStar-Verlauf für std-microblock/chromatic

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 Chromatic

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Chromatic.
  • sebaxakerhtc/rdpwrapAvatar von sebaxakerhtc

    sebaxakerhtc/rdpwrap

    2,515Auf GitHub ansehen↗

    rdpwrap is a set of system utilities and services designed to enable, configure, and manage remote desktop protocol access and video compression settings. It functions as a service and manager that allows remote desktop connections on operating system versions where the feature is restricted or disabled by the vendor. The project provides tools to override system-level restrictions for remote access and activate remote desktop protocol services on unsupported versions. It includes a configuration tool for managing H.264 video compression and encoding settings to balance visual quality, networ

    Pascal
    Auf GitHub ansehen↗2,515
  • steipete/aspectsAvatar von steipete

    steipete/Aspects

    8,436Auf GitHub ansehen↗

    Aspects is an aspect-oriented programming library and method hooking framework designed for intercepting and modifying JavaScript function behavior without altering the original source code. It serves as a runtime logic injector that allows for the addition and removal of executable code wrappers from active functions. The library enables the injection of custom logic before or after methods to change application behavior at runtime. It further provides the ability to intercept method calls to capture or override return values before they reach the caller. The framework manages these interce

    Objective-Caspectshooksobjective-c
    Auf GitHub ansehen↗8,436
  • lsposed/lsposedAvatar von LSPosed

    LSPosed/LSPosed

    24,045Auf GitHub ansehen↗

    LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool that intercepts and modifies system and application methods in memory to change behavior without altering original installation files. The project provides a standardized interface through the Xposed Module API, allowing for the development of plugins that alter the behavior of the Android operating system and installed applications. The framework covers a range of capabilities including runtime function interception, Android system debugging, and application customization. Thes

    Javaandroidxposed
    Auf GitHub ansehen↗24,045
  • bang590/jspatchAvatar von bang590

    bang590/JSPatch

    11,330Auf GitHub ansehen↗

    JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted native environment. It functions as a cross-language data mapper and execution engine, enabling the replacement of native function pointers with JavaScript wrappers to modify application behavior at runtime. The project provides the ability to perform runtime application patching by overriding native class methods and object properties. This allows for the modification of application logic and the application of hotfixes using JavaScript code loaded from local files or remote

    Objective-C
    Auf GitHub ansehen↗11,330
Alle 26 Alternativen zu Chromatic anzeigen→

Häufig gestellte Fragen

Was macht std-microblock/chromatic?

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.

Was sind die Hauptfunktionen von std-microblock/chromatic?

Die Hauptfunktionen von std-microblock/chromatic sind: Runtime Modifiers, Runtime Bytecode Injection, Internal Engine Modifications, In-Memory Binary Patching, Execution Flow Injectors, Engine Logic Injectors, Runtime Behavior Manipulators, Dynamic Function Interception.

Welche Open-Source-Alternativen gibt es zu std-microblock/chromatic?

Open-Source-Alternativen zu std-microblock/chromatic sind unter anderem: steipete/aspects — Aspects is an aspect-oriented programming library and method hooking framework designed for intercepting and modifying… sebaxakerhtc/rdpwrap — rdpwrap is a set of system utilities and services designed to enable, configure, and manage remote desktop protocol… lsposed/lsposed — LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool… bang590/jspatch — JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted… dualcoder/vgpu_unlock — vgpu_unlock is a set of software tools and driver modifications designed to unlock enterprise-grade virtualization… crimera/piko — Piko is a collection of specialized Android utilities designed for binary patching, user interface customization,…