From e5281a9ec5d41a2403229589eb1a0cbbc80e6eac Mon Sep 17 00:00:00 2001 From: "Mike K." <42292967+Crypt0Fox@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:18:54 +0200 Subject: [PATCH] Fix formatting in README.md for shellcode injection --- Classic-Remote-Injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic-Remote-Injection/README.md b/Classic-Remote-Injection/README.md index f470ba1..5fd6d65 100644 --- a/Classic-Remote-Injection/README.md +++ b/Classic-Remote-Injection/README.md @@ -1,6 +1,6 @@ # Classic Remote Injection -This folder demonstrates **remote shellcode injection**—a process injection technique where raw machine code (shellcode) is allocated, written, and executed within a **different process's** memory space. +This folder demonstrates **remote shellcode injection** - a process injection technique where raw machine code (shellcode) is allocated, written, and executed within a **different 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.