Skip to content

Commit 0e45d4d

Browse files
committed
Improve README
1 parent 05ff95f commit 0e45d4d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
[<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)
44
[<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)
55

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`.
77

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.
99
* **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.
1114

1215
![screenshot](images/screenshot.png)
1316

@@ -54,8 +57,4 @@ Options:
5457
Print version
5558
```
5659

57-
## Info
58-
* See [features](./docs/features.md) for `heretek` demos.
59-
* See [commands](./docs/commands.md) for internal `heretek` commands.
60-
6160
> "To every problem, a solution lies in the application of tech-lore" - Ferrarch Asklepian, Warhammer 40,000: Mechanicus

0 commit comments

Comments
 (0)