diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-08 14:07:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-08 14:07:08 +0200 |
commit | 5228b680ba6394d05fe1a97ac22c3fbc031bd94f (patch) | |
tree | 8d78623b5a724865d8fa88bd2760d19d4537db97 /README.md | |
parent | ed1f9891898b1b2a066d870f232c0516cd8da7e4 (diff) | |
download | cdl86-5228b680ba6394d05fe1a97ac22c3fbc031bd94f.tar.gz cdl86-5228b680ba6394d05fe1a97ac22c3fbc031bd94f.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ 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.
-> This project makes use of an internal `x86` instruction length disassembly engine.
+> Note: This project makes use of an internal `x86` instruction length disassembly engine.
# API
```
|