summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 20:11:21 +0200
committerGitHub <noreply@github.com>2024-12-07 20:11:21 +0200
commit3c4c5cec6889b69496ebe6734635c4115f025cee (patch)
tree1e6d9c7ac4c57de82ea1f2d76f5e6b35a3875a70
parentd4f0b6505af3bc14f1c7d9f627f651c6f6001868 (diff)
downloadcdl86-3c4c5cec6889b69496ebe6734635c4115f025cee.tar.gz
cdl86-3c4c5cec6889b69496ebe6734635c4115f025cee.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 e355135..78f0501 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.
+> This project makes use of an internal `x86` instruction length disassembly engine.
# API
```