diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:28:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:28:17 +0200 |
commit | d4f0b6505af3bc14f1c7d9f627f651c6f6001868 (patch) | |
tree | 1f98db54d77a6de9e3da9f2f1354e601dda86a34 /README.md | |
parent | 815fc9e40bbf1e6a2910c81a193ac032997f2ebd (diff) | |
download | cdl86-d4f0b6505af3bc14f1c7d9f627f651c6f6001868.tar.gz cdl86-d4f0b6505af3bc14f1c7d9f627f651c6f6001868.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ # Abstract
`cdl86` is a simple, 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++` functions in memory.
[`https://journal.lunar.sh/2022/linux-detours.html`](https://journal.lunar.sh/2022/linux-detours.html)
|