diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 20:45:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 20:45:40 +0200 |
commit | 5fd3cd5a041c9e85b61b971c8a4dd5e0c8eda38c (patch) | |
tree | 54a607cae8174feda432b2d30812f130d7192bd2 /README.md | |
parent | fc570ec7da4a3090d29c90440b165bdba3c59ecc (diff) | |
download | cdl86-5fd3cd5a041c9e85b61b971c8a4dd5e0c8eda38c.tar.gz cdl86-5fd3cd5a041c9e85b61b971c8a4dd5e0c8eda38c.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ 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)
+[`https://journal.lunar.sh/2022/linux-detours.html`](https://journal.lunar.sh/2022/linux-detours.html)
The library currently supports two types of function hooks:
* `JMP` patch - patches origin function with a `JMP` to detour.
|