diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ # Abstract
`cdl86` is a tiny, single file, cross platform detours library written in `C` for Linux and Windows.
-It allows for the interception of `x86` and `x86_64` `C/C++` functions in memory.
+It allows for the interception of `x86` and `x86_64` `C/C++` binary functions in memory.
[`https://journal.lunar.sh/2022/linux-detours.html`](https://journal.lunar.sh/2022/linux-detours.html)
|