diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 17:13:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 17:13:55 +0200 |
commit | 37271c2a337f340b6a40c296fdf68b0623918216 (patch) | |
tree | 59e3298cc767f2e0568c72e182e46ee09ceefc49 | |
parent | 52dfc6bbceed5c77ed60a27e3d5c5719a7468126 (diff) | |
download | cdl86-37271c2a337f340b6a40c296fdf68b0623918216.tar.gz cdl86-37271c2a337f340b6a40c296fdf68b0623918216.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ The library currently supports two types of function hooks: > This project makes use of an internal x86 instruction length disassembly engine.
# API
-```C
+```
struct cdl_jmp_patch cdl_jmp_attach(void **target, void *detour);
struct cdl_swbp_patch cdl_swbp_attach(void **target, void *detour);
void cdl_jmp_detach(struct cdl_jmp_patch *jmp_patch);
|