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

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

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

7 مستودعات

Awesome GitHub RepositoriesBehavior Modifiers

Tools for applying automated transformations to software to change runtime functionality.

Distinguishing note: Focuses on functional modification of applications rather than general-purpose patching.

Explore 7 awesome GitHub repositories matching development tools & productivity · Behavior Modifiers. Refine with filters or upvote what's useful.

Awesome Behavior Modifiers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • shareai-lab/learn-claude-codeالصورة الرمزية لـ shareAI-lab

    shareAI-lab/learn-claude-code

    67,975عرض على GitHub↗

    This project provides a modular framework for building and orchestrating autonomous AI agents. It functions as an agentic workflow engine that manages the full lifecycle of task execution, including model reasoning, tool invocation, and the integration of results. By utilizing a centralized orchestration platform, the system enables the creation of multi-agent teams that collaborate on complex objectives through structured communication and shared task graphs. The framework distinguishes itself through its focus on persistent, stateful operations and multi-agent coordination. It employs file-

    Modifies user input and tool outputs via registered hook callbacks to alter execution flow.

    Pythonagentagent-developmentai-agent
    عرض على GitHub↗67,975
  • revanced/revanced-managerالصورة الرمزية لـ ReVanced

    ReVanced/revanced-manager

    25,932عرض على GitHub↗

    ReVanced Manager is an Android application patcher designed to modify compiled mobile binaries. It enables users to inject custom features, alter runtime behavior, and remove interface elements without requiring access to original source code. The utility distinguishes itself by performing all operations locally on the user device, ensuring privacy by avoiding external server dependencies. It automates the entire modification lifecycle, including the retrieval of application files, the application of bytecode-level patches, and the generation of new cryptographic signatures to ensure the resu

    Applies custom changes to application files to alter their internal functionality and runtime behavior.

    Dartandroidflutterflutter-apps
    عرض على GitHub↗25,932
  • redis/go-redisالصورة الرمزية لـ redis

    redis/go-redis

    22,159عرض على GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Provides tools for applying automated transformations to software to change runtime functionality.

    Gogogolangredis
    عرض على GitHub↗22,159
  • geniusvjr/learningnotesالصورة الرمزية لـ GeniusVJR

    GeniusVJR/LearningNotes

    13,145عرض على GitHub↗

    LearningNotes هي قاعدة معرفية تقنية ودليل دراسي هندسي يركز على داخليات إطار عمل Android، وبنية النظام، وتحسين أداء الهاتف المحمول. تعمل كمرجع لتحليل تسلسل تمهيد Android، وتمهيد العملية، وتهيئة خدمة النظام. يوفر المشروع أدلة مفصلة حول أداء الهاتف المحمول، بما في ذلك استراتيجيات تقليل آثار الذاكرة، وتحديد تسريبات الذاكرة، وتحسين فك تشفير الصور. كما يغطي التواصل بين العمليات في Android باستخدام AIDL ومحرك نواة Binder، بالإضافة إلى أدلة هندسة البرمجيات لفصل منطق الأعمال عن واجهات المستخدم من خلال أنماط مثل MVVM و MVP. بعيداً عن تطوير الهاتف المحمول، يتضمن المستودع قاعدة معرفية لعلوم الحاسوب للتحضير للمقابلات التقنية، تغطي هياكل البيانات، والخوارزميات، ومفاهيم نظام التشغيل. كما يتميز بمرجع عملي للتحكم في الإصدار Git، يوضح بالتفصيل إدارة المستودع، والمزامنة، وسير عمل التفرع.

    Redirects method execution to callbacks by modifying instance descriptors at the native layer.

    عرض على GitHub↗13,145
  • jingmatrix/lsposedالصورة الرمزية لـ JingMatrix

    JingMatrix/LSPosed

    11,494عرض على GitHub↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Implements tools for applying automated transformations to software to change runtime functionality without altering files.

    Javaandroidarthooklsposed
    عرض على GitHub↗11,494
  • ramensoftware/windhawkالصورة الرمزية لـ ramensoftware

    ramensoftware/windhawk

    7,129عرض على GitHub↗

    Windhawk is a Windows OS modding framework and user-mode code injector designed to customize the behavior of Windows applications and system components. It functions as a process customization tool and API hooking engine that allows for the insertion of custom logic into running programs. The framework enables software behavior modification and user interface tweaking without requiring access to the original source code. This is achieved by intercepting function calls and altering how software interacts with the operating system to implement patches or feature enhancements. The system covers

    Provides tools to modify the runtime functionality and behavior of existing Windows programs.

    C++
    عرض على GitHub↗7,129
  • openrewrite/rewriteالصورة الرمزية لـ openrewrite

    openrewrite/rewrite

    3,312عرض على GitHub↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Provides the ability to programmatically add or remove modifiers from method declarations during refactoring.

    Javaabstract-syntax-treeastcode-search
    عرض على GitHub↗3,312
  1. Home
  2. Development Tools & Productivity
  3. Behavior Modifiers

استكشف الوسوم الفرعية

  • Method Modifier ManipulationsAutomated modification of method modifiers to change behavioral or implementation status. **Distinct from Behavior Modifiers:** Distinct from Behavior Modifiers: focuses specifically on language-level method modifiers (like static/final) rather than general runtime functionality changes.
  • Native HookingRedirecting execution flow by modifying method descriptors at the native binary level. **Distinct from Behavior Modifiers:** Distinct from general behavior modifiers as it specifically utilizes native-layer descriptor modification.