summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 16:51:26 +0200
committerGitHub <noreply@github.com>2024-12-05 16:51:26 +0200
commite6d996f20ee4b2c045d2eb64bd9dd8767259d845 (patch)
tree40d6f1f20e190d7b080d833a56cd73d4d094bdd1 /README.md
parentb64bb5ef8045e6e3b98382857aca89713b07e985 (diff)
downloadcdl86-e6d996f20ee4b2c045d2eb64bd9dd8767259d845.tar.gz
cdl86-e6d996f20ee4b2c045d2eb64bd9dd8767259d845.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6dd650b..12933a5 100644
--- a/README.md
+++ b/README.md
@@ -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