Skip to content

Commit

Permalink
add ipautil desc
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmru committed Apr 21, 2021
1 parent e701ee0 commit 7eaf0f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ $ unzip tap1000000.ipa
$ ipa-medit -bin="./Payload/tap1000000.app/tap1000000" -id="jp.hoge.tap1000000"
```

The target .ipa file must be signed with a certificate installed on your computer.
If you want to perform memory tampering on third-party applications, please use a tool such as [ipautil](https://github.com/aktsk/ipautil) to perform the resigning.

```
$ ipautil decode tap1000000.ipa # unzip
$ ipautil build Payload # resign and generate .ipa file
```

### Commands
Here are the commands available in an interactive prompt.

Expand Down

0 comments on commit 7eaf0f2

Please sign in to comment.