JRBusiness/REipa

GitHub: JRBusiness/REipa

一款用 Rust 编写的快速 iOS Mach-O 反汇编器与反编译器,无需依赖 Ghidra、IDA 等外部框架即可直接分析 .ipa 二进制文件。

Stars: 4 | Forks: 0

# ReIPA:使用 Rust 编写的 iOS Mach-O 反汇编器和反编译器 [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Rust](https://img.shields.io/badge/Rust-stable-orange.svg?logo=rust)](https://www.rust-lang.org/) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](#building) [![GitHub stars](https://img.shields.io/github/stars/JRBusiness/REipa?style=social)](https://github.com/JRBusiness/REipa/stargazers) [![GitHub forks](https://img.shields.io/github/forks/JRBusiness/REipa?style=social)](https://github.com/JRBusiness/REipa/network/members) **ReIPA** 是一个使用 Rust 编写的快速 iOS 逆向工程工具包:包含一个 Mach-O 加载器、一个 arm64 (AArch64) 反汇编器、Objective-C 和 Swift 元数据 恢复工具、一个反编译器,以及一个原生桌面浏览器。它可以直接读取已解密的 App Store `.ipa` / Mach-O 二进制文件,**完全不依赖 Ghidra、 IDA Pro、radare2 或 LLVM**。 如果你需要针对 Android 的工具,请查看姊妹项目:**[REapk](https://github.com/JRBusiness/REapk)**。 ![ReIPA 桌面应用程序截图](https://raw.githubusercontent.com/JRBusiness/REipa/main/resources/intro.gif)