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.