3 repositorios
Utilities for modifying compiled application binaries to alter permissions or compatibility.
Distinct from Binary Patch Toolchains: Focuses on modifying application binaries for sideloading specifically, rather than the general compilation toolchains described in Binary Patch Toolchains.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Application Binary Patching. Refine with filters or upvote what's useful.
Feather is an iOS application manager and installer designed for signing and installing third-party mobile applications using developer certificates. It functions as a utility to sideload applications and manage external app repositories directly on a mobile device. The project includes capabilities for patching application binaries and injecting system files to modify runtime behavior and visual appearance. It utilizes developer certificate management to authenticate binaries and bypass official app store installation restrictions. The tool further supports importing applications from exter
Provides capabilities to patch application binaries to improve compatibility and modify file system access settings.
Este proyecto es un parcheador de aplicaciones Android y optimizador de ejecutables diseñado para modificar y recompilar binarios de aplicaciones. Funciona como un modder de aplicaciones basado en root que permite la adición de características y la eliminación de librerías no deseadas de aplicaciones Android. El sistema se centra en personalizar YouTube y YouTube Music añadiendo características no oficiales y eliminando anuncios. Proporciona la capacidad de desplegar módulos de aplicación modificados a través de gestores root para mantener la compatibilidad del sistema y evitar la detección. La herramienta cubre una amplia gama de capacidades de transformación binaria, incluyendo parches basados en bytecode, reempaquetado de aplicaciones sin root y la eliminación de librerías dinámicas. También maneja la recompilación de ejecutables específicos para mejorar el rendimiento en tiempo de ejecución y la velocidad de ejecución.
Provides a system for programmatically modifying compiled application binaries using predefined patch rules.
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
Streamlines the repetitive workflow of decompiling, patching, and rebuilding software binaries.