diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 09:20:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 09:20:09 +0200 |
commit | 55d679dd089f22822299dda2b00260f96e8ebcea (patch) | |
tree | eb75f6686d408dbd25cf032aa85647fafc28f673 /README.md | |
parent | b4c6aabd6e106e8a93ee440670f807f226d616a8 (diff) | |
download | cdl86-55d679dd089f22822299dda2b00260f96e8ebcea.tar.gz cdl86-55d679dd089f22822299dda2b00260f96e8ebcea.zip |
Update README.md
Diffstat (limited to 'README.md')
-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)
|