diff options
author | Lunar Journal <root@spacehen.io> | 2024-02-16 18:25:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 18:25:41 +0200 |
commit | 9c40238704a4664e780469ab97d4f48d80136583 (patch) | |
tree | 58dcb86e4cf4e10bb5e8eebce4484943a5957e79 | |
parent | fb7ceca009e8f9c4cdca6b4dbb7d5e5e0fd82f66 (diff) | |
download | cdl86-9c40238704a4664e780469ab97d4f48d80136583.tar.gz cdl86-9c40238704a4664e780469ab97d4f48d80136583.zip |
journal: update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ cdl86: Compact Detour Library 86 **See it in action!** [gsctool](https://github.com/lunarjournal/gsctool)
# Abstract
-cdl86 is a simple, single c file, cross platform detours library written in C for Linux and Windows.
+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.
|