diff options
| author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 16:51:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 16:51:26 +0200 |
| commit | e6d996f20ee4b2c045d2eb64bd9dd8767259d845 (patch) | |
| tree | 40d6f1f20e190d7b080d833a56cd73d4d094bdd1 | |
| parent | b64bb5ef8045e6e3b98382857aca89713b07e985 (diff) | |
| download | cdl86-e6d996f20ee4b2c045d2eb64bd9dd8767259d845.tar.gz cdl86-e6d996f20ee4b2c045d2eb64bd9dd8767259d845.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,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.
+> This project makes use of an internal x86 instruction length disassembly engine.
# API
```C
|
