Skip to content

Commit

Permalink
Move README installation instructions to top
Browse files Browse the repository at this point in the history
  • Loading branch information
8051Enthusiast committed Aug 17, 2021
1 parent 621561c commit a80bc44
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Currently, there are four applications:

The output of each subcommand can also be used in other programs via JSON.

## Installation
Downloadable releases should be on the release page of the github repository.

In order to compile manually, only cargo is needed, which can be installed with [rustup](https://rustup.rs/).
With cargo one can install it with `cargo install at51`.

Alternatively, to install from the repository source, do
```
git clone 'https://github.com/8051Enthusiast/at51.git'
cargo install --path at51
```

## stat
This subprogram is useful for determining which regions of a file are probably 8051.
If you want to determine the architecture of a file in general, a useful tool might be [cpu_rec](https://github.com/airbus-seclab/cpu_rec).
Expand Down Expand Up @@ -197,15 +209,3 @@ Example config:
"stat_mode": "AlignedJump"
}
```

## Installation
Downloadable releases should be on the release page of the github repository.

Otherwise, with cargo one can install it with `cargo install at51`.

Alternatively, to install from source, do
```
git clone 'https://github.com/8051Enthusiast/at51.git'
cargo install --path at51
```

0 comments on commit a80bc44

Please sign in to comment.