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
·

4 repositorios

Awesome GitHub RepositoriesRuntime Manipulation

Altering the behavior of an active Android application by intercepting functions and modifying classes.

Distinct from Android Runtime: Focuses on the active manipulation of the running process rather than just executing security modules for testing.

Explore 4 awesome GitHub repositories matching security & cryptography · Runtime Manipulation. Refine with filters or upvote what's useful.

Awesome Runtime Manipulation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elderdrivers/edxposedAvatar de ElderDrivers

    ElderDrivers/EdXposed

    5,658Ver en GitHub↗

    Elder driver Xposed Framework.

    Hooks into the Android Runtime (ART) to replace or extend method implementations at runtime using native C/C++ components.

    Javaandroidandroid-frameworkandroid-pie
    Ver en GitHub↗5,658
  • fsecurelabs/drozerAvatar de FSecureLABS

    FSecureLABS/drozer

    4,541Ver en GitHub↗

    Drozer es un framework de pruebas de seguridad y analizador de tiempo de ejecución para aplicaciones y dispositivos Android. Funciona como un framework de gestión de exploits y un conjunto de herramientas de seguridad utilizado para identificar vulnerabilidades, configuraciones erróneas y fugas de información dentro del sistema operativo Android y sus aplicaciones instaladas. El framework permite la simulación del comportamiento de las aplicaciones y la interacción con puntos finales de comunicación para detectar fallos de seguridad. Gestiona la ejecución, el análisis y el intercambio de exploits públicos para la investigación de seguridad móvil. El sistema proporciona capacidades para la auditoría de aplicaciones, la investigación de vulnerabilidades y la ejecución de módulos de seguridad especializados. Esto incluye la capacidad de interactuar con el tiempo de ejecución de Android y la shell del dispositivo para evaluar el estado de seguridad del hardware y el software.

    Allows altering the behavior of active Android applications by interacting directly with the system runtime.

    Python
    Ver en GitHub↗4,541
  • biliroamingx/biliroamingxAvatar de BiliRoamingX

    BiliRoamingX/BiliRoamingX

    3,669Ver en GitHub↗

    BiliRoamingX is a collection of binary modifications and an application feature unlocker for a mobile client. It functions as a set of patches designed to unlock hidden features, remove regional restrictions, and modify the behavior and appearance of the application. The project utilizes a customization framework to remove unwanted page elements and adjust interface scales. It includes a media playback optimizer that forces default high resolutions and enables custom playback speeds for video streams. The modification suite covers regional restriction bypasses, content feed filtering, and su

    Alters the properties and methods of active application objects to enable disabled features.

    Kotlinandroidbilibilirevanced
    Ver en GitHub↗3,669
  • m0bilesecurity/rms-runtime-mobile-securityAvatar de m0bilesecurity

    m0bilesecurity/RMS-Runtime-Mobile-Security

    2,971Ver en GitHub↗

    This project is an Android security analysis toolkit and mobile app runtime manipulator designed for reverse engineering and auditing mobile applications. It provides a system for modifying Java classes and method behavior in active mobile processes to bypass security controls. The toolkit includes a web-based interface for controlling the instrumentation engine and a specialized utility for disabling certificate validation to intercept and inspect encrypted network traffic via SSL pinning bypass. It also features an Android file explorer for browsing and managing files within private data di

    Intercepts function calls and alters Java classes in real time to change how a mobile application executes.

    JavaScriptandroid-securityfridaios-security
    Ver en GitHub↗2,971
  1. Home
  2. Security & Cryptography
  3. Vulnerability Assessment and Testing
  4. Security Testing and Auditing
  5. Security Testing
  6. Android Runtime
  7. Runtime Manipulation

Explorar subetiquetas

  • ART Runtime ManipulationsManipulations of the Android Runtime (ART) to replace or extend method implementations at runtime using native C/C++ components. **Distinct from Runtime Manipulation:** Distinct from general Runtime Manipulation: specifically targets the ART runtime with native C/C++ components, not general Android runtime manipulation.