From b631c8490fbe9d3e0ca6d1346010bb5b2e7f04df Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 29 Jun 2026 09:11:21 -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 e6f4b6e..f5a4faa 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 28, 2026] -## Lesson 229: Hacking Windows Course (Chapter 26: WriteFile) -This chapter covers reviewing the Windows API WriteFile function in C. +# Today's Tutorial [June 29, 2026] +## Lesson 230: Hacking Windows Course (Chapter 27: Debugging WriteFile x86) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API WriteFile function in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book.