diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-27 14:20:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-27 14:20:13 +0200 |
commit | 50c819dcff84e2c263958fcb415cd8fe22bb684f (patch) | |
tree | f0a57e88f278da980f829290d681164a19700b8a /README.md | |
parent | 6804dc70db31f77276e054eddf2e2d11a9f20e2a (diff) | |
download | cdl86-50c819dcff84e2c263958fcb415cd8fe22bb684f.tar.gz cdl86-50c819dcff84e2c263958fcb415cd8fe22bb684f.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ [`https://journal.lunar.sh/2022/linux-detours.html`](https://journal.lunar.sh/2022/linux-detours.html)
-It allows for the interception of `x86` and `x86_64` `C/C++` binary functions in memory.
+It allows for the interception of `x86` and `x86_64` `C/C++` binary functions in memory following code injection.
Currently the following platforms are supported:
- `Linux`
|