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
4 changes: 2 additions & 2 deletions Asynchronous-Procedure-Calls-Injection/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:**
```
Expand Down