docs: update post link
This commit is contained in:
parent
8cef862c46
commit
a86c6f884d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user