|
3 | 3 | [<img alt="crates.io" src="https://img.shields.io/crates/v/heretek.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/heretek)
|
4 | 4 | [<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/wcampbell0x2a/heretek/main.yml?branch=master&style=for-the-badge" height="20">](https://github.com/wcampbell0x2a/heretek/actions?query=branch%3Amaster)
|
5 | 5 |
|
6 |
| -Display a GDB TUI Dashboard inspired by `gef`, connect remotely with gdb even if you don't have a working `gdbserver`. |
| 6 | +GDB TUI Dashboard inspired by `gef`, designed to seamlessly connect to remote targets even without a functioning `gdbserver`. |
7 | 7 |
|
8 |
| -* **No python requirements**: Many vendors ship `gdb` without python support, we ship a single static musl binary. |
| 8 | +* **No python requirements**: Many vendors ship `gdb` without python support, we ship a single statically-linked musl binary. |
9 | 9 | * **Architecture agnostic**: `heretek` only uses information given by `gdb`, no extra code required!
|
10 |
| -* **No gdbserver requirements**: Many vendors ship invalid `gdbserver` binaries, this works on remote targets with just `gdb`, `nc`, `cat`, and `mkfifo`. |
| 10 | +* **No gdbserver requirements**: Many vendors ship invalid `gdbserver` binaries, this works on remote targets with just `gdb`, `nc`, `cat`, and `mkfifo`. No more wrestling with invalid or missing `gdbserver` binaries. |
| 11 | + |
| 12 | +* See [features](./docs/features.md) for `heretek` demos. |
| 13 | +* See [commands](./docs/commands.md) for internal `heretek` commands. |
11 | 14 |
|
12 | 15 | 
|
13 | 16 |
|
@@ -54,8 +57,4 @@ Options:
|
54 | 57 | Print version
|
55 | 58 | ```
|
56 | 59 |
|
57 |
| -## Info |
58 |
| -* See [features](./docs/features.md) for `heretek` demos. |
59 |
| -* See [commands](./docs/commands.md) for internal `heretek` commands. |
60 |
| - |
61 | 60 | > "To every problem, a solution lies in the application of tech-lore" - Ferrarch Asklepian, Warhammer 40,000: Mechanicus
|
0 commit comments