From db2a9c675f906e52fe406b494ba46492b94f5903 Mon Sep 17 00:00:00 2001 From: "Mike K." <42292967+Crypt0Fox@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:16:56 +0200 Subject: [PATCH] Fix markdown formatting in README.md --- Asynchronous-Procedure-Calls-Injection/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Asynchronous-Procedure-Calls-Injection/README.md b/Asynchronous-Procedure-Calls-Injection/README.md index 4f0bf54..4569ca2 100644 --- a/Asynchronous-Procedure-Calls-Injection/README.md +++ b/Asynchronous-Procedure-Calls-Injection/README.md @@ -1,6 +1,6 @@ # APC Injection (Asynchronous Procedure Call Injection) -This folder demonstrates **APC injection**—a process injection technique that queues code execution on existing threads rather than creating new ones. +This folder demonstrates **APC injection** - a process injection technique that queues code execution on existing threads rather than creating new ones. **Important Disclaimer**: This code is for educational purposes only on systems you own or have explicit authorization to test. Unauthorized injection is illegal. @@ -32,7 +32,7 @@ When the thread calls one of these APIs, the APC callback executes before the AP ### In This Folder -The example demonstrates **remote APC injection**—injecting shellcode into a different process via APC on an existing thread. +The example demonstrates **remote APC injection** - injecting shellcode into a different process via APC on an existing thread. **Flow:** ```