From 6c3b6f0e75bb1eace09adab5317063b0d5e542ab Mon Sep 17 00:00:00 2001 From: trimstray Date: Wed, 18 Sep 2019 08:02:31 +0200 Subject: [PATCH] add 'ptrace-burrito' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2451c16..7a0eb12 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Only main chapters:   :small_orange_diamond: strace - diagnostic, debugging and instructional userspace utility for Linux.
  :small_orange_diamond: DTrace - is a performance analysis and troubleshooting tool.
  :small_orange_diamond: ltrace - is a library call tracer, used to trace calls made by programs to library functions.
+  :small_orange_diamond: ptrace-burrito - is a friendly wrapper around ptrace.
  :small_orange_diamond: perf-tools - performance analysis tools based on Linux perf_events (aka perf) and ftrace.
  :small_orange_diamond: bpftrace - high-level tracing language for Linux eBPF.
  :small_orange_diamond: sysdig - system exploration and troubleshooting tool with first class support for containers.