diff --git a/README.md b/README.md index 01bd17f..712c69a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Shellcode reflective DLL injection in Rust -Reflective DLL injection demo for fun and education. In simple terms reflective injection means that the given payload (i.e. an executable binary) will be mapped into a target process's memory without the payload ever needing to touch the target device's disk. In practical applications, there's significant scope for enhancing build sizes, obfuscation, and delivery logic. - -If you're interested in the technical implementation, please check out [this blog post](https://golfed.xyz/blog/understanding-srdi/) I wrote. +For a more comprehensive view into the implementation, check out [this blog post](https://golfed.xyz/posts/understanding-srdi/). ### Project Structure