summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 17:13:55 +0200
committerGitHub <noreply@github.com>2024-12-05 17:13:55 +0200
commit37271c2a337f340b6a40c296fdf68b0623918216 (patch)
tree59e3298cc767f2e0568c72e182e46ee09ceefc49
parent52dfc6bbceed5c77ed60a27e3d5c5719a7468126 (diff)
downloadcdl86-37271c2a337f340b6a40c296fdf68b0623918216.tar.gz
cdl86-37271c2a337f340b6a40c296fdf68b0623918216.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f153027..b3640c1 100644
--- a/README.md
+++ b/README.md
@@ -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);