From 8bcf72393977e1f49bd51d84a5c0fe1879560f11 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 24 Jun 2026 09:11:55 -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 e48ed00..cf1bdfe 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 23, 2026] -## Lesson 224: Hacking Windows Course (Chapter 21: CreateFile) -This chapter covers reviewing the Windows API CreateFileW function in C. +# Today's Tutorial [June 24, 2026] +## Lesson 225: Hacking Windows Course (Chapter 22: Debugging CreateFile x86) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CreateFileW function in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book.