Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Classic-Injection/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down