From 2aa60ccc617ad7f7454b41d02d489a297f4a40f8 Mon Sep 17 00:00:00 2001 From: 17ms <79069176+17ms@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:57:22 +0200 Subject: [PATCH] include blog post link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a542d6..a53dfe8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Reflective DLL injection demo for fun and education. In practical applications, there's significant scope for enhancing build sizes, obfuscation, and delivery logic. +[A blog post describing the technicalities of sRDI.](https://golfed.xyz/blog/understanding-srdi/) + ### Project Structure ```shell