summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-08 14:07:08 +0200
committerGitHub <noreply@github.com>2024-12-08 14:07:08 +0200
commit5228b680ba6394d05fe1a97ac22c3fbc031bd94f (patch)
tree8d78623b5a724865d8fa88bd2760d19d4537db97 /README.md
parented1f9891898b1b2a066d870f232c0516cd8da7e4 (diff)
downloadcdl86-5228b680ba6394d05fe1a97ac22c3fbc031bd94f.tar.gz
cdl86-5228b680ba6394d05fe1a97ac22c3fbc031bd94f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6624254..bf99851 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ The library currently supports two types of function hooks:
* `JMP` patch - patches origin function with a `JMP` to detour.
* `INT3` patch - places software breakpoint (`SWBP`) at origin address. Handles control flow to detour.
-> This project makes use of an internal `x86` instruction length disassembly engine.
+> Note: This project makes use of an internal `x86` instruction length disassembly engine.
# API
```