Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SHA256 mismatch and add Homebrew Cask installation instructions #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Casks/malimite.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "malimite" do
version "1.1"
sha256 "a74fd75844aedec13b523da6f8faaf9ec0c2a37027c4e372f74294ea07069528"
sha256 "96e14ef24c3f46064383b36f3b9ca549be659dad1a46439c709ed79f370a5f5c"

url "https://github.com/LaurieWired/Malimite/releases/download/#{version}/Malimite-1-1.zip"
name "Malimite"
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ Built on top of Ghidra decompilation to offer direct support for Swift, Objectiv


# Installation
**Option 1: Homebrew Cask**

1. **Tap the Malimite repository:**

```
brew tap LaurieWired/Malimite https://github.com/LaurieWired/Malimite.git
```

2. **Install Malimite:**

```
brew install --cask malimite
```

**Option 2: JAR File**

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

Expand Down