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

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

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

5 مستودعات

Awesome GitHub RepositoriesRoot Simulation Environments

Simulates a rooted environment within a secure virtualized space to allow system modifications.

Distinct from Non-Root Container Execution Environments: Focuses on simulating root for system modification, distinct from general non-root container execution.

Explore 5 awesome GitHub repositories matching security & cryptography · Root Simulation Environments. Refine with filters or upvote what's useful.

Awesome Root Simulation Environments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • android-hacker/virtualxposedالصورة الرمزية لـ android-hacker

    android-hacker/VirtualXposed

    15,955عرض على GitHub↗

    VirtualXposed is an Android virtualization framework that provides a containerized environment for running applications and system-level hooks. It functions as an isolated execution space, allowing users to manage and extend installed software independently from the host operating system. The platform enables the execution of specialized software extensions and framework modules that modify application behavior without requiring device rooting, bootloader unlocking, or modifications to the core system image. By creating a secondary, containerized Android system, it allows for the application

    Executes specialized software extensions that alter application behavior by simulating a rooted environment within a secure virtualized space.

    Javaandroidaophook
    عرض على GitHub↗15,955
  • lsposed/lspatchالصورة الرمزية لـ LSPosed

    LSPosed/LSPatch

    9,196عرض على GitHub↗

    LSPatch is an Android runtime hooking tool and non-root app patcher. It provides a non-root implementation of the Xposed framework, allowing for the modification of Android application behavior without requiring administrative system access. The project enables the integration of Xposed modules into specific applications by embedding the necessary API components directly into the application package. This allows for application sandbox customization and the execution of framework modules on standard devices. The framework achieves these modifications through dex-based method hooking, dynamic

    Simulates a root-level Xposed environment by wrapping the application process during startup.

    Java
    عرض على GitHub↗9,196
  • sensepost/objectionالصورة الرمزية لـ sensepost

    sensepost/objection

    8,896عرض على GitHub↗

    Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security analysis. It provides a command-line interface to interact with the memory and state of iOS and Android applications during active execution, serving as a toolkit for runtime analysis and security testing. The project distinguishes itself by providing specialized capabilities to bypass common mobile security controls, including SSL pinning, biometric authentication, and root or jailbreak detection. It enables the extraction of sensitive credentials and data from secure storage syst

    Simulates non-rooted environments to evade detection libraries and analyze apps that block execution on modified devices.

    Pythonandroidframeworkfrida
    عرض على GitHub↗8,896
  • firerpa/lamdaالصورة الرمزية لـ firerpa

    firerpa/lamda

    7,834عرض على GitHub↗

    This project is an Android RPA framework designed for automating user interfaces and system tasks on rooted Android devices using Python and ADB. It provides a suite of tools for rooted device management, allowing for programmatic control of system settings, application lifecycles, and shell command execution via a remote API. The framework distinguishes itself through a combination of dynamic instrumentation and AI integration. It can inject scripts into running processes to hook Java interfaces and modifies application behavior in real time. Additionally, it supports large language model in

    Employs stealth modes and touch backend adjustments to evade automation and root detection.

    Pythonadbagentsai
    عرض على GitHub↗7,834
  • rootless-containers/rootlesskitالصورة الرمزية لـ rootless-containers

    rootless-containers/rootlesskit

    1,273عرض على GitHub↗

    RootlessKit is a tool for running container workloads and isolated process trees securely as a standard non-privileged user without holding root access on the host. It creates unprivileged user and mount namespaces to simulate fake root execution environments, allowing users to execute container workloads and manage resource groups safely. The project provides capabilities for rootless port forwarding and unprivileged network namespace isolation, routing container network traffic through user-mode packet translation without requiring privileged kernel setup. It includes multiple backend netwo

    Creates user and mount namespaces so unprivileged users can run commands with simulated root privileges.

    Gorootless-containers
    عرض على GitHub↗1,273
  1. Home
  2. Security & Cryptography
  3. Encryption-as-a-Service
  4. Non-Root Container Execution Environments
  5. Root Simulation Environments

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

  • Detection EvasionsTechniques to hide the presence of root or jailbreak modifications from security-aware applications. **Distinct from Root Simulation Environments:** Focuses on evading detection (stealth) rather than just simulating a root environment for modification.
  • Non-Root Hooking EnvironmentsVirtual environments that simulate root-level capabilities specifically for runtime hooking and modification. **Distinct from Root Simulation Environments:** Focuses on simulating a hooking framework environment rather than general root access or sandboxing.