From 0e8340a78cb345df74c778235b6e3359610f6909 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 9 Jun 2026 09:23:41 -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 31eb833..50bafc2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 8, 2026] -## Lesson 209: Hacking Windows Course (Chapter 6: Directories) -This chapter covers reviewing the Windows API CreateDirectoryW and RemoveDirectoryW functions in C. +# Today's Tutorial [June 9, 2026] +## Lesson 210: Hacking Windows Course (Chapter 7: Debugging Directories x86) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CreateDirectoryW and RemoveDirectoryW functions in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book.