From f926a0f9b7feaf3f03805dbed84d4e963c8b7a08 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 26 Apr 2026 08:25:00 -0400 Subject: [PATCH] Revise tutorial date and lesson content Updated tutorial date and lesson details in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f34a788..affffe9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 25, 2026] -## Lesson 170: ARM-64 Course (Part 7 - Debugging Basic I/O) -In this lesson we will discuss how to debug a simple basicio program in C++ and discuss basic input validation. +# Today's Tutorial [April 26, 2026] +## Lesson 171: ARM-64 Course (Part 8 - Hacking Basic I/O) +In this lesson we will discuss how to hack a simple basicio program in C++ and discuss basic input validation. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook.