docs: update post link

This commit is contained in:
ae 2025-03-23 12:14:19 +02:00
parent 8cef862c46
commit a86c6f884d
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -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