From 182b7eaf44722958c298c37b4174b26f74bdf8e5 Mon Sep 17 00:00:00 2001 From: gfelber <@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:44:36 +0200 Subject: [PATCH] fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e42f7..3fb2afd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -y# Educational Heap Exploitation +# Educational Heap Exploitation This repo is for learning various heap exploitation techniques. We use Ubuntu's Libc releases as the gold-standard. Each technique is verified to work on corresponding Ubuntu releases.