diff options
| author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 16:48:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 16:48:38 +0200 |
| commit | b64bb5ef8045e6e3b98382857aca89713b07e985 (patch) | |
| tree | 34103b5394f36628baafae6edaf381ba1bfe602e | |
| parent | 05a9aae4bbcb87a45c6c3915a747bf2bd2732128 (diff) | |
| download | cdl86-b64bb5ef8045e6e3b98382857aca89713b07e985.tar.gz cdl86-b64bb5ef8045e6e3b98382857aca89713b07e985.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ It allows for the interception of `x86` and `x86_64` C/C++ functions in memory. [https://journal.lunar.sh/2022/linux-detours.html](https://journal.lunar.sh/2022/linux-detours.html)
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.
+* `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.
|
