diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 11:19:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 11:19:05 +0200 |
commit | 560296e48a49bcc287799df5e1e1ec9baa6cbaa9 (patch) | |
tree | 63d3441ee22b07866d660b2f10fee6343953d02e /README.md | |
parent | 55d679dd089f22822299dda2b00260f96e8ebcea (diff) | |
download | cdl86-560296e48a49bcc287799df5e1e1ec9baa6cbaa9.tar.gz cdl86-560296e48a49bcc287799df5e1e1ec9baa6cbaa9.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ 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. 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.
|