summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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);