diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-27 14:19:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-27 14:19:12 +0200 |
commit | 6804dc70db31f77276e054eddf2e2d11a9f20e2a (patch) | |
tree | b5a548c1b47b1ecd5f3fa536902f53ce3b1e47be /README.md | |
parent | cb170e18a90e8bc566be0b6c43a45e7c9b4a0498 (diff) | |
download | cdl86-6804dc70db31f77276e054eddf2e2d11a9f20e2a.tar.gz cdl86-6804dc70db31f77276e054eddf2e2d11a9f20e2a.zip |
Update README.md
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.
|