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

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

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

std-microblock/chromatic

0
View on GitHub↗
8,315 نجوم·391 تفرعات·C++·4 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ std-microblock/chromaticمخطط تاريخ النجوم لـ std-microblock/chromatic

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

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

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

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ std-microblock/chromatic؟

الميزات الرئيسية لـ std-microblock/chromatic هي: Runtime Modifiers, Runtime Bytecode Injection, Internal Engine Modifications, In-Memory Binary Patching, Execution Flow Injectors, Engine Logic Injectors, Runtime Behavior Manipulators, Dynamic Function Interception.

ما هي البدائل مفتوحة المصدر لـ std-microblock/chromatic؟

تشمل البدائل مفتوحة المصدر لـ std-microblock/chromatic: 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,…

بدائل مفتوحة المصدر لـ Chromatic

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Chromatic.
  • sebaxakerhtc/rdpwrapالصورة الرمزية لـ sebaxakerhtc

    sebaxakerhtc/rdpwrap

    2,515عرض على GitHub↗

    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
    عرض على GitHub↗2,515
  • steipete/aspectsالصورة الرمزية لـ steipete

    steipete/Aspects

    8,436عرض على GitHub↗

    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
    عرض على GitHub↗8,436
  • lsposed/lsposedالصورة الرمزية لـ LSPosed

    LSPosed/LSPosed

    24,045عرض على GitHub↗

    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
    عرض على GitHub↗24,045
  • bang590/jspatchالصورة الرمزية لـ bang590

    bang590/JSPatch

    11,330عرض على GitHub↗

    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
    عرض على GitHub↗11,330
عرض جميع البدائل الـ 26 لـ Chromatic→