Malimite – iOS and macOS Decompiler

Malimite is a decompiler for iOS and macOS that helps researchers analyze and decode IPA files and Application Bundles. It uses Ghidra decompilation to support Swift, Objective-C, and Apple resources. Unlike other decompilers, Malimite avoids decompiling library code and reconstructs Swift classes. The tool is multi-platform, with support for Mac, Windows, and Linux. Installation is simple with a precompiled JAR file available. Contributors can make pull requests, add examples to the Wiki, report errors, or suggest improvements. Malimite is licensed under the Apache 2.0 License, making it a valuable tool for the Reverse Engineering community.

https://github.com/LaurieWired/Malimite

To top