summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-15 11:19:51 +0200
committerGitHub <noreply@github.com>2024-12-15 11:19:51 +0200
commit4d23cf6f611a77ee98ffbccc7a25c1a2405f251f (patch)
treeaca343279a6c34196bcc02e97dfb8064f21f3132 /README.md
parent560296e48a49bcc287799df5e1e1ec9baa6cbaa9 (diff)
downloadcdl86-4d23cf6f611a77ee98ffbccc7a25c1a2405f251f.tar.gz
cdl86-4d23cf6f611a77ee98ffbccc7a25c1a2405f251f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37daf8e..ece00bb 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ It allows for the interception of `x86` and `x86_64` `C/C++` binary functions in
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.<br>Handles control flow to detour.
+* `INT3` patch - places software breakpoint (`SWBP`) at origin address.<br>
+Handles `control flow` to detour.
> Note: This project makes use of an internal `x86` instruction length disassembly engine.