summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-12-24 09:06:46 +0200
committerGitHub <noreply@github.com>2025-12-24 09:06:46 +0200
commitb696390cbe434c7932d5c662593565268f109a32 (patch)
treefe083ad88f03328e20e42f256ac9cdcff55a61df /README.md
parent77c5ea3668d29e262650b064d5076a7585b33a43 (diff)
downloadcdl86-b696390cbe434c7932d5c662593565268f109a32.tar.gz
cdl86-b696390cbe434c7932d5c662593565268f109a32.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 814129c..28d00b0 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ Currently the following platforms are supported:
- `MS Windows`
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`.
+* `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`
> Note: This project makes use of an internal `x86` instruction length disassembly engine.
@@ -132,3 +132,4 @@ Folders:
```
+