From 7bcfa5d1a6747be638f745a139edbb81cb42dfd4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 3 Jun 2026 08:11:04 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22e2df0..3292e68 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 2, 2026] -## Lesson 204: Hacking Windows Course (Chapter 1 - Hello World) -This chapter covers the basics of designing a very simple Windows Assembly Language message box program in pure Assembly for both x86 and x64 architectures. +# Today's Tutorial [June 3, 2026] +## Lesson 205: Hacking Windows Course (Chapter 2: Debugging Hello World x86) +This chapter covers the dynamic reverse engineering analysis, debugging, of the Hello World app in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book.