1 مستودع
Utilities that isolate minimal code changes between two compiled binary versions.
Distinct from Patch Generators: Operates on compiled binary bytecode rather than source-code text diffs.
Explore 1 awesome GitHub repository matching software engineering & architecture · Binary. Refine with filters or upvote what's useful.
AndFix is a binary patching framework and update system for Android applications. It provides tools for generating binary diffs and applying runtime method replacements to fix bugs without requiring a full application update. The system utilizes a binary diff generator to isolate minimal code changes between package versions. It supports the consolidation of multiple incremental patches into a single update file and employs native hooks to replace specific method implementations in memory during the application initialization phase. The framework covers capabilities for binary patch generati
Generates minimal binary patch files by comparing a fixed package against an older version.