Skip to content

Commit 16d8080

Browse files
committed
Update README
Closes #14
1 parent a8ea5f2 commit 16d8080

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# heretek
2-
Yet Another gdb TUI.
2+
Yet Another gdb TUI. Connect remotely with gdb when you don't have a working `gdbserver`, and show a tui inspired by `gef`.
33

4-
* Connect remotely with gdb when you don't have a working `gdbserver`, and show a tui inspired by `gef`.
4+
* **No gdbserver requirements**: Many vendors ship invalid `gdbserver` binaries, this works on remote targets with just `gdb`, `nc`, and `mkfifo`.
5+
* **No python requirements**: Many vendors ship `gdb` without python support
56

67
![screenshot](images/screenshot.png)

0 commit comments

Comments
 (0)