From 1ff773e6cf40159bdd0ad943b94ce20fe6e05845 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sun, 5 May 2019 18:45:40 +0200 Subject: [PATCH] add 'pwndbg' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f0324a..9ad00b4 100644 --- a/README.md +++ b/README.md @@ -888,6 +888,7 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: security-tools - collection of small security tools created mostly in Python. CTFs, pentests and so on.
  :small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
  :small_orange_diamond: syzkaller - is an unsupervised, coverage-guided kernel fuzzer.
+  :small_orange_diamond: pwndbg - exploit development and reverse engineering with GDB made easy.
  :small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.
  :small_orange_diamond: IDA - multi-processor disassembler and debugger useful for reverse engineering malware.
  :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.