summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-27 14:19:12 +0200
committerGitHub <noreply@github.com>2024-12-27 14:19:12 +0200
commit6804dc70db31f77276e054eddf2e2d11a9f20e2a (patch)
treeb5a548c1b47b1ecd5f3fa536902f53ce3b1e47be /README.md
parentcb170e18a90e8bc566be0b6c43a45e7c9b4a0498 (diff)
downloadcdl86-6804dc70db31f77276e054eddf2e2d11a9f20e2a.tar.gz
cdl86-6804dc70db31f77276e054eddf2e2d11a9f20e2a.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2015f0b..552ade5 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,15 @@
> [`cs2rec`](https://github.com/FASTCUP/cs2rec)
# Abstract
-`cdl86` is a tiny, single file, cross platform `detours` library written in `C` for Linux and Windows.
+`cdl86` is a tiny, single file, cross platform `detours` library written in `C`.
+
+[`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.
-[`https://journal.lunar.sh/2022/linux-detours.html`](https://journal.lunar.sh/2022/linux-detours.html)
+Currently the following platforms are supported:
+- `Linux`
+- `Windows`
The library currently supports two types of function hooks:
* `JMP` patch - patches origin function with a `JMP` to detour.