Skip to content

Commit

Permalink
add GitHub Releases link
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmru committed Apr 20, 2021
1 parent 78e3f8d commit 469dd06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ipa-medit

[![GitHub release](https://img.shields.io/github/v/release/aktsk/apk-medit.svg)](https://github.com/aktsk/ipa-medit/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/aktsk/ipa-medit/blob/master/LICENSE)

Ipa-medit is a memory search and patch tool for resigned ipa without jailbreak. It was created for mobile game security testing.

## Motivation
Expand Down Expand Up @@ -26,6 +30,11 @@ $ brew install --HEAD ideviceinstaller
```

## Installation
### Binary
Download the binary from [GitHub Releases](https://github.com/aktsk/ipa-medit/releases/) and drop it in your $PATH.

### Manually Build
You need Go compiler.

```
$ go install github.com/aktsk/ipa-medit@latest
Expand Down

0 comments on commit 469dd06

Please sign in to comment.