From 469dd06627140badeffce6958292313102bb3454 Mon Sep 17 00:00:00 2001 From: tkmru Date: Tue, 20 Apr 2021 14:13:39 +0900 Subject: [PATCH] add GitHub Releases link --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c8da060..7a40b1b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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