awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • shareai-lab/learn-claude-codeshareAI-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-managerReVanced 的头像

    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-redisredis 的头像

    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/learningnotesGeniusVJR 的头像

    GeniusVJR/LearningNotes

    13,145在 GitHub 上查看↗

    LearningNotes 是一个技术知识库和工程学习指南,专注于 Android 框架内部原理、系统架构和移动性能优化。它作为分析 Android 引导序列、进程引导和系统服务初始化的参考。 该项目提供了关于移动性能的详细指南,包括减少内存占用、识别内存泄漏和优化图像解码的策略。它进一步涵盖了使用 AIDL 和 Binder 内核驱动程序的 Android 进程间通信,以及通过 MVVM 和 MVP 等模式将业务逻辑与用户界面解耦的软件架构手册。 除了移动开发外,该仓库还包括用于技术面试准备的计算机科学知识库,涵盖数据结构、算法和操作系统概念。它还具有 Git 版本控制的实用参考,详细介绍了仓库管理、同步和分支工作流。

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

    在 GitHub 上查看↗13,145
  • jingmatrix/lsposedJingMatrix 的头像

    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/windhawkramensoftware 的头像

    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/rewriteopenrewrite 的头像

    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.