diff --git a/Readme.md b/Readme.md index 192db34..b42d63b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # APC Queue Injection Rust -Check my blog post out about this technique [here](https://fluxsec.red/apc-queue-injection-rust)! +Check my blog post out about [this technique here](https://fluxsec.red/apc-queue-injection-rust)! You can find the [proof of concept video on my YouTube](https://www.youtube.com/watch?v=H68IAfeWxaM). This project performs APC Queue Injection in Rust, an EDR Evasion and EDR Bypass technique! @@ -14,6 +14,3 @@ APC's are a strange thing, in that I have never seen them used in a project I ha - Networking: In network applications, APCs allow for non-blocking socket operations. This means a thread can continue processing other tasks while waiting for data to be sent or received, improving the application's responsiveness. - File System: When performing file read/write operations, APCs can be used to queue completion routines, allowing the thread to handle other tasks while waiting for I/O operations to complete. - Signaling: APCs facilitate communication between threads by allowing one thread to queue a function for execution by another thread. This is useful for signaling and coordinating complex multi-threaded operations. - - -POC video coming soon! \ No newline at end of file