From 77bbd954ca26491e8c85ded289731f40c57d3780 Mon Sep 17 00:00:00 2001 From: "Mike K." <42292967+Crypt0Fox@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:14:21 +0200 Subject: [PATCH] Improve readability of README text Replaced the dash with a space for better readability in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f84d61d..611e6c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Process-Injection -This repository provides educational material about process injection—a fundamental technique in systems programming and security research. It includes examples, explanations, and practical demonstrations intended for authorized security testing and learning only. +This repository provides educational material about process injection - a fundamental technique in systems programming and security research. It includes examples, explanations, and practical demonstrations intended for authorized security testing and learning only. **Important Disclaimer**: Do not use this information to compromise systems you do not own or have explicit authorization to test. Unauthorized process injection is illegal in most jurisdictions and violates computer fraud and abuse laws. @@ -155,7 +155,7 @@ This repository covers several injection techniques: ### 5. **Early-Bird APC Injection** - Create a new process in suspended state - Queue APC on primary thread before process initialization -- Resume process—APC guaranteed to execute +- Resume process - APC guaranteed to execute - Overcomes alertable state requirement of standard APC - **See:** [Early-Bird-Injection/README.md](Early-Bird-Injection/README.md)