From 2e1c2fc2d4769c2636aa6e9c6447e66a57b74362 Mon Sep 17 00:00:00 2001 From: "Mike K." <42292967+Crypt0Fox@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:17:58 +0200 Subject: [PATCH] Fix formatting in README.md description --- Classic-Injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic-Injection/README.md b/Classic-Injection/README.md index 53ff9fb..9f6c316 100644 --- a/Classic-Injection/README.md +++ b/Classic-Injection/README.md @@ -1,6 +1,6 @@ # Classic Injection -This folder demonstrates **classic shellcode injection**—a fundamental process injection technique where raw machine code (shellcode) is allocated, written, and executed within a process's memory space. +This folder demonstrates **classic shellcode injection** - a fundamental process injection technique where raw machine code (shellcode) is allocated, written, and executed within a process's memory space. **Important Disclaimer**: This code is for educational purposes only on systems you own or have explicit authorization to test. Unauthorized injection is illegal.