awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesRoot Detection Evasion

Simulating unmodified system environments to bypass security checks that block rooted devices.

Distinct from Root Simulation Environments: Candidates focus on creating root environments or project directory detection, not evading detection libraries.

Explore 3 awesome GitHub repositories matching security & cryptography · Root Detection Evasion. Refine with filters or upvote what's useful.

Awesome Root Detection Evasion GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sensepost/objectionAvatar de sensepost

    sensepost/objection

    8,896Ver en 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 a non-rooted environment to evade detection libraries and security checks.

    Pythonandroidframeworkfrida
    Ver en GitHub↗8,896
  • j-hc/revanced-magisk-moduleAvatar de j-hc

    j-hc/revanced-magisk-module

    6,883Ver en GitHub↗

    This project is an Android application patching tool and Magisk system module generator. It is designed to apply custom modifications to application packages and generate modules that install these patched binaries into the system partition of rooted Android devices. The tool incorporates a root-based application installer that utilizes specialized mounting methods, such as Zygisk application mounting, to bypass root detection warnings and mount errors. It further distinguishes itself by automating the retrieval of application binaries from external mirrors based on specific device architectu

    Uses specialized mounting techniques to run modified applications while evading root detection libraries.

    Shellextendedmagiskmodule
    Ver en GitHub↗6,883
  • dr-tsng/hide-my-applistAvatar de Dr-TSNG

    Dr-TSNG/Hide-My-Applist

    4,983Ver en GitHub↗

    Hide-My-Applist is an Android privacy tool that prevents other applications from detecting the full list of installed apps. It operates as a Magisk module and root-based utility, intercepting package manager queries to block app detection and hide sensitive or root-related software from third-party scanners. The tool achieves system-level modification without altering the system partition by deploying as a Magisk module, and it can also leverage the Xposed framework to inject custom code into system processes. A runtime filter intercepts app list queries and removes entries matching a user-de

    Blocks apps from reading the installed package list to prevent detection of sensitive or root-related software.

    Kotlinandroidxposed
    Ver en GitHub↗4,983
  1. Home
  2. Security & Cryptography
  3. Root Detection Evasion

Explorar subetiquetas

  • App List Detection EvasionTechniques that block apps from reading the installed package list to prevent detection of sensitive or root-related software. **Distinct from Root Detection Evasion:** Distinct from Root Detection Evasion: focuses on hiding the app list itself, not on simulating an unmodified system environment.