summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 16:48:14 +0200
committerGitHub <noreply@github.com>2024-12-05 16:48:14 +0200
commit05a9aae4bbcb87a45c6c3915a747bf2bd2732128 (patch)
tree2499f4d5573a9fbaa8dcdf403298c0d14926c2f0
parent1b65ab3307b65142654820eff3d8c48a8d5f7500 (diff)
downloadcdl86-05a9aae4bbcb87a45c6c3915a747bf2bd2732128.tar.gz
cdl86-05a9aae4bbcb87a45c6c3915a747bf2bd2732128.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 0e142ad..1cd08de 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It allows for the interception of `x86` and `x86_64` C/C++ functions in memory.
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.
+* 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.