1 个仓库
The application of assembly and language theories to translate machine patterns into human-readable logic.
Distinct from Assembly and Low-Level: Distinct from general Assembly and Low-Level tools: focuses on the theoretical interpretation and translation of patterns.
Explore 1 awesome GitHub repository matching part of an awesome list · Binary Pattern Interpretation. Refine with filters or upvote what's useful.
这是一个针对 iOS 应用程序逆向工程的综合技术指南和课程。它作为一本手册,用于通过反汇编和调试工具剖析移动二进制文件,以分析内部应用程序逻辑和行为。 该材料作为 ARM 汇编和 Objective-C 理论的参考,提供了将底层机器代码转换为人类可读逻辑的必要框架。它将理论研究与实践练习相结合,以验证逆向工程工具在现实世界二进制文件上的使用。 范围涵盖静态二进制分析、动态运行时调试以及 iOS 系统架构的研究。这包括映射文件系统层级和数据组织,以定位应用程序资源和配置文件。
Applies ARM assembly and Objective-C theories to translate low-level binary patterns into human-readable application logic.