diff options
| author | Dylan Müller <md.node.0@gmail.com> | 2025-12-24 09:06:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-24 09:06:46 +0200 |
| commit | b696390cbe434c7932d5c662593565268f109a32 (patch) | |
| tree | fe083ad88f03328e20e42f256ac9cdcff55a61df /README.md | |
| parent | 77c5ea3668d29e262650b064d5076a7585b33a43 (diff) | |
| download | cdl86-b696390cbe434c7932d5c662593565268f109a32.tar.gz cdl86-b696390cbe434c7932d5c662593565268f109a32.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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: ```
+
|
