summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-06-20 19:05:41 +0200
committerdmlunar <root@lunar.sh>2026-06-20 19:05:41 +0200
commit0b290914492c3eca7a0432be2ea2f0c8f5d71408 (patch)
tree46accdf61822e83be9f81284b1b24ddff4f371d5 /README.md
parent866cf2e673e0dc77071a4e111c47cc9199cfe948 (diff)
downloadcdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.tar.gz
cdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.zip
cdl86: project updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb6cc81..42f9104 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ Handles `control flow` to `detour`
> Note: This project makes use of an internal `x86` instruction length disassembly engine.
+# Build
+
+Both `Makefile` and `premake5` build targets are supported.
+
+For `premake5` simply run `premake5 vs2022` in the project root directory.
+
# API
```
struct cdl_jmp_patch cdl_jmp_attach(void **target, void *detour);