From fb0fc605944364c243dbb102705dff2809ad7f8a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 18:12:18 -0500 Subject: [PATCH 001/182] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d193a02..591fffe 100644 --- a/README.md +++ b/README.md @@ -86,5 +86,5 @@ This lesson will discuss MicroPython unittest for the micro:bit.
-## License +# License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) From f0073b81f94f2c25d793ce32c52365735e2455f0 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 16 Jan 2026 09:13:27 -0500 Subject: [PATCH 002/182] Update README with today's tutorial details Added tutorial information for January 16, 2026. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 591fffe..a2fcefc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ [![CLICK FOR VIDEO](https://raw.githubusercontent.com/mytechnotalent/Python-For-Kids/master/Python%20For%20Kids.jpg)](https://www.youtube.com/watch?v=b4V13Lvk_jM) +# Today's Tutorial [January 16, 2026] +## Lesson 81: ARM-32 Course 2 (Part 16 - Hacking Hello World) +This tutorial will discuss hacking hello world. + +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. + +
+ # Python For Kids A FREE comprehensive online Python development tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers. From 65186bea0e670e2a0ade752d12e4319de67bdf36 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 16 Jan 2026 09:14:45 -0500 Subject: [PATCH 003/182] Update README with reverse engineering course link Added link to free reverse engineering course. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2fcefc..8e7ba18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ [![CLICK FOR VIDEO](https://raw.githubusercontent.com/mytechnotalent/Python-For-Kids/master/Python%20For%20Kids.jpg)](https://www.youtube.com/watch?v=b4V13Lvk_jM) +## FREE Reverse Engineering Self-Study Course [HERE](https://github.com/mytechnotalent/Reverse-Engineering-Tutorial) + +
+ # Today's Tutorial [January 16, 2026] ## Lesson 81: ARM-32 Course 2 (Part 16 - Hacking Hello World) This tutorial will discuss hacking hello world. From aa31f2a10329bceecda9e28a31a6243dceceba14 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 17 Jan 2026 09:16:57 -0500 Subject: [PATCH 004/182] Update tutorial date and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e7ba18..c7911cc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [January 16, 2026] -## Lesson 81: ARM-32 Course 2 (Part 16 - Hacking Hello World) -This tutorial will discuss hacking hello world. +# Today's Tutorial [January 17, 2026] +## Lesson 82: ARM-32 Course 2 (Part 17 - Constants) +This tutorial will discuss constants. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. +-> Click [HERE](https://0xinfection.github.io/reversing)
From 69dce1faf5fdb42d2130840eef77cc9e9b814f53 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 18 Jan 2026 09:16:18 -0500 Subject: [PATCH 005/182] Update tutorial date and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7911cc..cff48ef 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [January 17, 2026] -## Lesson 82: ARM-32 Course 2 (Part 17 - Constants) -This tutorial will discuss constants. +# Today's Tutorial [January 18, 2026] +## Lesson 83: ARM-32 Course 2 (Part 18 – Debugging Constants) +This tutorial will discuss debugging constants. --> Click [HERE](https://0xinfection.github.io/reversing) +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook.
From 3093ef6f4436bba697faefe54ce3c5ad9b5b0f17 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 19 Jan 2026 08:49:27 -0500 Subject: [PATCH 006/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cff48ef..874db48 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 18, 2026] -## Lesson 83: ARM-32 Course 2 (Part 18 – Debugging Constants) -This tutorial will discuss debugging constants. +# Today's Tutorial [January 19, 2026] +## Lesson 84: ARM-32 Course 2 (Part 19 – Hacking Constants) +This tutorial will discuss hacking constants. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ed90d1099f592fa37cc86d250231536dcbff5f06 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 20 Jan 2026 07:12:35 -0500 Subject: [PATCH 007/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 874db48..40818e3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 19, 2026] -## Lesson 84: ARM-32 Course 2 (Part 19 – Hacking Constants) -This tutorial will discuss hacking constants. +# Today's Tutorial [January 20, 2026] +## Lesson 85: ARM-32 Course 2 (Part 20 – Character Variables) +This tutorial will discuss character variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 8a7cc71a467426abdfa7175dad5956a067fe2dda Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 21 Jan 2026 08:14:22 -0500 Subject: [PATCH 008/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40818e3..e354d30 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 20, 2026] -## Lesson 85: ARM-32 Course 2 (Part 20 – Character Variables) -This tutorial will discuss character variables. +# Today's Tutorial [January 21, 2026] +## Lesson 86: ARM-32 Course 2 (Part 21 – Debugging Character Variables) +This tutorial will discuss debugging character variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From b027f50c9ec8e0993aecc5c6267d5c2c13be671a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 22 Jan 2026 08:36:56 -0500 Subject: [PATCH 009/182] Revise today's tutorial to Lesson 87 Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e354d30..56f9560 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 21, 2026] -## Lesson 86: ARM-32 Course 2 (Part 21 – Debugging Character Variables) -This tutorial will discuss debugging character variables. +# Today's Tutorial [January 22, 2026] +## Lesson 87: ARM-32 Course 2 (Part 22 – Hacking Character Variables) +This tutorial will discuss hacking character variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From cac91b43d4237858b3d134bf337cbb85bd4052fd Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 23 Jan 2026 00:00:43 -0500 Subject: [PATCH 010/182] Revise tutorial date and lesson content Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56f9560..52cb6b9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 22, 2026] -## Lesson 87: ARM-32 Course 2 (Part 22 – Hacking Character Variables) -This tutorial will discuss hacking character variables. +# Today's Tutorial [January 23, 2026] +## Lesson 88: ARM-32 Course 2 (Part 23 – Boolean Variables) +This tutorial will discuss boolean variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 609adbe2ccf9ad0cf6faf068af07f76fa9120567 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 23 Jan 2026 09:10:31 -0500 Subject: [PATCH 011/182] Update README with AI engineering log details Added a section about the new engineering log focused on AI. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52cb6b9..9fb02ef 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@
+# ⚡️ New: I am now deconstructing AI. +**I have launched a new engineering log, [Bits & Neurons](https://mytechnotalent.substack.com), where I apply these reverse engineering principles to Artificial Intelligence.** +[Subscribe here to see me build and break AI models.](https://mytechnotalent.substack.com) + +
+ # Today's Tutorial [January 23, 2026] ## Lesson 88: ARM-32 Course 2 (Part 23 – Boolean Variables) This tutorial will discuss boolean variables. From 6be1fdea043d01ed512ff1e32b5fdbc05e2ed755 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 24 Jan 2026 17:59:03 -0500 Subject: [PATCH 012/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fb02ef..262082c 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@
-# Today's Tutorial [January 23, 2026] -## Lesson 88: ARM-32 Course 2 (Part 23 – Boolean Variables) -This tutorial will discuss boolean variables. +# Today's Tutorial [January 24, 2026] +## Lesson 89: ARM-32 Course 2 (Part 24 – Debugging Boolean Variables) +This tutorial will discuss debugging boolean variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 60c08625350d868bd244f06f9ba54329392bfa3f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 25 Jan 2026 09:58:58 -0500 Subject: [PATCH 013/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 262082c..aa70428 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@
-# Today's Tutorial [January 24, 2026] -## Lesson 89: ARM-32 Course 2 (Part 24 – Debugging Boolean Variables) -This tutorial will discuss debugging boolean variables. +# Today's Tutorial [January 25, 2026] +## Lesson 90: ARM-32 Course 2 (Part 25 – Hacking Boolean Variables) +This tutorial will discuss hacking boolean variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From db737d7e76e1fabf9aa4e1c2be23f1765b4773c6 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 26 Jan 2026 09:56:11 -0500 Subject: [PATCH 014/182] Update tutorial date and lesson content --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa70428..b2eb8f3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@
-# Today's Tutorial [January 25, 2026] -## Lesson 90: ARM-32 Course 2 (Part 25 – Hacking Boolean Variables) -This tutorial will discuss hacking boolean variables. +# Today's Tutorial [January 26, 2026] +## Lesson 91: ARM-32 Course 2 (Part 26 – Integer Variables) +This tutorial will discuss integer variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 2b51eab827fc9ded36163feecb0a425163e66cc4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 27 Jan 2026 07:57:33 -0500 Subject: [PATCH 015/182] Revise tutorial date and lesson content Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2eb8f3..6d96bd7 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@
-# Today's Tutorial [January 26, 2026] -## Lesson 91: ARM-32 Course 2 (Part 26 – Integer Variables) -This tutorial will discuss integer variables. +# Today's Tutorial [January 27, 2026] +## Lesson 92: ARM-32 Course 2 (Part 27 – Debugging Integer Variables) +This tutorial will discuss debugging integer variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 233da6437071d3db2f43ea4a758d7ea2dbd57d06 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 27 Jan 2026 09:42:57 -0500 Subject: [PATCH 016/182] Update README to remove AI engineering log details Removed section about new engineering log on AI. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 6d96bd7..944070f 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@
-# ⚡️ New: I am now deconstructing AI. -**I have launched a new engineering log, [Bits & Neurons](https://mytechnotalent.substack.com), where I apply these reverse engineering principles to Artificial Intelligence.** -[Subscribe here to see me build and break AI models.](https://mytechnotalent.substack.com) - -
- # Today's Tutorial [January 27, 2026] ## Lesson 92: ARM-32 Course 2 (Part 27 – Debugging Integer Variables) This tutorial will discuss debugging integer variables. From 3fb9f0f6ad45fe3d798a1e7f0758fc8ed1da9bd5 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 28 Jan 2026 09:01:43 -0500 Subject: [PATCH 017/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 944070f..823f01f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 27, 2026] -## Lesson 92: ARM-32 Course 2 (Part 27 – Debugging Integer Variables) -This tutorial will discuss debugging integer variables. +# Today's Tutorial [January 28, 2026] +## Lesson 93: ARM-32 Course 2 (Part 28 – Hacking Integer Variables) +This tutorial will discuss hacking integer variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 7cc224da54fc505d4ea943aad96ff64a8b4a7360 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 29 Jan 2026 09:07:48 -0500 Subject: [PATCH 018/182] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 823f01f..2999d18 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [January 28, 2026] -## Lesson 93: ARM-32 Course 2 (Part 28 – Hacking Integer Variables) -This tutorial will discuss hacking integer variables. +# Today's Tutorial [January 29, 2026] +## Lesson 94: ARM-32 Course 2 (Part 29 – Float Variables) +This tutorial will discuss float variables. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. to read the FREE ebook.
From 60517687aac762cc83047dc37c016683d143f80e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 30 Jan 2026 07:45:19 -0500 Subject: [PATCH 019/182] Update tutorial date and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2999d18..7fc7286 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [January 29, 2026] -## Lesson 94: ARM-32 Course 2 (Part 29 – Float Variables) -This tutorial will discuss float variables. +# Today's Tutorial [January 30, 2026] +## Lesson 95: ARM-32 Course 2 (Part 30 – Debugging Float Variables) +This tutorial will discuss debugging float variables. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. to read the FREE ebook. +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook.
From 69384c9f8aeada63b285eb3b265cb312aac123ff Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 31 Jan 2026 09:31:38 -0500 Subject: [PATCH 020/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fc7286..6049c7f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 30, 2026] -## Lesson 95: ARM-32 Course 2 (Part 30 – Debugging Float Variables) -This tutorial will discuss debugging float variables. +# Today's Tutorial [January 31, 2026] +## Lesson 96: ARM-32 Course 2 (Part 31 – Hacking Float Variables) +This tutorial will discuss hacking float variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From b623c5b485bec9f8263e4095f3e23d946c92369f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 1 Feb 2026 08:40:52 -0500 Subject: [PATCH 021/182] Update tutorial date and lesson content --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6049c7f..26a10b8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [January 31, 2026] -## Lesson 96: ARM-32 Course 2 (Part 31 – Hacking Float Variables) -This tutorial will discuss hacking float variables. +# Today's Tutorial [February 1, 2026] +## Lesson 97: ARM-32 Course 2 (Part 32 – Double Variables) +This tutorial will discuss double variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 532a6e8a641c6097fa049a44f2a57f895a4e76e9 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 2 Feb 2026 09:20:42 -0500 Subject: [PATCH 022/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26a10b8..b60bd93 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 1, 2026] -## Lesson 97: ARM-32 Course 2 (Part 32 – Double Variables) -This tutorial will discuss double variables. +# Today's Tutorial [February 2, 2026] +## Lesson 98: ARM-32 Course 2 (Part 33 – Debugging Double Variables) +This tutorial will discuss debugging double variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 0065da3362c453fe1fd421e7a612a625eda0da6d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 3 Feb 2026 08:14:29 -0500 Subject: [PATCH 023/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b60bd93..7b80b3b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 2, 2026] -## Lesson 98: ARM-32 Course 2 (Part 33 – Debugging Double Variables) -This tutorial will discuss debugging double variables. +# Today's Tutorial [February 3, 2026] +## Lesson 99: ARM-32 Course 2 (Part 34 – Hacking Double Variables) +This tutorial will discuss hacking double variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From c741b0b316f56fb7e21ad10f76afb9ab1350d591 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 4 Feb 2026 08:13:51 -0500 Subject: [PATCH 024/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b80b3b..4713d8f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 3, 2026] -## Lesson 99: ARM-32 Course 2 (Part 34 – Hacking Double Variables) -This tutorial will discuss hacking double variables. +# Today's Tutorial [February 4, 2026] +## Lesson 100: ARM-32 Course 2 (Part 35 – SizeOf Operator) +This tutorial will discuss the sizeof operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From bd27c451b43989e56aa0b366abcf28604f186fb2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 5 Feb 2026 07:42:56 -0500 Subject: [PATCH 025/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4713d8f..1fb9cd5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 4, 2026] -## Lesson 100: ARM-32 Course 2 (Part 35 – SizeOf Operator) -This tutorial will discuss the sizeof operator. +# Today's Tutorial [February 5, 2026] +## Lesson 101: ARM-32 Course 2 (Part 36 – Debugging SizeOf Operator) +This tutorial will discuss debugging sizeof operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From f001b6a6ba8cae42715a7d748ce5f8c90bdf720f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 6 Feb 2026 08:12:40 -0500 Subject: [PATCH 026/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fb9cd5..4600e03 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 5, 2026] -## Lesson 101: ARM-32 Course 2 (Part 36 – Debugging SizeOf Operator) -This tutorial will discuss debugging sizeof operator. +# Today's Tutorial [February 6, 2026] +## Lesson 102: ARM-32 Course 2 (Part 37 – Hacking SizeOf Operator) +This tutorial will discuss hacking sizeof operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 2e35a01236451b50ca0e1f77be5ca5c16b59fc2b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 7 Feb 2026 08:59:58 -0500 Subject: [PATCH 027/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4600e03..667f8f4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 6, 2026] -## Lesson 102: ARM-32 Course 2 (Part 37 – Hacking SizeOf Operator) -This tutorial will discuss hacking sizeof operator. +# Today's Tutorial [February 7, 2026] +## Lesson 103: ARM-32 Course 2 (Part 38 – Pre-Increment Operator) +This tutorial will discuss the pre-increment operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 52125164301119776f41fd9daf8a39b43db64f10 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 8 Feb 2026 05:40:15 -0500 Subject: [PATCH 028/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 667f8f4..187a081 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 7, 2026] -## Lesson 103: ARM-32 Course 2 (Part 38 – Pre-Increment Operator) -This tutorial will discuss the pre-increment operator. +# Today's Tutorial [February 8, 2026] +## Lesson 104: ARM-32 Course 2 (Part 39 – Debugging Pre-Increment Operator) +This tutorial will discuss debugging pre-increment operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 3954e20d86d2efe87c6779f972cf4a77ce0bebe2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 9 Feb 2026 07:50:08 -0500 Subject: [PATCH 029/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 187a081..7ef1999 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 8, 2026] -## Lesson 104: ARM-32 Course 2 (Part 39 – Debugging Pre-Increment Operator) -This tutorial will discuss debugging pre-increment operator. +# Today's Tutorial [February 9, 2026] +## Lesson 105: ARM-32 Course 2 (Part 40 – Hacking Pre-Increment Operator) +This tutorial will discuss hacking pre-increment operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From f1db58ab358e6e3cc00120537727e74b4a98fce8 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 13 Feb 2026 08:12:44 -0500 Subject: [PATCH 030/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ef1999..b0cf1a9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 9, 2026] -## Lesson 105: ARM-32 Course 2 (Part 40 – Hacking Pre-Increment Operator) -This tutorial will discuss hacking pre-increment operator. +# Today's Tutorial [February 13, 2026] +## Lesson 106: ARM-32 Course 2 (Part 41 – Post-Increment Operator) +This tutorial will discuss the post-increment operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e5d7a61bfd48934b261a04e40cd812b03a48d4da Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 14 Feb 2026 09:02:54 -0500 Subject: [PATCH 031/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0cf1a9..9fccce0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 13, 2026] -## Lesson 106: ARM-32 Course 2 (Part 41 – Post-Increment Operator) -This tutorial will discuss the post-increment operator. +# Today's Tutorial [February 14, 2026] +## Lesson 107: ARM-32 Course 2 (Part 42 – Debugging Post-Increment Operator) +This tutorial will discuss debugging post-increment operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From f6acab634362148cd08b77cbee9fde3752cb60de Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 17 Feb 2026 08:53:18 -0500 Subject: [PATCH 032/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fccce0..1f93703 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 14, 2026] -## Lesson 107: ARM-32 Course 2 (Part 42 – Debugging Post-Increment Operator) -This tutorial will discuss debugging post-increment operator. +# Today's Tutorial [February 17, 2026] +## Lesson 108: ARM-32 Course 2 (Part 43 – Hacking Post-Increment Operator) +This tutorial will discuss hacking post-increment operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 722df3a1dc8741f073f23637a012c5e5295a8cbb Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 18 Feb 2026 09:09:51 -0500 Subject: [PATCH 033/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f93703..534186a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 17, 2026] -## Lesson 108: ARM-32 Course 2 (Part 43 – Hacking Post-Increment Operator) -This tutorial will discuss hacking post-increment operator. +# Today's Tutorial [February 18, 2026] +## Lesson 109: ARM-32 Course 2 (Part 44 – Pre-Decrement Operator) +This tutorial will discuss the pre-decrement operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From fdfa83f8ad3e34718abb436271378b35538a3afa Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 19 Feb 2026 09:43:32 -0500 Subject: [PATCH 034/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 534186a..bd205fc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 18, 2026] -## Lesson 109: ARM-32 Course 2 (Part 44 – Pre-Decrement Operator) -This tutorial will discuss the pre-decrement operator. +# Today's Tutorial [February 19, 2026] +## Lesson 110: ARM-32 Course 2 (Part 45 – Debugging Pre-Decrement Operator) +This tutorial will discuss debugging pre-decrement operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From baaf2254c42669ba83e5338dfae948121dc49502 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 20 Feb 2026 10:01:08 -0500 Subject: [PATCH 035/182] Revise tutorial date and lesson content Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd205fc..6c1ed05 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 19, 2026] -## Lesson 110: ARM-32 Course 2 (Part 45 – Debugging Pre-Decrement Operator) -This tutorial will discuss debugging pre-decrement operator. +# Today's Tutorial [February 20, 2026] +## Lesson 111: ARM-32 Course 2 (Part 46 – Hacking Pre-Decrement Operator) +This tutorial will discuss hacking pre-decrement operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ade15e9fe1248ded26c43f0101bbba0db14bcaaf Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 21 Feb 2026 11:00:11 -0500 Subject: [PATCH 036/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c1ed05..9e76846 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 20, 2026] -## Lesson 111: ARM-32 Course 2 (Part 46 – Hacking Pre-Decrement Operator) -This tutorial will discuss hacking pre-decrement operator. +# Today's Tutorial [February 21, 2026] +## Lesson 112: ARM-32 Course 2 (Part 47 – Post-Decrement Operator) +This tutorial will discuss post-decrement operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 663861c67fa02c06679ccb4b3ff8818d6b67e4dd Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 22 Feb 2026 09:55:26 -0500 Subject: [PATCH 037/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e76846..3c9c33c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [February 21, 2026] -## Lesson 112: ARM-32 Course 2 (Part 47 – Post-Decrement Operator) -This tutorial will discuss post-decrement operator. +# Today's Tutorial [February 22, 2026] +## Lesson 113: ARM-32 Course 2 (Part 48 – Debugging Post-Decrement Operator) +This tutorial will discuss debugging post-decrement operator. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 9d96e28f886af8d76ab0fea3add74da30adc5685 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 23 Feb 2026 09:00:15 -0500 Subject: [PATCH 038/182] Update tutorial details and lesson information --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c9c33c..cdd203e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 22, 2026] -## Lesson 113: ARM-32 Course 2 (Part 48 – Debugging Post-Decrement Operator) -This tutorial will discuss debugging post-decrement operator. +# Today's Tutorial [February 23, 2026] +## Lesson 114: ARM-32 Course 2 (Part 49 – Hacking Post-Decrement Operator) +This tutorial will discuss hacking post-decrement operator. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. to read the FREE ebook.
From f3adaaeb041ec05ee0c4df8f8a452f430ce5d736 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 24 Feb 2026 10:39:29 -0500 Subject: [PATCH 039/182] Update tutorial date and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdd203e..893e464 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 23, 2026] -## Lesson 114: ARM-32 Course 2 (Part 49 – Hacking Post-Decrement Operator) -This tutorial will discuss hacking post-decrement operator. +# Today's Tutorial [February 24, 2026] +## Lesson 115: ARM-32 Project (Part 1 – Hacking Hello World) +ARM 32-bit Raspberry Pi Hacking Hello World example in Kali Linux. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. to read the FREE ebook. +-> Click [HERE](https://github.com/mytechnotalent/0x01-ARM-32-Hacking-Hello-World) to read the project on GitHub.
From fd5da0da1c6b98c6636fcb891d6648cb24806061 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 25 Feb 2026 09:34:02 -0500 Subject: [PATCH 040/182] Revise tutorial details and update project links Updated tutorial date and lesson number, and changed project links. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 893e464..a67aede 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 24, 2026] -## Lesson 115: ARM-32 Project (Part 1 – Hacking Hello World) -ARM 32-bit Raspberry Pi Hacking Hello World example in Kali Linux. +# Today's Tutorial [February 25, 2026] +## Lesson 116: ARM-32 Project (Part 2 – Hacking Int) +ARM 32-bit Raspberry Pi Hacking Int example in Kali Linux. --> Click [HERE](https://github.com/mytechnotalent/0x01-ARM-32-Hacking-Hello-World) to read the project on GitHub. +-> Click [HERE](https://github.com/mytechnotalent/0x02-ARM-32-Hacking-Int) to read the project on GitHub.
From 4da25f20e84d4a9a2c29c331575891fb0a5d6ddb Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 26 Feb 2026 08:27:57 -0500 Subject: [PATCH 041/182] Revise tutorial date and lesson for ARM-32 project Updated tutorial date and lesson details for ARM-32 project. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a67aede..222a4b9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 25, 2026] -## Lesson 116: ARM-32 Project (Part 2 – Hacking Int) -ARM 32-bit Raspberry Pi Hacking Int example in Kali Linux. +# Today's Tutorial [February 26, 2026] +## Lesson 117: ARM-32 Project (Part 3 – Hacking Float) +ARM 32-bit Raspberry Pi Hacking Float example in Kali Linux. --> Click [HERE](https://github.com/mytechnotalent/0x02-ARM-32-Hacking-Int) to read the project on GitHub. +-> Click [HERE](https://github.com/mytechnotalent/0x03-ARM-32-Hacking-Float) to read the project on GitHub.
From 1ec174a1f57b56c654e092eb5171d5fc3e39d72e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 27 Feb 2026 07:25:52 -0500 Subject: [PATCH 042/182] Update tutorial date and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 222a4b9..51b324a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 26, 2026] -## Lesson 117: ARM-32 Project (Part 3 – Hacking Float) -ARM 32-bit Raspberry Pi Hacking Float example in Kali Linux. +# Today's Tutorial [February 27, 2026] +## Lesson 118: ARM-32 Project (Part 4 – Hacking Double) +ARM 32-bit Raspberry Pi Hacking Double example in Kali Linux. --> Click [HERE](https://github.com/mytechnotalent/0x03-ARM-32-Hacking-Float) to read the project on GitHub. +-> Click [HERE](https://github.com/mytechnotalent/0x04-ARM-32-Hacking-Double) to read the project on GitHub.
From a7149f0876fa1c8753c3a362506c3af62f1165f4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 28 Feb 2026 09:38:55 -0500 Subject: [PATCH 043/182] Update tutorial lesson and date in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51b324a..26c4f3d 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 27, 2026] -## Lesson 118: ARM-32 Project (Part 4 – Hacking Double) -ARM 32-bit Raspberry Pi Hacking Double example in Kali Linux. +# Today's Tutorial [February 28, 2026] +## Lesson 119: ARM-32 Project (Part 5 – Hacking Char) +ARM 32-bit Raspberry Pi Hacking Char example in Kali Linux. --> Click [HERE](https://github.com/mytechnotalent/0x04-ARM-32-Hacking-Double) to read the project on GitHub. +-> Click [HERE](https://github.com/mytechnotalent/0x05-ARM-32-Hacking_Char) to read the project on GitHub.
From 4642d314f5579c58831322dc8029593b882ddf9b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 1 Mar 2026 09:52:58 -0500 Subject: [PATCH 044/182] Update tutorial date and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26c4f3d..5cec4e9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [February 28, 2026] -## Lesson 119: ARM-32 Project (Part 5 – Hacking Char) -ARM 32-bit Raspberry Pi Hacking Char example in Kali Linux. +# Today's Tutorial [March 1, 2026] +## Lesson 120: ARM-32 Project (Part 6 – Hacking Char Pointer) +ARM 32-bit Raspberry Pi Char Pointer example in Kali Linux. --> Click [HERE](https://github.com/mytechnotalent/0x05-ARM-32-Hacking_Char) to read the project on GitHub. +-> Click [HERE](https://github.com/mytechnotalent/0x06-ARM-32-Hacking-Char-Pointer) to read the project on GitHub.
From a94d8024258665864f4f2770d29cca566d6f5c3b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 2 Mar 2026 09:09:20 -0500 Subject: [PATCH 045/182] Revise tutorial information for March 2026 Updated tutorial date and lesson details in README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cec4e9..4dc3bd2 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [March 1, 2026] -## Lesson 120: ARM-32 Project (Part 6 – Hacking Char Pointer) -ARM 32-bit Raspberry Pi Char Pointer example in Kali Linux. +# Today's Tutorial [March 2, 2026] +## Lesson 121: x64 Course (Part 1 – The Cyber Revolution) +This tutorial will discuss the cyber revolution. --> Click [HERE](https://github.com/mytechnotalent/0x06-ARM-32-Hacking-Char-Pointer) to read the project on GitHub. +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook.
From 0dc303212d6f505811b4be4a9b9ead9cb44615bc Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 3 Mar 2026 07:49:11 -0500 Subject: [PATCH 046/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dc3bd2..4103de4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 2, 2026] -## Lesson 121: x64 Course (Part 1 – The Cyber Revolution) -This tutorial will discuss the cyber revolution. +# Today's Tutorial [March 3, 2026] +## Lesson 122: x64 Course (Part 2 - Transistors) +This tutorial will discuss transistors. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 3a02d5690c7700509f8716b8e1cd1cf599a6de08 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 4 Mar 2026 07:40:50 -0500 Subject: [PATCH 047/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4103de4..beaff82 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 3, 2026] -## Lesson 122: x64 Course (Part 2 - Transistors) -This tutorial will discuss transistors. +# Today's Tutorial [March 4, 2026] +## Lesson 123: x64 Course (Part 3 - Logic Gates) +This tutorial will discuss logic gates. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 84d70651ae720b9ea5a22a18db4d48b7be5b05ae Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 6 Mar 2026 06:43:30 -0500 Subject: [PATCH 048/182] Revise tutorial date and lesson details Updated tutorial date and lesson information. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index beaff82..7023bc6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 4, 2026] -## Lesson 123: x64 Course (Part 3 - Logic Gates) -This tutorial will discuss logic gates. +# Today's Tutorial [March 6, 2026] +## Lesson 124: x64 Course (Part 4 - Number Systems) +This tutorial will discuss number systems. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From c913aaefa173696cebbc601de441ab24619dd489 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 7 Mar 2026 13:48:25 -0500 Subject: [PATCH 049/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7023bc6..26d3c6c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 6, 2026] -## Lesson 124: x64 Course (Part 4 - Number Systems) -This tutorial will discuss number systems. +# Today's Tutorial [March 7, 2026] +## Lesson 125: x64 Course (Part 5 - Binary Addition) +This tutorial will discuss binary addition. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 6d1a70e9f3a14ca628008b3ecb1e2a046956a412 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 9 Mar 2026 09:20:20 -0400 Subject: [PATCH 050/182] Update tutorial date and lesson topic in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26d3c6c..b879024 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 7, 2026] -## Lesson 125: x64 Course (Part 5 - Binary Addition) -This tutorial will discuss binary addition. +# Today's Tutorial [March 9, 2026] +## Lesson 126: x64 Course (Part 6 - Binary Subtraction) +This tutorial will discuss binary subtraction. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 98cd48286e69de8a5b67d5be64b356f33398b494 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 10 Mar 2026 21:00:50 -0400 Subject: [PATCH 051/182] Revise tutorial date and lesson content Updated tutorial date and lesson details in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b879024..9015b0d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 9, 2026] -## Lesson 126: x64 Course (Part 6 - Binary Subtraction) -This tutorial will discuss binary subtraction. +# Today's Tutorial [March 11, 2026] +## Lesson 127: x64 Course (Part 7 - Word Lengths) +This tutorial will discuss word lengths. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 660e964884995d1ac85057bb8354f60789d8a8d0 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 12 Mar 2026 20:16:57 -0400 Subject: [PATCH 052/182] Revise tutorial date and lesson information Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9015b0d..4ccfb94 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 11, 2026] -## Lesson 127: x64 Course (Part 7 - Word Lengths) -This tutorial will discuss word lengths. +# Today's Tutorial [March 13, 2026] +## Lesson 128: x64 Course (Part 8 - General Architecture) +This tutorial will discuss the general architecture. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 1b1d5af904b354e5c22d1f017cf9541ad541b55f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 14 Mar 2026 11:19:42 -0400 Subject: [PATCH 053/182] Revise tutorial date and lesson details Updated tutorial date and lesson number in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ccfb94..0a12964 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 13, 2026] -## Lesson 128: x64 Course (Part 8 - General Architecture) -This tutorial will discuss the general architecture. +# Today's Tutorial [March 14, 2026] +## Lesson 129: x64 Course (Part 9 - Calling Conventions) +This tutorial will discuss calling conventions. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 0d3fadaf1e0024e3f206869c26ea36ec88a8b1bb Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 15 Mar 2026 11:25:07 -0400 Subject: [PATCH 054/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a12964..1775c71 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 14, 2026] -## Lesson 129: x64 Course (Part 9 - Calling Conventions) -This tutorial will discuss calling conventions. +# Today's Tutorial [March 15, 2026] +## Lesson 130: x64 Course (Part 10 - Boolean Instructions) +This tutorial will discuss boolean instructions. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 9caadb9d753fb3855c64c32363dc23b323c2d1ec Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 16 Mar 2026 09:14:13 -0400 Subject: [PATCH 055/182] Revise tutorial date and lesson content Updated tutorial date and lesson details in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1775c71..56cabbf 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 15, 2026] -## Lesson 130: x64 Course (Part 10 - Boolean Instructions) -This tutorial will discuss boolean instructions. +# Today's Tutorial [March 16, 2026] +## Lesson 131: x64 Course (Part 11 - Pointers) +This tutorial will discuss pointers. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 552cf1eb9852a541e17f07234e8c286925496d28 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 17 Mar 2026 09:03:14 -0400 Subject: [PATCH 056/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56cabbf..66bfb4c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 16, 2026] -## Lesson 131: x64 Course (Part 11 - Pointers) -This tutorial will discuss pointers. +# Today's Tutorial [March 17, 2026] +## Lesson 132: x64 Course (Part 12 - Load Effective Address) +This tutorial will discuss load effective address. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From abcacc8ea6ecf8b7688478df474223ab7ebe8d95 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 18 Mar 2026 09:30:18 -0400 Subject: [PATCH 057/182] Revise tutorial date and lesson content Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66bfb4c..1f6d0e4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 17, 2026] -## Lesson 132: x64 Course (Part 12 - Load Effective Address) -This tutorial will discuss load effective address. +# Today's Tutorial [March 18, 2026] +## Lesson 133: x64 Course (Part 13 - The Data Segment) +This tutorial will discuss the data segment. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From d4a1dcb285947a6cdbc7584d08459610e8b0e014 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 19 Mar 2026 08:57:24 -0400 Subject: [PATCH 058/182] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f6d0e4..19a6ebc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [March 18, 2026] -## Lesson 133: x64 Course (Part 13 - The Data Segment) -This tutorial will discuss the data segment. +# Today's Tutorial [March 19, 2026] +## Lesson 134: x64 Course (Part 14 - SHL Instruction) +This tutorial will discuss the shl instruction. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. +-> Click [HERE](https://0xinfection.github.io/reversing)
From 534a9c407ea48116410987363b87119566705c9d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 20 Mar 2026 08:16:19 -0400 Subject: [PATCH 059/182] Revise tutorial date and lesson from 134 to 135 Updated tutorial date and lesson information. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19a6ebc..b41680e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [March 19, 2026] -## Lesson 134: x64 Course (Part 14 - SHL Instruction) -This tutorial will discuss the shl instruction. +# Today's Tutorial [March 20, 2026] +## Lesson 135: x64 Course (Part 15 - SHR Instruction) +This tutorial will discuss the shr instruction. --> Click [HERE](https://0xinfection.github.io/reversing) +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook.
From ed0cba0c046d6db66c018fd2653fcbf746f2045f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 21 Mar 2026 11:48:20 -0400 Subject: [PATCH 060/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b41680e..07fe289 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 20, 2026] -## Lesson 135: x64 Course (Part 15 - SHR Instruction) -This tutorial will discuss the shr instruction. +# Today's Tutorial [March 21, 2026] +## Lesson 136: x64 Course (Part 16 - ROL Instruction) +This tutorial will discuss rol instruction. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From d437787e75dc767ff26b19ca04f1531514f080c0 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 22 Mar 2026 09:03:04 -0400 Subject: [PATCH 061/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07fe289..4f71a70 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 21, 2026] -## Lesson 136: x64 Course (Part 16 - ROL Instruction) -This tutorial will discuss rol instruction. +# Today's Tutorial [March 22, 2026] +## Lesson 137: x64 Course (Part 17 - ROR Instruction) +This tutorial will discuss the ror instruction. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From a6d4ecc077a8ae640762e347c22dd325acdc5ee3 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 23 Mar 2026 08:34:15 -0400 Subject: [PATCH 062/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f71a70..07b5a3b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 22, 2026] -## Lesson 137: x64 Course (Part 17 - ROR Instruction) -This tutorial will discuss the ror instruction. +# Today's Tutorial [March 23, 2026] +## Lesson 138: x64 Course (Part 18 - Boot Sector Basics [Part 1]) +This tutorial will discuss boot sector basics. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 8991d26884c815463a9612e3c47c3679336eb357 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 25 Mar 2026 08:54:08 -0400 Subject: [PATCH 063/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07b5a3b..8a5293f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [March 23, 2026] -## Lesson 138: x64 Course (Part 18 - Boot Sector Basics [Part 1]) -This tutorial will discuss boot sector basics. +# Today's Tutorial [March 25, 2026] +## Lesson 139: x64 Course (Part 19 - Boot Sector Basics [Part 2]) +This tutorial will discuss more boot sector basics. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From bb62315b42f2f005da711a043a3e343925136182 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 26 Mar 2026 09:30:26 -0400 Subject: [PATCH 064/182] Update tutorial date and lesson number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a5293f..80d32d2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [March 25, 2026] -## Lesson 139: x64 Course (Part 19 - Boot Sector Basics [Part 2]) +# Today's Tutorial [March 26, 2026] +## Lesson 140: x64 Course (Part 20 - Boot Sector Basics [Part 3]) This tutorial will discuss more boot sector basics. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 0e8b655dcd24c346ebf1f5b6c8dc1d422d12e2d2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 27 Mar 2026 07:35:23 -0400 Subject: [PATCH 065/182] Update tutorial date and lesson number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80d32d2..aeac11c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [March 26, 2026] -## Lesson 140: x64 Course (Part 20 - Boot Sector Basics [Part 3]) +# Today's Tutorial [March 27, 2026] +## Lesson 141: x64 Course (Part 21 - Boot Sector Basics [Part 4]) This tutorial will discuss more boot sector basics. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e95cc1d51ddf8a42740d6daf8f37d69d3e619607 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 28 Mar 2026 08:36:33 -0400 Subject: [PATCH 066/182] Update tutorial date and lesson number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeac11c..4438c35 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [March 27, 2026] -## Lesson 141: x64 Course (Part 21 - Boot Sector Basics [Part 4]) +# Today's Tutorial [March 28, 2026] +## Lesson 142: x64 Course (Part 22 - Boot Sector Basics [Part 5]) This tutorial will discuss more boot sector basics. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 26d486e08a3412a18bfd9c4c1386bc4786fbb35a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 28 Mar 2026 19:38:03 -0400 Subject: [PATCH 067/182] Update README to remove old tutorial details Removed outdated tutorial information from README. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 4438c35..f2bde02 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,6 @@
-# Today's Tutorial [March 28, 2026] -## Lesson 142: x64 Course (Part 22 - Boot Sector Basics [Part 5]) -This tutorial will discuss more boot sector basics. - --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. - -
- # Python For Kids A FREE comprehensive online Python development tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers. From 593ca4a03a506ab4dddbe2892ab1390cf29a74a5 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 3 Apr 2026 08:28:59 -0400 Subject: [PATCH 068/182] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f2bde02..465c79d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@
+# Today's Tutorial [April 3, 2026] +## Lesson 148: x64 Course (Part 28 - x64 Assembly [Part 2]) +This tutorial will discuss more x64 assembly. + +-> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. + +
+ # Python For Kids A FREE comprehensive online Python development tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers. From adf70c2181459ddae2c167de28569bd80d6c4146 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 4 Apr 2026 08:38:46 -0400 Subject: [PATCH 069/182] Update tutorial date and lesson number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 465c79d..99d1601 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [April 3, 2026] -## Lesson 148: x64 Course (Part 28 - x64 Assembly [Part 2]) +# Today's Tutorial [April 4, 2026] +## Lesson 149: x64 Course (Part 29 - x64 Assembly [Part 3]) This tutorial will discuss more x64 assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From d7a49f47b975b672bf9431101e8fc38a8e0a350c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 5 Apr 2026 08:49:52 -0400 Subject: [PATCH 070/182] Update tutorial date and lesson number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99d1601..e8c055a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [April 4, 2026] -## Lesson 149: x64 Course (Part 29 - x64 Assembly [Part 3]) +# Today's Tutorial [April 5, 2026] +## Lesson 150: x64 Course (Part 30 - x64 Assembly [Part 4]) This tutorial will discuss more x64 assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ba8477673f097f5e44c5b995d498399e4e2feeae Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 6 Apr 2026 08:20:10 -0400 Subject: [PATCH 071/182] Update tutorial date and lesson number in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8c055a..3f0ac45 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [April 5, 2026] -## Lesson 150: x64 Course (Part 30 - x64 Assembly [Part 4]) +# Today's Tutorial [April 6, 2026] +## Lesson 151: x64 Course (Part 31 - x64 Assembly [Part 5]) This tutorial will discuss more x64 assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 0692fc4b517d624db1ba2aac2b3462f0df0f2630 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 7 Apr 2026 08:42:27 -0400 Subject: [PATCH 072/182] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f0ac45..feaf19e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [April 6, 2026] -## Lesson 151: x64 Course (Part 31 - x64 Assembly [Part 5]) +# Today's Tutorial [April 7, 2026] +## Lesson 152: x64 Course (Part 32 - x64 Assembly [Part 6]) This tutorial will discuss more x64 assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From eeb3daf7fe45cbb51ca75775b9a0b6afe1ef733e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 8 Apr 2026 08:51:17 -0400 Subject: [PATCH 073/182] Update tutorial date and lesson number in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feaf19e..35cc3eb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [April 7, 2026] -## Lesson 152: x64 Course (Part 32 - x64 Assembly [Part 6]) +# Today's Tutorial [April 8, 2026] +## Lesson 153: x64 Course (Part 33 - x64 Assembly [Part 7]) This tutorial will discuss more x64 assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 36bb8e8ddfb5847baecae6272ca475746b497dfd Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 9 Apr 2026 15:09:50 -0400 Subject: [PATCH 074/182] Update tutorial date and lesson information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35cc3eb..6b9f83e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 8, 2026] -## Lesson 153: x64 Course (Part 33 - x64 Assembly [Part 7]) -This tutorial will discuss more x64 assembly. +# Today's Tutorial [April 9, 2026] +## Lesson 154: x64 Course (Part 34 - x64 C++ 1 Code [Part 1]) +This tutorial will discuss C++ code as it relates to 64-bit assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 54b847e9d5940e5bfd24412f05ae988d4781939d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 10 Apr 2026 08:15:54 -0400 Subject: [PATCH 075/182] Revise tutorial date and lesson details Updated tutorial date and lesson information. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b9f83e..dfab4da 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 9, 2026] -## Lesson 154: x64 Course (Part 34 - x64 C++ 1 Code [Part 1]) -This tutorial will discuss C++ code as it relates to 64-bit assembly. +# Today's Tutorial [April 10, 2026] +## Lesson 155: x64 Course (Part 35 - x64 C++ 2 Debug [Part 2]) +This tutorial will discuss more C++ code as it relates to 64-bit assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e87c79d132a7d04a7df313f2eada7cf7a7a04541 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 11 Apr 2026 09:01:43 -0400 Subject: [PATCH 076/182] Update tutorial date and lesson number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfab4da..335d853 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [April 10, 2026] -## Lesson 155: x64 Course (Part 35 - x64 C++ 2 Debug [Part 2]) +# Today's Tutorial [April 11, 2026] +## Lesson 156: x64 Course (Part 36 - x64 C++ 3 Hacking [Part 3]) This tutorial will discuss more C++ code as it relates to 64-bit assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 69a8ee6897b7eb9fe6132214cebacf468d3c5f6c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 12 Apr 2026 09:01:47 -0400 Subject: [PATCH 077/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 335d853..6c1d01d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 11, 2026] -## Lesson 156: x64 Course (Part 36 - x64 C++ 3 Hacking [Part 3]) -This tutorial will discuss more C++ code as it relates to 64-bit assembly. +# Today's Tutorial [April 12, 2026] +## Lesson 157: x64 Course (Part 37 - x64 C & Genesis Of Life) +This tutorial will discuss c and how it relates to x64 assembly. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 1198cde5a6d4ef966b94e09d284599cafb790968 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 13 Apr 2026 08:36:03 -0400 Subject: [PATCH 078/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c1d01d..54f634a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 12, 2026] -## Lesson 157: x64 Course (Part 37 - x64 C & Genesis Of Life) -This tutorial will discuss c and how it relates to x64 assembly. +# Today's Tutorial [April 13, 2026] +## Lesson 158: x64 Course (Part 38 - x64 Networking Basics) +This tutorial will discuss x64 networking basics. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 894b6c3cf818700323c94e20d36e1963ade694cd Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 14 Apr 2026 08:25:07 -0400 Subject: [PATCH 079/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54f634a..b7561f7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 13, 2026] -## Lesson 158: x64 Course (Part 38 - x64 Networking Basics) -This tutorial will discuss x64 networking basics. +# Today's Tutorial [April 14, 2026] +## Lesson 159: x64 Course (Part 39 - Why C?) +This tutorial will discuss the power of the c language. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 5e706274dffe031f53028b773454fc94c79c41b9 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 15 Apr 2026 08:21:48 -0400 Subject: [PATCH 080/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7561f7..d0da1a8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 14, 2026] -## Lesson 159: x64 Course (Part 39 - Why C?) -This tutorial will discuss the power of the c language. +# Today's Tutorial [April 15, 2026] +## Lesson 160: x64 Course (Part 40 - Hacking Hello World!) +This tutorial will discuss hacking hello world. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From a5610e3bbd5d321cb2c0b3431eac6101a22ef359 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 16 Apr 2026 08:44:11 -0400 Subject: [PATCH 081/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0da1a8..3728bc6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 15, 2026] -## Lesson 160: x64 Course (Part 40 - Hacking Hello World!) -This tutorial will discuss hacking hello world. +# Today's Tutorial [April 16, 2026] +## Lesson 161: x64 Course (Part 41 - Hacking Variables!) +This tutorial will discuss hacking variables. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 77e0ccf91bc9d00352acbff99d161b2cc0b323c5 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 17 Apr 2026 09:20:37 -0400 Subject: [PATCH 082/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3728bc6..e505ca3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 16, 2026] -## Lesson 161: x64 Course (Part 41 - Hacking Variables!) -This tutorial will discuss hacking variables. +# Today's Tutorial [April 17, 2026] +## Lesson 162: x64 Course (Part 42 - Hacking Branches!) +This tutorial will discuss hacking branches. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 84ee0356e2948e5a1ada35476c67d6fb3fb82f2e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 18 Apr 2026 09:28:22 -0400 Subject: [PATCH 083/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e505ca3..b594b01 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 17, 2026] -## Lesson 162: x64 Course (Part 42 - Hacking Branches!) -This tutorial will discuss hacking branches. +# Today's Tutorial [April 18, 2026] +## Lesson 163: x64 Course (Part 43 - Hacking Pointers!) +This tutorial will discuss hacking pointers. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 2cea5091f627321a50d0b211c9f88ed201bdce92 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 19 Apr 2026 08:53:05 -0400 Subject: [PATCH 084/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b594b01..4a9a24a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 18, 2026] -## Lesson 163: x64 Course (Part 43 - Hacking Pointers!) -This tutorial will discuss hacking pointers. +# Today's Tutorial [April 19, 2026] +## Lesson 164: ARM-64 Course (Part 1 - The Meaning Of Life) +In this lesson we will discuss the course concepts and the meaning of life. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e1c6e74ad3768ae683ecbc8b0a4b4a2a4db51907 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 20 Apr 2026 07:58:25 -0400 Subject: [PATCH 085/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a9a24a..af75964 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 19, 2026] -## Lesson 164: ARM-64 Course (Part 1 - The Meaning Of Life) -In this lesson we will discuss the course concepts and the meaning of life. +# Today's Tutorial [April 20, 2026] +## Lesson 165: ARM-64 Course (Part 2 - Development Setup) +In this lesson we will discuss how to set up our development in 64-bit ARM with Kali Linux. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 68738b2b05e1662b9b5aafb5749d94ab4637d7d7 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 21 Apr 2026 11:31:37 -0400 Subject: [PATCH 086/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af75964..f12d8d0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 20, 2026] -## Lesson 165: ARM-64 Course (Part 2 - Development Setup) -In this lesson we will discuss how to set up our development in 64-bit ARM with Kali Linux. +# Today's Tutorial [April 21, 2026] +## Lesson 166: ARM-64 Course (Part 3 - "Hello World") +In this lesson we will discuss how to write and compile a simple hello world program in C++. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From f191dd084cccf5616306fff10bf99b294c659a2b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 22 Apr 2026 07:30:23 -0400 Subject: [PATCH 087/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f12d8d0..42da180 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 21, 2026] -## Lesson 166: ARM-64 Course (Part 3 - "Hello World") -In this lesson we will discuss how to write and compile a simple hello world program in C++. +# Today's Tutorial [April 22, 2026] +## Lesson 167: ARM-64 Course (Part 4 - Debugging "Hello World") +In this lesson we will debug our simple hello world program. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 5d5901bbe151cb76f8c8782434272857531f1829 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 23 Apr 2026 08:06:13 -0400 Subject: [PATCH 088/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42da180..93ff500 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 22, 2026] -## Lesson 167: ARM-64 Course (Part 4 - Debugging "Hello World") -In this lesson we will debug our simple hello world program. +# Today's Tutorial [April 23, 2026] +## Lesson 168: ARM-64 Course (Part 5 - Hacking "Hello World") +In this lesson we will hack our simple hello world program. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 938dde4d877d5bb05d9031df9f399a90f428b03b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 24 Apr 2026 08:12:43 -0400 Subject: [PATCH 089/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93ff500..fc9850c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 23, 2026] -## Lesson 168: ARM-64 Course (Part 5 - Hacking "Hello World") -In this lesson we will hack our simple hello world program. +# Today's Tutorial [April 24, 2026] +## Lesson 169: ARM-64 Course (Part 6 - Basic I/O) +In this lesson we will discuss how to write and compile a simple basicio program in C++ and discuss basic input validation. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From f780dd089fef13cb9dfa8064988a2eb019d933f7 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 25 Apr 2026 08:23:28 -0400 Subject: [PATCH 090/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc9850c..40be195 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 24, 2026] -## Lesson 169: ARM-64 Course (Part 6 - Basic I/O) -In this lesson we will discuss how to write and compile a simple basicio program in C++ and discuss basic input validation. +# Today's Tutorial [April 25, 2026] +## Lesson 170: ARM-64 Course (Part 7 - Debugging Basic I/O) +In this lesson we will discuss how to debug a simple basicio program in C++ and discuss basic input validation. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 4dc522df0d8d1014ab6b05705c66ce930c66c114 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 26 Apr 2026 08:25:16 -0400 Subject: [PATCH 091/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40be195..d47d3d8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 25, 2026] -## Lesson 170: ARM-64 Course (Part 7 - Debugging Basic I/O) -In this lesson we will discuss how to debug a simple basicio program in C++ and discuss basic input validation. +# Today's Tutorial [April 26, 2026] +## Lesson 171: ARM-64 Course (Part 8 - Hacking Basic I/O) +In this lesson we will discuss how to hack a simple basicio program in C++ and discuss basic input validation. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e702d3147be64f191caacd8d90ff3bccbb7db8de Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 27 Apr 2026 11:18:48 -0400 Subject: [PATCH 092/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d47d3d8..1f92edb 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 26, 2026] -## Lesson 171: ARM-64 Course (Part 8 - Hacking Basic I/O) -In this lesson we will discuss how to hack a simple basicio program in C++ and discuss basic input validation. +# Today's Tutorial [April 27, 2026] +## Lesson 172: ARM-64 Course (Part 9 - Character Primitive Datatype) +In this lesson we will discuss the char primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From a8bc0ffce86417ce631974003a5090372d266119 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 29 Apr 2026 08:03:25 -0400 Subject: [PATCH 093/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f92edb..a0d9357 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 27, 2026] -## Lesson 172: ARM-64 Course (Part 9 - Character Primitive Datatype) -In this lesson we will discuss the char primitive datatype. +# Today's Tutorial [April 29, 2026] +## Lesson 174: ARM-64 Course (Part 11 - Hacking Character Primitive Datatype) +In this lesson we will discuss hacking the char primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ed8eaa6162fb965931562361f4e154ab51ff34f1 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 30 Apr 2026 07:43:58 -0400 Subject: [PATCH 094/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0d9357..cc2f903 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 29, 2026] -## Lesson 174: ARM-64 Course (Part 11 - Hacking Character Primitive Datatype) -In this lesson we will discuss hacking the char primitive datatype. +# Today's Tutorial [April 30, 2026] +## Lesson 175: ARM-64 Course (Part 12 - Boolean Primitive Datatype) +In this lesson we will discuss the boolean primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 2f3533ca15b8972081f6f39c1623e3ef6e887526 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 2 May 2026 13:57:41 -0400 Subject: [PATCH 095/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc2f903..49f4ca8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [April 30, 2026] -## Lesson 175: ARM-64 Course (Part 12 - Boolean Primitive Datatype) -In this lesson we will discuss the boolean primitive datatype. +# Today's Tutorial [May 2, 2026] +## Lesson 176: ARM-64 Course (Part 13 - Debugging Boolean Primitive Datatype) +In this lesson we will discuss debugging the boolean primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From b4b81ff4238f3bba904a8236751b9a5eb85c543e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 3 May 2026 09:39:01 -0400 Subject: [PATCH 096/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49f4ca8..7119624 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 2, 2026] -## Lesson 176: ARM-64 Course (Part 13 - Debugging Boolean Primitive Datatype) -In this lesson we will discuss debugging the boolean primitive datatype. +# Today's Tutorial [May 3, 2026] +## Lesson 177: ARM-64 Course (Part 14 - Hacking Boolean Primitive Datatype) +In this lesson we will discuss hacking the boolean primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e11b851b3e8835d5628ed690cd83b8ca9b6d2933 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 4 May 2026 09:40:59 -0400 Subject: [PATCH 097/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7119624..b608b80 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 3, 2026] -## Lesson 177: ARM-64 Course (Part 14 - Hacking Boolean Primitive Datatype) -In this lesson we will discuss hacking the boolean primitive datatype. +# Today's Tutorial [May 4, 2026] +## Lesson 178: ARM-64 Course (Part 15 - Float Primitive Datatype) +In this lesson we will discuss the float primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 35b5bff793530e687a33c36f3317b099073d1b27 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 5 May 2026 09:13:57 -0400 Subject: [PATCH 098/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b608b80..69449d1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 4, 2026] -## Lesson 178: ARM-64 Course (Part 15 - Float Primitive Datatype) -In this lesson we will discuss the float primitive datatype. +# Today's Tutorial [May 5, 2026] +## Lesson 179: ARM-64 Course (Part 16 - Debugging Float Primitive Datatype) +In this lesson we will discuss debugging the float primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 9bde7bc17470343da6c30b0200457ba3977d3970 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 6 May 2026 08:09:35 -0400 Subject: [PATCH 099/182] Revise tutorial date and lesson topic Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69449d1..9e9e91a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 5, 2026] -## Lesson 179: ARM-64 Course (Part 16 - Debugging Float Primitive Datatype) -In this lesson we will discuss debugging the float primitive datatype. +# Today's Tutorial [May 6, 2026] +## Lesson 180: ARM-64 Course (Part 17 - Hacking Float Primitive Datatype) +In this lesson we will discuss hacking the float primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From eeaf27dc9a4c70f20d9990af5a23e2a5407ace3f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 7 May 2026 09:57:57 -0400 Subject: [PATCH 100/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e9e91a..b63c0db 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 6, 2026] -## Lesson 180: ARM-64 Course (Part 17 - Hacking Float Primitive Datatype) -In this lesson we will discuss hacking the float primitive datatype. +# Today's Tutorial [May 7, 2026] +## Lesson 181: ARM-64 Course (Part 18 - Double Primitive Datatype) +In this lesson we will discuss the double primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 2c8307fcf157d138abca9bd206422ea22272ce87 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 8 May 2026 07:34:16 -0400 Subject: [PATCH 101/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b63c0db..2cf2008 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 7, 2026] -## Lesson 181: ARM-64 Course (Part 18 - Double Primitive Datatype) -In this lesson we will discuss the double primitive datatype. +# Today's Tutorial [May 8, 2026] +## Lesson 182: ARM-64 Course (Part 19 - Debugging Double Primitive Datatype) +In this lesson we will discuss debugging the double primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 0c7fc16bfaf417c2410a8d7382dcd411cd1994c8 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 9 May 2026 09:11:47 -0400 Subject: [PATCH 102/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cf2008..54ae36e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 8, 2026] -## Lesson 182: ARM-64 Course (Part 19 - Debugging Double Primitive Datatype) -In this lesson we will discuss debugging the double primitive datatype. +# Today's Tutorial [May 9, 2026] +## Lesson 183: ARM-64 Course (Part 20 - Hacking Double Primitive Datatype) +In this lesson we will discuss hacking the double primitive datatype. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 41677cf9d800493611758c17d57f074adbfeb183 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 10 May 2026 09:46:31 -0400 Subject: [PATCH 103/182] Revise tutorial date and lesson topic Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54ae36e..7c60c33 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 9, 2026] -## Lesson 183: ARM-64 Course (Part 20 - Hacking Double Primitive Datatype) -In this lesson we will discuss hacking the double primitive datatype. +# Today's Tutorial [May 10, 2026] +## Lesson 184: Pico Hacking Course (Part 1 - The Why, The How...) +In this lesson we will discuss the basic setup of the development environment for the Raspberry Pi Pico. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 6f1f8d0285788a048767c35dc5ee01424099d51e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 11 May 2026 14:16:34 -0400 Subject: [PATCH 104/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c60c33..446c270 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 10, 2026] -## Lesson 184: Pico Hacking Course (Part 1 - The Why, The How...) -In this lesson we will discuss the basic setup of the development environment for the Raspberry Pi Pico. +# Today's Tutorial [May 11, 2026] +## Lesson 185: Pico Hacking Course (Part 2 - Hello World) +In this lesson we will discuss the basic Hello World program. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 162ca7223578c4a3bcc21377e34b92bce784a24a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 16 May 2026 08:35:44 -0400 Subject: [PATCH 105/182] Revise today's tutorial and lesson information Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 446c270..b300dd7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 11, 2026] -## Lesson 185: Pico Hacking Course (Part 2 - Hello World) -In this lesson we will discuss the basic Hello World program. +# Today's Tutorial [May 16, 2026] +## Lesson 186: Pico Hacking Course (Part 3 - Debugging Hello World) +In this lesson we will discuss debugging the basic Hello World program. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 52ab5573f3f1edec9b03026371c3089cbbbb7b77 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 17 May 2026 09:49:46 -0400 Subject: [PATCH 106/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b300dd7..67ab3b5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 16, 2026] -## Lesson 186: Pico Hacking Course (Part 3 - Debugging Hello World) -In this lesson we will discuss debugging the basic Hello World program. +# Today's Tutorial [May 17, 2026] +## Lesson 187: Pico Hacking Course (Part 4 - Hacking Hello World) +In this lesson we will discuss hacking the basic Hello World program. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ad07ef5140ac21a5cfb028edb69c7eaeccb9257c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 18 May 2026 11:33:55 -0400 Subject: [PATCH 107/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67ab3b5..e4ccdfc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 17, 2026] -## Lesson 187: Pico Hacking Course (Part 4 - Hacking Hello World) -In this lesson we will discuss hacking the basic Hello World program. +# Today's Tutorial [May 18, 2026] +## Lesson 188: Pico Hacking Course (Part 5 - char) +In this lesson we will discuss the char data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From c39607f6cc318250bd6ea99d12b1eb489f6dbd2c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 19 May 2026 10:31:52 -0400 Subject: [PATCH 108/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4ccdfc..191f227 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 18, 2026] -## Lesson 188: Pico Hacking Course (Part 5 - char) -In this lesson we will discuss the char data type. +# Today's Tutorial [May 19, 2026] +## Lesson 189: Pico Hacking Course (Part 6 - Debugging char) +In this lesson we will discuss debugging the char data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ba5a7c5f08c4842cc477ad488b524d1dcae0249b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 20 May 2026 08:28:51 -0400 Subject: [PATCH 109/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 191f227..be807b5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 19, 2026] -## Lesson 189: Pico Hacking Course (Part 6 - Debugging char) -In this lesson we will discuss debugging the char data type. +# Today's Tutorial [May 20, 2026] +## Lesson 190: Pico Hacking Course (Part 7 - Hacking char) +In this lesson we will discuss hacking the char data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From e78c13a2f456f5a8e9abb8e7489a5c9b7f9b4125 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 21 May 2026 08:12:24 -0400 Subject: [PATCH 110/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be807b5..cbae3b3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 20, 2026] -## Lesson 190: Pico Hacking Course (Part 7 - Hacking char) -In this lesson we will discuss hacking the char data type. +# Today's Tutorial [May 21, 2026] +## Lesson 191: Pico Hacking Course (Part 8 - int) +In this lesson we will discuss the int data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From bcc2f78eecf8003dbeee3daf43ae8b959d17d5d2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 22 May 2026 07:28:34 -0400 Subject: [PATCH 111/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbae3b3..930bdc1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 21, 2026] -## Lesson 191: Pico Hacking Course (Part 8 - int) -In this lesson we will discuss the int data type. +# Today's Tutorial [May 22, 2026] +## Lesson 192: Pico Hacking Course (Part 9 - Debugging int) +In this lesson we will discuss debugging the int data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 64c2c13b2e9c998f186d3617a40ba0541f9ef4d8 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 23 May 2026 09:23:23 -0400 Subject: [PATCH 112/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 930bdc1..3556f6d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 22, 2026] -## Lesson 192: Pico Hacking Course (Part 9 - Debugging int) -In this lesson we will discuss debugging the int data type. +# Today's Tutorial [May 23, 2026] +## Lesson 193: Pico Hacking Course (Part 10 - Hacking int) +In this lesson we will discuss hacking the int data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 9abb743acc567dda473f5fc8ddb37a0690103baa Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 24 May 2026 09:21:37 -0400 Subject: [PATCH 113/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3556f6d..1cd237c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 23, 2026] -## Lesson 193: Pico Hacking Course (Part 10 - Hacking int) -In this lesson we will discuss hacking the int data type. +# Today's Tutorial [May 24, 2026] +## Lesson 194: Pico Hacking Course (Part 11 - float) +In this lesson we will discuss the float data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From c2d5eeaa694c70c8e167af8205c8727597247af4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 25 May 2026 08:27:09 -0400 Subject: [PATCH 114/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cd237c..df7cee0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 24, 2026] -## Lesson 194: Pico Hacking Course (Part 11 - float) -In this lesson we will discuss the float data type. +# Today's Tutorial [May 25, 2026] +## Lesson 195: Pico Hacking Course (Part 12 - Debugging float) +In this lesson we will discuss debugging the float data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 54e0180ae38296da26c7c0c747d190e9a217b871 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 26 May 2026 10:27:03 -0400 Subject: [PATCH 115/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df7cee0..f86351d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 25, 2026] -## Lesson 195: Pico Hacking Course (Part 12 - Debugging float) -In this lesson we will discuss debugging the float data type. +# Today's Tutorial [May 26, 2026] +## Lesson 197: Pico Hacking Course (Part 14 - double) +In this lesson we will discuss the double data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 4c2ad5ccefe0c83d7805098c099ba0d7c6f17162 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 27 May 2026 08:31:35 -0400 Subject: [PATCH 116/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f86351d..0cd3892 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 26, 2026] -## Lesson 197: Pico Hacking Course (Part 14 - double) -In this lesson we will discuss the double data type. +# Today's Tutorial [May 27, 2026] +## Lesson 198: Pico Hacking Course (Part 15 - Debugging double) +In this lesson we will discuss debugging the double data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From c9d8bd4b48ba71007be6467876369aaaf4cce2ea Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 29 May 2026 08:46:02 -0400 Subject: [PATCH 117/182] Revise today's tutorial and lesson details Updated tutorial date and lesson title to reflect new content. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cd3892..5b26d5d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 27, 2026] -## Lesson 198: Pico Hacking Course (Part 15 - Debugging double) -In this lesson we will discuss debugging the double data type. +# Today's Tutorial [May 29, 2026] +## Lesson 199: Pico Hacking Course (Part 16 - Hacking double) +In this lesson we will discuss hacking the double data type. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 1857b3051949197eb99a3d63c84c87bce8dc9c31 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 30 May 2026 08:22:22 -0400 Subject: [PATCH 118/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b26d5d..9556477 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 29, 2026] -## Lesson 199: Pico Hacking Course (Part 16 - Hacking double) -In this lesson we will discuss hacking the double data type. +# Today's Tutorial [May 30, 2026] +## Lesson 200: Pico Hacking Course (Part 17 - "ABSOLUTE POWER CORRUPTS ABSOLUTELY!", The Tragic Tale Of Input...) +In this lesson we will discuss the concept of proper input handling. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From ea4e1458619655e16e4262b811d77068a6fc9c73 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 31 May 2026 08:40:00 -0400 Subject: [PATCH 119/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9556477..c460a69 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 30, 2026] -## Lesson 200: Pico Hacking Course (Part 17 - "ABSOLUTE POWER CORRUPTS ABSOLUTELY!", The Tragic Tale Of Input...) -In this lesson we will discuss the concept of proper input handling. +# Today's Tutorial [May 31, 2026] +## Lesson 202: Pico Hacking Course (Part 19 - Input) +In this lesson we will discuss creating an effective input architecture. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From de3bea52397eedaff457d926de79318095596248 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 1 Jun 2026 08:52:16 -0400 Subject: [PATCH 120/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c460a69..99bca5b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [May 31, 2026] -## Lesson 202: Pico Hacking Course (Part 19 - Input) -In this lesson we will discuss creating an effective input architecture. +# Today's Tutorial [June 1, 2026] +## Lesson 203: Pico Hacking Course (Part 20 - Debugging Input) +In this lesson we will discuss debugging input. -> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. From 9b1b96b0e88f41ea2922c12dc776022f74693e82 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 2 Jun 2026 09:34:51 -0400 Subject: [PATCH 121/182] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99bca5b..425b38e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [June 1, 2026] -## Lesson 203: Pico Hacking Course (Part 20 - Debugging Input) -In this lesson we will discuss debugging input. +# 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. --> Click [HERE](https://0xinfection.github.io/reversing) to read the FREE ebook. +-> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book.
From 5735a97fa7294a031711841e0653af845c408245 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 3 Jun 2026 08:11:22 -0400 Subject: [PATCH 122/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 425b38e..187589f 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. From fe8b550db65819499d59612862d85773b9c41e14 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 5 Jun 2026 07:40:20 -0400 Subject: [PATCH 123/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 187589f..7587d39 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# 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. +# Today's Tutorial [June 5, 2026] +## Lesson 206: Hacking Windows Course (Chapter 3: Hacking Hello World x86) +This chapter covers the dynamic reverse engineering analysis, hacking, 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. From 19fac7798dfe6fa614b45c6603ec7d2e1e565dbc Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 6 Jun 2026 08:40:57 -0400 Subject: [PATCH 124/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7587d39..5a945d1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 5, 2026] -## Lesson 206: Hacking Windows Course (Chapter 3: Hacking Hello World x86) -This chapter covers the dynamic reverse engineering analysis, hacking, of the Hello World app in x86 Assembly. +# Today's Tutorial [June 6, 2026] +## Lesson 207: Hacking Windows Course (Chapter 4: Debugging Hello World x64) +This chapter covers the dynamic reverse engineering analysis, debugging, of the Hello World app in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 8faee7f3e4e8f6f55ad7ebbb94d1a726c3e3bc81 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 7 Jun 2026 09:00:12 -0400 Subject: [PATCH 125/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a945d1..c29741b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 6, 2026] -## Lesson 207: Hacking Windows Course (Chapter 4: Debugging Hello World x64) -This chapter covers the dynamic reverse engineering analysis, debugging, of the Hello World app in x64 Assembly. +# Today's Tutorial [June 7, 2026] +## Lesson 208: Hacking Windows Course (Chapter 5: Hacking Hello World x64) +This chapter covers the dynamic reverse engineering analysis, hacking, of the Hello World app in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From d8d1f0a274ca294c3f9134bc027c502584bcd7d2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 8 Jun 2026 09:09:24 -0400 Subject: [PATCH 126/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c29741b..1cbdb59 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 7, 2026] -## Lesson 208: Hacking Windows Course (Chapter 5: Hacking Hello World x64) -This chapter covers the dynamic reverse engineering analysis, hacking, of the Hello World app in x64 Assembly. +# 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. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 9eb23bc05781c8a5f7d34941cc85bdfff2a20aa1 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 9 Jun 2026 09:23:55 -0400 Subject: [PATCH 127/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cbdb59..96b958f 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. From 768faebd620a3a533d1bd35f40e9985e43bf3aad Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 10 Jun 2026 09:17:15 -0400 Subject: [PATCH 128/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96b958f..b90bf0c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# 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. +# Today's Tutorial [June 10, 2026] +## Lesson 211: Hacking Windows Course (Chapter 8: Hacking Directories x86) +This chapter covers dynamic reverse engineering analysis, hacking, 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. From 4f2e93792f6ba8bca4d550c935eaf6fbf896a432 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 11 Jun 2026 09:15:33 -0400 Subject: [PATCH 129/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b90bf0c..4119657 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 10, 2026] -## Lesson 211: Hacking Windows Course (Chapter 8: Hacking Directories x86) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateDirectoryW and RemoveDirectoryW functions in x86 Assembly. +# Today's Tutorial [June 11, 2026] +## Lesson 212: Hacking Windows Course (Chapter 9: Debugging Directories x64) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CreateDirectoryW and RemoveDirectoryW functions in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From e4cfe210062ab16b0a8dc874c365253200e6b849 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 12 Jun 2026 08:21:20 -0400 Subject: [PATCH 130/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4119657..4f69f6f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 11, 2026] -## Lesson 212: Hacking Windows Course (Chapter 9: Debugging Directories x64) -This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CreateDirectoryW and RemoveDirectoryW functions in x64 Assembly. +# Today's Tutorial [June 12, 2026] +## Lesson 213: Hacking Windows Course (Chapter 10: Hacking Directories x64) +This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateDirectoryW and RemoveDirectoryW functions in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From c3cf18076ca09aa11d7e8958a171d0ffdaf3761b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 13 Jun 2026 07:37:03 -0400 Subject: [PATCH 131/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f69f6f..8010fbc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 12, 2026] -## Lesson 213: Hacking Windows Course (Chapter 10: Hacking Directories x64) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateDirectoryW and RemoveDirectoryW functions in x64 Assembly. +# Today's Tutorial [June 13, 2026] +## Lesson 214: Hacking Windows Course (Chapter 11: CopyFile) +This chapter covers reviewing the Windows API CopyFileW function in C. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 25dde39a97ddeca41227c346876a8acf69e324a8 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 14 Jun 2026 08:55:03 -0400 Subject: [PATCH 132/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8010fbc..5212f70 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 13, 2026] -## Lesson 214: Hacking Windows Course (Chapter 11: CopyFile) -This chapter covers reviewing the Windows API CopyFileW function in C. +# Today's Tutorial [June 14, 2026] +## Lesson 215: Hacking Windows Course (Chapter 12: Debugging CopyFile x86) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CopyFileW function in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 390af67eb5ca5d4faf957fb0da354d5ed0924af9 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 15 Jun 2026 11:34:09 -0400 Subject: [PATCH 133/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5212f70..c508a37 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 14, 2026] -## Lesson 215: Hacking Windows Course (Chapter 12: Debugging CopyFile x86) -This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CopyFileW function in x86 Assembly. +# Today's Tutorial [June 15, 2026] +## Lesson 216: Hacking Windows Course (Chapter 13: Hacking CopyFile x86) +This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CopyFileW function in x86 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 966becef30e740b8f5b645b1d7194e2d663460a9 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 16 Jun 2026 07:20:25 -0400 Subject: [PATCH 134/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c508a37..8ce37e4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 15, 2026] -## Lesson 216: Hacking Windows Course (Chapter 13: Hacking CopyFile x86) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CopyFileW function in x86 Assembly. +# Today's Tutorial [June 16, 2026] +## Lesson 217: Hacking Windows Course (Chapter 14: Debugging CopyFile x64) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CopyFileW function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From a1004c9bfd6cd165b290ae3c247ccfa81cf27897 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 17 Jun 2026 10:37:33 -0400 Subject: [PATCH 135/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ce37e4..0b62679 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 16, 2026] -## Lesson 217: Hacking Windows Course (Chapter 14: Debugging CopyFile x64) -This chapter covers dynamic reverse engineering analysis, debugging, the Windows API CopyFileW function in x64 Assembly. +# Today's Tutorial [June 17, 2026] +## Lesson 218: Hacking Windows Course (Chapter 15: Hacking CopyFile x86) +This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CopyFileW function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From c9da0af2972379ce63bd7d59e45f334bedde2125 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 18 Jun 2026 08:59:06 -0400 Subject: [PATCH 136/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b62679..e2caa39 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 17, 2026] -## Lesson 218: Hacking Windows Course (Chapter 15: Hacking CopyFile x86) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CopyFileW function in x64 Assembly. +# 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. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 3352a7496e4fd43e96c99bd12459e43ed3d31235 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 19 Jun 2026 07:21:41 -0400 Subject: [PATCH 137/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2caa39..015c993 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. From a39d529689e0bbc7d5bf10cc18273b9e7759953f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 20 Jun 2026 09:20:22 -0400 Subject: [PATCH 138/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 015c993..8c374e7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# 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. +# Today's Tutorial [June 20, 2026] +## Lesson 221: Hacking Windows Course (Chapter 18: Hacking MoveFile x86) +This chapter covers dynamic reverse engineering analysis, hacking, 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. From aab376b502635ec15619d4521596fc9acb4c4726 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 21 Jun 2026 12:44:57 -0400 Subject: [PATCH 139/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c374e7..75c7a13 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 20, 2026] -## Lesson 221: Hacking Windows Course (Chapter 18: Hacking MoveFile x86) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API MoveFileW function in x86 Assembly. +# Today's Tutorial [June 21, 2026] +## Lesson 222: Hacking Windows Course (Chapter 19: Debugging MoveFile x64) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API MoveFileW function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 961606a8cfb7262317f38f6e134457080002982d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 22 Jun 2026 10:03:10 -0400 Subject: [PATCH 140/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75c7a13..4248e75 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 21, 2026] -## Lesson 222: Hacking Windows Course (Chapter 19: Debugging MoveFile x64) -This chapter covers dynamic reverse engineering analysis, debugging, the Windows API MoveFileW function in x64 Assembly. +# Today's Tutorial [June 22, 2026] +## Lesson 223: Hacking Windows Course (Chapter 20: Hacking MoveFile x64) +This chapter covers dynamic reverse engineering analysis, hacking, the Windows API MoveFileW function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 0e4ffb766c061cd4ab5cebca8af2e41ecebe3fc5 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 23 Jun 2026 09:07:24 -0400 Subject: [PATCH 141/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4248e75..a8ead15 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 22, 2026] -## Lesson 223: Hacking Windows Course (Chapter 20: Hacking MoveFile x64) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API MoveFileW function in x64 Assembly. +# 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. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 1f253b2a2632ba23d2d418a6b538f21de2144ba0 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 24 Jun 2026 09:12:11 -0400 Subject: [PATCH 142/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8ead15..68e4138 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. From b2ff2d50fd23b1fb4138125e174f254c2b53eec4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 25 Jun 2026 09:10:31 -0400 Subject: [PATCH 143/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68e4138..13b78b1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# 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. +# Today's Tutorial [June 25, 2026] +## Lesson 226: Hacking Windows Course (Chapter 23: Hacking CreateFile x86) +This chapter covers dynamic reverse engineering analysis, hacking, 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. From fda7bfe03b0456e63d3a220a52a0190a7bd1a9f3 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 26 Jun 2026 10:39:48 -0400 Subject: [PATCH 144/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13b78b1..7ed0d96 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 25, 2026] -## Lesson 226: Hacking Windows Course (Chapter 23: Hacking CreateFile x86) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateFileW function in x86 Assembly. +# Today's Tutorial [June 26, 2026] +## Lesson 227: Hacking Windows Course (Chapter 24: Debugging CreateFile x64) +This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateFileW function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From f32e9bd3f74754f1793a37657a842492f91b9109 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 27 Jun 2026 09:22:04 -0400 Subject: [PATCH 145/182] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ed0d96..8f1f8b5 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-# Today's Tutorial [June 26, 2026] -## Lesson 227: Hacking Windows Course (Chapter 24: Debugging CreateFile x64) +# Today's Tutorial [June 27, 2026] +## Lesson 228: Hacking Windows Course (Chapter 25: Hacking CreateFile x64) This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateFileW function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 0e896a610481cf4a6055a798a828d53f4ecc361f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 28 Jun 2026 09:28:18 -0400 Subject: [PATCH 146/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f1f8b5..c9d5f6a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 27, 2026] -## Lesson 228: Hacking Windows Course (Chapter 25: Hacking CreateFile x64) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API CreateFileW function in x64 Assembly. +# 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. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 4b2305d1d71a4deaf3593130f5ca5bec5622ba42 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 29 Jun 2026 09:11:50 -0400 Subject: [PATCH 147/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9d5f6a..8c8fb82 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. From 98c48b9c4dd8abd3caeb587d9dd45156ab09c353 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 30 Jun 2026 10:19:44 -0400 Subject: [PATCH 148/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c8fb82..4840512 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# 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. +# Today's Tutorial [June 30, 2026] +## Lesson 231: Hacking Windows Course (Chapter 28: Hacking WriteFile x86) +This chapter covers dynamic reverse engineering analysis, hacking, 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. From bf6712396157cd97abb55da64ffa9e421e2e034f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 1 Jul 2026 09:02:18 -0400 Subject: [PATCH 149/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4840512..a99b6f2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [June 30, 2026] -## Lesson 231: Hacking Windows Course (Chapter 28: Hacking WriteFile x86) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API WriteFile function in x86 Assembly. +# Today's Tutorial [July, 1 2026] +## Lesson 232: Hacking Windows Course (Chapter 29: Debugging WriteFile x64) +This chapter covers dynamic reverse engineering analysis, debugging, the Windows API WriteFile function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 6c27408022683d20a96884451f3cb1f3bd91648d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 2 Jul 2026 09:31:24 -0400 Subject: [PATCH 150/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a99b6f2..dc854f3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July, 1 2026] -## Lesson 232: Hacking Windows Course (Chapter 29: Debugging WriteFile x64) -This chapter covers dynamic reverse engineering analysis, debugging, the Windows API WriteFile function in x64 Assembly. +# Today's Tutorial [July, 2 2026] +## Lesson 233: Hacking Windows Course (Chapter 30: Hacking WriteFile x64) +This chapter covers dynamic reverse engineering analysis, hacking, the Windows API WriteFile function in x64 Assembly. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. From 88224977fac22270be4a3052d1e163ef2dc2edef Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 3 Jul 2026 09:43:56 -0400 Subject: [PATCH 151/182] Update tutorial information and lesson details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc854f3..d2fcbb3 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [July, 2 2026] -## Lesson 233: Hacking Windows Course (Chapter 30: Hacking WriteFile x64) -This chapter covers dynamic reverse engineering analysis, hacking, the Windows API WriteFile function in x64 Assembly. +# Today's Tutorial [July, 3 2026] +## Lesson 234: Go Hacking Course (Chapter 1: Hello Distributed System World) +This chapter covers the basics of setting up a dev environment and basic hello world style Go program for the x64 architecture. --> Click [HERE](https://github.com/mytechnotalent/Hacking-Windows/blob/main/Hacking_Windows.pdf) to read the FREE pdf book. +-> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book.
From 450d4a301fc81814a74db8f8c92d8ac889e81365 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 5 Jul 2026 09:35:13 -0400 Subject: [PATCH 152/182] Revise tutorial date and lesson information Updated the tutorial date and lesson details in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2fcbb3..d30ed07 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July, 3 2026] -## Lesson 234: Go Hacking Course (Chapter 1: Hello Distributed System World) -This chapter covers the basics of setting up a dev environment and basic hello world style Go program for the x64 architecture. +# Today's Tutorial [July 5, 2026] +## Lesson 236: Go Hacking Course (Chapter 3: Hacking Hello Distributed System World) +This chapter covers hacking of the basic hello world style Go program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From e7e4e3a9a437d09cc787688a5e8ff55588ce0a7a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 7 Jul 2026 10:39:36 -0400 Subject: [PATCH 153/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d30ed07..ec06052 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 5, 2026] -## Lesson 236: Go Hacking Course (Chapter 3: Hacking Hello Distributed System World) -This chapter covers hacking of the basic hello world style Go program for the x64 architecture. +# Today's Tutorial [July 7, 2026] +## Lesson 237: Go Hacking Course (Chapter 4: Primitive Types) +This chapter covers Golang primitive types for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From 3aa1fec9e9bf9708b540ce74c509a11a32cfda69 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 8 Jul 2026 09:24:09 -0400 Subject: [PATCH 154/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec06052..67637fd 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 7, 2026] -## Lesson 237: Go Hacking Course (Chapter 4: Primitive Types) -This chapter covers Golang primitive types for the x64 architecture. +# Today's Tutorial [July 8, 2026] +## Lesson 238: Go Hacking Course (Chapter 5: Debugging Primitive Types) +This chapter covers Golang debugging of the primitive types for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From c1c25ee11d408478edaf4687714e063d5de3d1a0 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 9 Jul 2026 07:48:44 -0400 Subject: [PATCH 155/182] Revise tutorial date and lesson content Updated tutorial date and lesson details. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67637fd..cb063ab 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 8, 2026] -## Lesson 238: Go Hacking Course (Chapter 5: Debugging Primitive Types) -This chapter covers Golang debugging of the primitive types for the x64 architecture. +# Today's Tutorial [July 9, 2026] +## Lesson 239: Go Hacking Course (Chapter 6: Hacking Primitive Types) +This chapter covers Golang hacking of the primitive types for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From b22fd9b12c4abd5941cde3a679bb7aab4663d368 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 10 Jul 2026 08:44:26 -0400 Subject: [PATCH 156/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb063ab..321e141 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 9, 2026] -## Lesson 239: Go Hacking Course (Chapter 6: Hacking Primitive Types) -This chapter covers Golang hacking of the primitive types for the x64 architecture. +# Today's Tutorial [July 10, 2026] +## Lesson 240: Go Hacking Course (Chapter 7: Control Flow) +This chapter covers Golang control flow for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From 118c4b0a8c7afd2c95d58b039c4c97d137f47613 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 11 Jul 2026 08:34:37 -0400 Subject: [PATCH 157/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 321e141..cc64c12 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 10, 2026] -## Lesson 240: Go Hacking Course (Chapter 7: Control Flow) -This chapter covers Golang control flow for the x64 architecture. +# Today's Tutorial [July 11, 2026] +## Lesson 241: Go Hacking Course (Chapter 8: Debugging Control Flow) +This chapter covers Golang debugging control flow for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From f4e0873f293769b711a64c7b3c5a9ed57f06c3de Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 12 Jul 2026 10:16:12 -0400 Subject: [PATCH 158/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc64c12..c7155c8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 11, 2026] -## Lesson 241: Go Hacking Course (Chapter 8: Debugging Control Flow) -This chapter covers Golang debugging control flow for the x64 architecture. +# Today's Tutorial [July 12, 2026] +## Lesson 242: Go Hacking Course (Chapter 9: Hacking Control Flow) +This chapter covers Golang hacking control flow for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From b0585b0b085158bb45d48eff6a4e2d89aea23ad8 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 13 Jul 2026 09:22:13 -0400 Subject: [PATCH 159/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7155c8..475e436 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 12, 2026] -## Lesson 242: Go Hacking Course (Chapter 9: Hacking Control Flow) -This chapter covers Golang hacking control flow for the x64 architecture. +# Today's Tutorial [July 13, 2026] +## Lesson 243: Go Hacking Course (Chapter 10: Advanced Control Flow) +This chapter covers Golang advanced control flow for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From 91ec1e40c909c243acaabb47464a62b53d284406 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 14 Jul 2026 09:14:35 -0400 Subject: [PATCH 160/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 475e436..96a37f5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 13, 2026] -## Lesson 243: Go Hacking Course (Chapter 10: Advanced Control Flow) -This chapter covers Golang advanced control flow for the x64 architecture. +# Today's Tutorial [July 14, 2026] +## Lesson 244: Go Hacking Course (Chapter 11: Debugging Advanced Control Flow) +This chapter covers Golang debugging advanced control flow for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From 1118d6855744f1d9300c6b51c8ac6fa4bf1c8ed9 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 15 Jul 2026 10:02:52 -0400 Subject: [PATCH 161/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96a37f5..5c3fe80 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 14, 2026] -## Lesson 244: Go Hacking Course (Chapter 11: Debugging Advanced Control Flow) -This chapter covers Golang debugging advanced control flow for the x64 architecture. +# Today's Tutorial [July 15, 2026] +## Lesson 245: Go Hacking Course (Chapter 12: Hacking Advanced Control Flow) +This chapter covers Golang hacking advanced control flow for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. From 28deac9a1503f2ace10ef2302e2bd19de36335f3 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 16 Jul 2026 09:19:51 -0400 Subject: [PATCH 162/182] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c3fe80..28cb88c 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [July 15, 2026] -## Lesson 245: Go Hacking Course (Chapter 12: Hacking Advanced Control Flow) -This chapter covers Golang hacking advanced control flow for the x64 architecture. +# Today's Tutorial [July 16, 2026] +## Lesson 246: Hacking Rust Course (Chapter 1: Hello Rust) +This chapter covers the basics of setting up a dev environment and basic hello world style Rust program for the x64 architecture. --> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book. +-> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book.
From 0eecf92330924c2c99679e578039b32604da8478 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 17 Jul 2026 08:49:13 -0400 Subject: [PATCH 163/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28cb88c..f8124e5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 16, 2026] -## Lesson 246: Hacking Rust Course (Chapter 1: Hello Rust) -This chapter covers the basics of setting up a dev environment and basic hello world style Rust program for the x64 architecture. +# Today's Tutorial [July 17, 2026] +## Lesson 247: Hacking Rust Course (Chapter 2: Debugging Hello Rust) +This chapter covers debugging the basic hello world style Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 27c2ac3ab2154e83b93d73b008b21333ee38732f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 18 Jul 2026 08:40:45 -0400 Subject: [PATCH 164/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8124e5..b56bb18 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 17, 2026] -## Lesson 247: Hacking Rust Course (Chapter 2: Debugging Hello Rust) -This chapter covers debugging the basic hello world style Rust program for the x64 architecture. +# Today's Tutorial [July 18, 2026] +## Lesson 248: Hacking Rust Course (Chapter 3: Hacking Hello Rust) +This chapter covers hacking the basic hello world style Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 5f7de482dcc1e7e28635bf70db6ea97d03a9362c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 19 Jul 2026 08:42:17 -0400 Subject: [PATCH 165/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b56bb18..814c7f7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 18, 2026] -## Lesson 248: Hacking Rust Course (Chapter 3: Hacking Hello Rust) -This chapter covers hacking the basic hello world style Rust program for the x64 architecture. +# Today's Tutorial [July 19, 2026] +## Lesson 249: Hacking Rust Course (Chapter 4: Scalar Data Types) +This chapter covers scalar data types within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From ad3338cd81c70195e3b92e77520f5be7c247e896 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 20 Jul 2026 07:39:29 -0400 Subject: [PATCH 166/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 814c7f7..dc25d1b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 19, 2026] -## Lesson 249: Hacking Rust Course (Chapter 4: Scalar Data Types) -This chapter covers scalar data types within a Rust program for the x64 architecture. +# Today's Tutorial [July 20, 2026] +## Lesson 250: Hacking Rust Course (Chapter 5: Debugging Scalar Data Types) +This chapter covers debugging scalar data types within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From e9783a2f844fd7eca9fbece9687aee2d583247c2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 21 Jul 2026 07:42:21 -0400 Subject: [PATCH 167/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc25d1b..8ef06ca 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 20, 2026] -## Lesson 250: Hacking Rust Course (Chapter 5: Debugging Scalar Data Types) -This chapter covers debugging scalar data types within a Rust program for the x64 architecture. +# Today's Tutorial [July 21, 2026] +## Lesson 251: Hacking Rust Course (Chapter 6: Hacking Scalar Data Types) +This chapter covers hacking scalar data types within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From a30d8ae96c569b5d65c0e953c26c1ec3748b1a1e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 22 Jul 2026 10:00:39 -0400 Subject: [PATCH 168/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ef06ca..a8143af 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 21, 2026] -## Lesson 251: Hacking Rust Course (Chapter 6: Hacking Scalar Data Types) -This chapter covers hacking scalar data types within a Rust program for the x64 architecture. +# Today's Tutorial [July 22, 2026] +## Lesson 252: Hacking Rust Course (Chapter 7: Compound Data Types) +This chapter covers compound data types within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 95eb48408b1b7ad48d553609d3d4efd3eacb313c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 23 Jul 2026 08:36:38 -0400 Subject: [PATCH 169/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8143af..1edf7b2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 22, 2026] -## Lesson 252: Hacking Rust Course (Chapter 7: Compound Data Types) -This chapter covers compound data types within a Rust program for the x64 architecture. +# Today's Tutorial [July 23, 2026] +## Lesson 253: Hacking Rust Course (Chapter 8: Debugging Compound Data Types) +This chapter covers debugging compound data types within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From f879abf656077b8d8527910f13b05c5edb99121e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 24 Jul 2026 09:39:47 -0400 Subject: [PATCH 170/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1edf7b2..da22709 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 23, 2026] -## Lesson 253: Hacking Rust Course (Chapter 8: Debugging Compound Data Types) -This chapter covers debugging compound data types within a Rust program for the x64 architecture. +# Today's Tutorial [July 24, 2026] +## Lesson 254: Hacking Rust Course (Chapter 9: Hacking Compound Data Types) +This chapter covers hacking compound data types within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 9092ec11ce7205cd1f0f75bb02b2cd8ad1e5288f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 25 Jul 2026 09:29:10 -0400 Subject: [PATCH 171/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da22709..f91f928 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 24, 2026] -## Lesson 254: Hacking Rust Course (Chapter 9: Hacking Compound Data Types) -This chapter covers hacking compound data types within a Rust program for the x64 architecture. +# Today's Tutorial [July 25, 2026] +## Lesson 255: Hacking Rust Course (Chapter 10: Functions) +This chapter covers functions within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 66cd60d1c20934abba59dbdba4b5747afddf0ff4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 26 Jul 2026 09:18:56 -0400 Subject: [PATCH 172/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f91f928..140bbda 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 25, 2026] -## Lesson 255: Hacking Rust Course (Chapter 10: Functions) -This chapter covers functions within a Rust program for the x64 architecture. +# Today's Tutorial [July 26, 2026] +## Lesson 256: Hacking Rust Course (Chapter 11: Debugging Functions) +This chapter covers debugging functions within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 6d33891698e0847f80474df8b16133d57d1d8b60 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 27 Jul 2026 09:27:14 -0400 Subject: [PATCH 173/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 140bbda..61664a1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 26, 2026] -## Lesson 256: Hacking Rust Course (Chapter 11: Debugging Functions) -This chapter covers debugging functions within a Rust program for the x64 architecture. +# Today's Tutorial [July 27, 2026] +## Lesson 257: Hacking Rust Course (Chapter 12: Hacking Functions) +This chapter covers hacking functions within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 15c6d9ffef435a51080fcd38a8f7d87d08f4577d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 28 Jul 2026 09:27:17 -0400 Subject: [PATCH 174/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61664a1..e0724ab 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 27, 2026] -## Lesson 257: Hacking Rust Course (Chapter 12: Hacking Functions) -This chapter covers hacking functions within a Rust program for the x64 architecture. +# Today's Tutorial [July 28, 2026] +## Lesson 258: Hacking Rust Course (Chapter 13: Control Flow) +This chapter covers control flow within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 9401d756aa35983e7576fdeca3c04c4b17aab17a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 29 Jul 2026 09:13:16 -0400 Subject: [PATCH 175/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0724ab..3864940 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 28, 2026] -## Lesson 258: Hacking Rust Course (Chapter 13: Control Flow) -This chapter covers control flow within a Rust program for the x64 architecture. +# Today's Tutorial [July 29, 2026] +## Lesson 259: Hacking Rust Course (Chapter 14: Debugging Control Flow) +This chapter covers debugging control flow within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 7d14969bf106f75dfd373ffbe6868b7ad1bd1bb2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 30 Jul 2026 07:23:42 -0400 Subject: [PATCH 176/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3864940..e41f917 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 29, 2026] -## Lesson 259: Hacking Rust Course (Chapter 14: Debugging Control Flow) -This chapter covers debugging control flow within a Rust program for the x64 architecture. +# Today's Tutorial [July 30, 2026] +## Lesson 260: Hacking Rust Course (Chapter 15: Hacking Control Flow) +This chapter covers hacking control flow within a Rust program for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. From 9caea081b73a1fd3ac77f5204ef24485752e00f5 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 31 Jul 2026 07:21:19 -0400 Subject: [PATCH 177/182] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e41f917..bfe7700 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-# Today's Tutorial [July 30, 2026] -## Lesson 260: Hacking Rust Course (Chapter 15: Hacking Control Flow) -This chapter covers hacking control flow within a Rust program for the x64 architecture. +# Today's Tutorial [July 31, 2026] +## Lesson 261: Hacking Embedded Rust Course (Chapter 1: Wiring) +This chapter covers the basics of setting up wiring for an embedded Rust Pico. --> Click [HERE](https://github.com/mytechnotalent/Hacking-Rust/blob/main/Hacking%20Rust.pdf) to read the FREE pdf book. +-> Click [HERE](https://github.com/mytechnotalent/rust_embassy_pico_project/blob/main/Hacking_Embedded_Rust.pdf) to read the FREE pdf book.
From 1ae95361f16b850935aa3eed38d672470cd4735c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 1 Aug 2026 07:20:17 -0400 Subject: [PATCH 178/182] Update tutorial date and lesson details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfe7700..cba7d9a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 31, 2026] -## Lesson 261: Hacking Embedded Rust Course (Chapter 1: Wiring) -This chapter covers the basics of setting up wiring for an embedded Rust Pico. +# Today's Tutorial [August 1, 2026] +## Lesson 262: Hacking Embedded Rust Course (Chapter 2: Features) +This chapter covers the features of Reverse Engineering Rust Pico. -> Click [HERE](https://github.com/mytechnotalent/rust_embassy_pico_project/blob/main/Hacking_Embedded_Rust.pdf) to read the FREE pdf book. From 176a9a832648f11b24a82e22ccaaa4bb701cfcc7 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 2 Aug 2026 08:09:41 -0400 Subject: [PATCH 179/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cba7d9a..915d8e6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [August 1, 2026] -## Lesson 262: Hacking Embedded Rust Course (Chapter 2: Features) -This chapter covers the features of Reverse Engineering Rust Pico. +# Today's Tutorial [August 2, 2026] +## Lesson 263: Hacking Embedded Rust Course (Chapter 3: Project Structure) +This chapter covers the project structure of Reverse Engineering Rust Pico. -> Click [HERE](https://github.com/mytechnotalent/rust_embassy_pico_project/blob/main/Hacking_Embedded_Rust.pdf) to read the FREE pdf book. From 7f69bd628ec9cbe1c9e16e2146a659b97266c248 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 3 Aug 2026 08:48:11 -0400 Subject: [PATCH 180/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 915d8e6..d33307d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [August 2, 2026] -## Lesson 263: Hacking Embedded Rust Course (Chapter 3: Project Structure) -This chapter covers the project structure of Reverse Engineering Rust Pico. +# Today's Tutorial [August 3, 2026] +## Lesson 264: Hacking Embedded Rust Course (Chapter 4: How It Works (Step-By-Step)) +This chapter covers the project step-by-step of Reverse Engineering Rust Pico. -> Click [HERE](https://github.com/mytechnotalent/rust_embassy_pico_project/blob/main/Hacking_Embedded_Rust.pdf) to read the FREE pdf book. From 29893122bd377e7c1e7dc397bc2632316b0c7fcd Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 4 Aug 2026 08:18:36 -0400 Subject: [PATCH 181/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d33307d..856d27c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [August 3, 2026] -## Lesson 264: Hacking Embedded Rust Course (Chapter 4: How It Works (Step-By-Step)) -This chapter covers the project step-by-step of Reverse Engineering Rust Pico. +# Today's Tutorial [August 4, 2026] +## Lesson 265: Hacking Embedded Rust Course (Chapter 5: Embassy Executor Enqueue/Dequeue In Detail +This chapter covers the project step-by-step enqueue/dequeue of Reverse Engineering Rust Pico. -> Click [HERE](https://github.com/mytechnotalent/rust_embassy_pico_project/blob/main/Hacking_Embedded_Rust.pdf) to read the FREE pdf book. From f280208b161cf89d887932ab3376353400130034 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 10 Aug 2026 11:15:38 -0400 Subject: [PATCH 182/182] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 856d27c..9a595cd 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [August 4, 2026] -## Lesson 265: Hacking Embedded Rust Course (Chapter 5: Embassy Executor Enqueue/Dequeue In Detail -This chapter covers the project step-by-step enqueue/dequeue of Reverse Engineering Rust Pico. +# Today's Tutorial [August 10, 2026] +## Lesson 266: Hacking Embedded Rust Course (Chapter 6: Building and Flashing) +This chapter covers the project step-by-step of building and flashing Reverse Engineering Rust Pico. -> Click [HERE](https://github.com/mytechnotalent/rust_embassy_pico_project/blob/main/Hacking_Embedded_Rust.pdf) to read the FREE pdf book.