diff options
author | Lunar Journal <root@spacehen.io> | 2024-02-07 11:21:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 11:21:27 +0200 |
commit | fb7ceca009e8f9c4cdca6b4dbb7d5e5e0fd82f66 (patch) | |
tree | 8a531f4019a0cc7dde55ae56689d2474938ae43c | |
parent | 53886a50c8784ec27cd49098833b5f21b9522487 (diff) | |
download | cdl86-fb7ceca009e8f9c4cdca6b4dbb7d5e5e0fd82f66.tar.gz cdl86-fb7ceca009e8f9c4cdca6b4dbb7d5e5e0fd82f66.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 cross platform detours library written in C for Linux and Windows.
+cdl86 is a simple, single c 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.
|