An open API service indexing awesome lists of open source software.

https://github.com/LaurieWired/Malimite

iOS and macOS Decompiler
https://github.com/LaurieWired/Malimite

Last synced: 25 days ago
JSON representation

iOS and macOS Decompiler

Awesome Lists containing this project

README

          

![Malimite logo](https://github.com/LaurieWired/Malimite/blob/main/media/malimite_logo.png)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/LaurieWired/Malimite)](https://github.com/LaurieWired/Malimite/releases)
[![GitHub stars](https://img.shields.io/github/stars/LaurieWired/Malimite)](https://github.com/LaurieWired/Malimite/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/LaurieWired/Malimite)](https://github.com/LaurieWired/Malimite/network/members)
[![GitHub contributors](https://img.shields.io/github/contributors/LaurieWired/Malimite)](https://github.com/LaurieWired/Malimite/graphs/contributors)
[![Follow @lauriewired](https://img.shields.io/twitter/follow/lauriewired?style=social)](https://twitter.com/lauriewired)

# Description

Malimite is an iOS and macOS decompiler designed to help researchers analyze and decode IPA files and Application Bundles.

Built on top of Ghidra decompilation to offer direct support for Swift, Objective-C, and Apple resources.

![Malimite Features](https://github.com/LaurieWired/Malimite/blob/main/media/malimite_features_github.png)

# Features
- Multi-Platform
- Mac, Windows, Linux
- Direct support for IPA and bundle files
- Auto decodes iOS resources
- Avoids lib code decompilation
- Reconstructs Swift classes
- **Built-in LLM method translation**

# Installation

A precompiled JAR file is provided in the [Releases Page](https://github.com/LaurieWired/Malimite/releases/)

For full Installation steps consult the Wiki.

# Usage + Prequisites

### Check out the **[Wiki](https://github.com/LaurieWired/Malimite/wiki)** for more details.

# Contribute
- Make a pull request
- Add an Example to our Wiki
- Report an error/issue
- Suggest an improvement
- Share with others or give a star!

Your contributions are greatly appreciated and will help make Malimite an even more powerful and versatile tool for the iOS and macOS Reverse Engineering community.

# License

Malimite is licensed under the Apache 2.0 License. See the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for more information.