diff options
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: ```
+
|
