diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-27 20:11:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-27 20:11:18 +0200 |
commit | 5d5ef6d5ab0d3da6cee876cb7a0db2a43bb3dbdb (patch) | |
tree | 7dd8ea9c7baed5635afb8b29071e925199bc26d6 | |
parent | 50c819dcff84e2c263958fcb415cd8fe22bb684f (diff) | |
download | cdl86-5d5ef6d5ab0d3da6cee876cb7a0db2a43bb3dbdb.tar.gz cdl86-5d5ef6d5ab0d3da6cee876cb7a0db2a43bb3dbdb.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ It allows for the interception of `x86` and `x86_64` `C/C++` binary functions in Currently the following platforms are supported:
- `Linux`
-- `Windows`
+- `MS Windows`
The library currently supports two types of function hooks:
* `JMP` patch - patches origin function with a `JMP` to detour.
|