mini-loader 1.0.0

The mini-loader is capable of loading and executing ELF PIE format files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# mini-loader

The mini-loader is capable of loading and executing ELF PIE format files.

## Note
Currently only support `x86_64` .

## Installation
```shell
$ cargo install mini-loader --target x86_64-unknown-none
```

## Usage
Load and execute `ls`:

```shell
$ mini-loader /bin/ls
```