Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
/ mh Public archive
forked from sskaje/mh

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lessica committed Dec 18, 2019
1 parent 9d877b3 commit d1c6511
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# MH
A memory editor for iOS/macOS with JavaScript support

A memory editor for iOS/macOS with JavaScript support.

## Requirement

Expand All @@ -14,13 +15,12 @@ A memory editor for iOS/macOS with JavaScript support

### Prepare

```bash
$ git clone https://github.com/sskaje/mh.git
$ cd mh
```shell script
$ git clone https://github.com/sskaje/mh.git && cd mh
# prepare linenoise
$ git submodule update --init --recursive
# install coreutils
brew install coreutils
$ brew install coreutils
# install pyyaml
$ pip install pyyaml
# Prepare duktape
Expand All @@ -29,7 +29,7 @@ $ bash tools/duktape_prepare.sh

### Build

```bash
```shell script
# Build for macOS
$ bash build/build-macos.sh
# Build for armv7 iDevices
Expand All @@ -47,15 +47,13 @@ $ bash build/build-ios-deb.sh

### Run

```bash
```shell script
$ sudo ./mh_cli
```

>
> For iOS 11.x by Electra, binary must locates /bin/mh_cli
>
> Read more: [Run HelloWorld on Jailbroken iOS 11](https://sskaje.me/2018/03/run-helloworld-on-jailbroken-ios-11/)
>
For iOS 11.x by Electra, binary must locates /bin/mh_cli

Read more: [Run HelloWorld on Jailbroken iOS 11](https://sskaje.me/2018/03/run-helloworld-on-jailbroken-ios-11/)

## Documentation

Expand Down Expand Up @@ -127,7 +125,7 @@ MH[379] > result

### Non-interactive Script Host

```
```shell script
mh_script path/to/script.js [args [...]]
```
Expand Down

0 comments on commit d1c6511

Please sign in to comment.