We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ea5f2 commit 16d8080Copy full SHA for 16d8080
README.md
@@ -1,6 +1,7 @@
1
# heretek
2
-Yet Another gdb TUI.
+Yet Another gdb TUI. Connect remotely with gdb when you don't have a working `gdbserver`, and show a tui inspired by `gef`.
3
4
-* Connect remotely with gdb when you don't have a working `gdbserver`, and show a tui inspired by `gef`.
+* **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
6
7

0 commit comments