3 个仓库
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 是一个 iOS 应用程序管理器和安装程序,旨在通过开发者证书签名和安装第三方移动应用程序。它作为一个实用程序,用于侧载应用程序并直接在移动设备上管理外部应用程序存储库。 该项目包括修补应用程序二进制文件和注入系统文件以修改运行时行为和外观的功能。它利用开发者证书管理来验证二进制文件并绕过官方应用商店的安装限制。 该工具还支持从外部来源导入应用程序,并利用原生系统框架来管理应用程序生命周期。
Provides capabilities to patch application binaries to improve compatibility and modify file system access settings.
该项目是一个 Android 应用修补程序和可执行文件优化器,旨在修改和重新编译应用二进制文件。它作为一个基于 Root 的应用修改器,允许向 Android 应用添加功能并移除不需要的库。 该系统专注于通过添加非官方功能和移除广告来定制 YouTube 和 YouTube Music。它提供了通过 Root 管理器部署修改后应用模块的能力,以保持系统兼容性并绕过检测。 该工具涵盖了广泛的二进制转换能力,包括基于字节码的修补、非 Root 应用重新打包以及动态库的移除。它还处理针对特定目标的执行文件重新编译,以提高运行时性能和执行速度。
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.