From 8b29d5dcf592ca47b18c2c749e8615223e5093bb Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 19 Jun 2026 07:20:54 -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 82d5afb..a8c55ba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 18, 2026] -## Lesson 219: Hacking Windows Course (Chapter 16: MoveFile) -This chapter covers reviewing the Windows API MoveFileW function in C. +# Today's Tutorial [June 19, 2026] +## Lesson 220: Hacking Windows Course (Chapter 17: Debugging MoveFile x86) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API MoveFileW function in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book.