summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-27 20:11:18 +0200
committerGitHub <noreply@github.com>2024-12-27 20:11:18 +0200
commit5d5ef6d5ab0d3da6cee876cb7a0db2a43bb3dbdb (patch)
tree7dd8ea9c7baed5635afb8b29071e925199bc26d6
parent50c819dcff84e2c263958fcb415cd8fe22bb684f (diff)
downloadcdl86-5d5ef6d5ab0d3da6cee876cb7a0db2a43bb3dbdb.tar.gz
cdl86-5d5ef6d5ab0d3da6cee876cb7a0db2a43bb3dbdb.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e7bbbe..8940eb1 100644
--- a/README.md
+++ b/README.md
@@ -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.