From 758fb9cb82f85e1211c4cc597daf1c7a1396787d Mon Sep 17 00:00:00 2001 From: dabrd <52382920+dabrd@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:53:30 +0000 Subject: [PATCH] Corrected year in README (#1674) Co-authored-by: db --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0542f3433..8bf6cfbe0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It has a boatload of features, see [FEATURES.md](FEATURES.md). ## Why? -Vanilla GDB is terrible to use for reverse engineering and exploit development. Typing `x/g30x $esp` is not fun, and does not confer much information. The year is 2022 and GDB still lacks a real hexdump command! GDB's syntax is arcane and difficult to approach. Windbg users are completely lost when they occasionally need to bump into GDB. +Vanilla GDB is terrible to use for reverse engineering and exploit development. Typing `x/g30x $esp` is not fun, and does not confer much information. The year is 2023 and GDB still lacks a real hexdump command! GDB's syntax is arcane and difficult to approach. Windbg users are completely lost when they occasionally need to bump into GDB. ## What?