Update README.md
This commit is contained in:
parent
3c9a8b6e85
commit
c507d6c028
|
|
@ -26,8 +26,10 @@ $ cd chisel && cargo install
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The following format can be used to pass a binary to `chisel` to analyze. The repository also includes a few binaries in `./testing/` as included examples.
|
The following format can be used to pass a binary to `chisel` to analyze. The repository also includes a few binaries in `./testing/` as included examples. `chisel` also supports binary rewriting/patching by specifying the `-p` flag along with a `.bin` file of assembly code you would like to inject.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ chisel [path to ELF executable]
|
$ chisel [EXECUTABLE] [-p] [PATCH_FILE]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Binary patching is currently very buggy and may cause segmentation faults with the patched binary
|
||||||
Loading…
Reference in New Issue
Block a user