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
·

2 dépôts

Awesome GitHub RepositoriesAndroid System Module Signing

Cryptographic signing of binary modules specifically for secure installation on Android devices.

Distinct from Signed Binary Modules: Distinct from Signed Binary Modules: specifically targets the Android OS module ecosystem rather than general hardware extensions.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Android System Module Signing. Refine with filters or upvote what's useful.

Awesome Android System Module Signing 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.
  • rechronorain/hyperceilerAvatar de ReChronoRain

    ReChronoRain/HyperCeiler

    4,973Voir sur GitHub↗

    HyperCeiler est un kit de personnalisation et d'amélioration du système Android conçu pour modifier la logique des applications principales et les interfaces graphiques. Il fonctionne comme un module de personnalisation spécifiquement pour les appareils mobiles HyperOS afin de modifier leurs comportements visuels et fonctionnels. Le projet utilise un système de modules OS signés, employant des keystores et des identifiants numériques pour signer cryptographiquement les paquets pour une installation sécurisée sur l'appareil cible. Ses capacités couvrent la modification du comportement du système et l'altération des éléments visuels via des surcharges d'interface utilisateur basées sur les ressources et des modifications de la logique au niveau du système.

    Uses keystores and credentials to digitally sign system modules for secure installation on Android devices.

    Javaxposedxposed-module
    Voir sur GitHub↗4,973
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Voir sur GitHub↗

    apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be

    Recomputes cryptographic signatures to ensure modified Android packages remain installable on target devices.

    Shellandroidandroid-reverse-engineeringapk
    Voir sur GitHub↗3,795
  1. Home
  2. Operating Systems & Systems Programming
  3. Signed Binary Modules
  4. Android System Module Signing

Explorer les sous-tags

  • APK SignersUtilities for recomputing cryptographic signatures specifically for Android application packages. **Distinct from Android System Module Signing:** Specifically targets APK files for installation rather than low-level OS system modules.