awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesAndroid Component Manipulation

Tools for programmatically interacting with and triggering Android activities, services, and broadcast receivers.

Distinct from Android Applications: The candidates focus on UI components or AI integrations, not the functional manipulation of Android system components.

Explore 3 awesome GitHub repositories matching mobile development · Android Component Manipulation. Refine with filters or upvote what's useful.

Awesome Android Component Manipulation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sensepost/objectionAvatar de sensepost

    sensepost/objection

    8,896Voir sur 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

    Provides capabilities to list and start arbitrary Android activities, services, and broadcast receivers to trigger application functions.

    Pythonandroidframeworkfrida
    Voir sur GitHub↗8,896
  • muntashirakon/appmanagerAvatar de MuntashirAkon

    MuntashirAkon/AppManager

    7,425Voir sur GitHub↗

    AppManager is a comprehensive suite of tools for managing applications on Android devices. It provides utilities for controlling application lifecycles, modifying manifests, and administering installed packages. The project distinguishes itself through deep system integration, offering capabilities to analyze and block specific application components such as activities, services, and broadcast receivers. It includes a system for saving and restoring applications along with their associated data and permissions, as well as tools for auditing and modifying runtime and development permissions.

    Analyzes and blocks specific application components such as activities, services, and broadcast receivers.

    Javaadbandroidapks
    Voir sur GitHub↗7,425
  • mozilla-mobile/fenixAvatar de mozilla-mobile

    mozilla-mobile/fenix

    6,394Voir sur GitHub↗

    Fenix is an open-source mobile web browser for Android that uses Mozilla's GeckoView engine to render web pages with full platform support. It is built as an Android application that provides core browsing capabilities including tab management, bookmarks, and privacy controls, and is developed as a multi-repository project that coordinates the browser UI, reusable Android components, and the rendering engine across separate codebases. The browser's interface is organized as a component-based architecture, where the UI is assembled from a set of reusable Android components that can be develope

    Swap bundled Android components with a local development copy to test changes before committing.

    Kotlinandroidbrowserfirefox
    Voir sur GitHub↗6,394
  1. Home
  2. Mobile Development
  3. Android Component Manipulation

Explorer les sous-tags

  • Component InspectionUtilities for analyzing the structure and behavior of Android activities, services, and broadcast receivers. **Distinct from Android Component Manipulation:** Focuses on the analysis and blocking of components rather than just programmatically triggering them.
  • Local Component SubstitutionsMechanisms for replacing bundled Android components with locally built versions during development. **Distinct from Android Component Manipulation:** Distinct from Android Component Manipulation: focuses on substituting components at build time for testing, not runtime programmatic interaction.