diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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.
|