diff options
| author | dmlunar <root@lunar.sh> | 2026-06-20 19:05:41 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2026-06-20 19:05:41 +0200 |
| commit | 0b290914492c3eca7a0432be2ea2f0c8f5d71408 (patch) | |
| tree | 46accdf61822e83be9f81284b1b24ddff4f371d5 /README.md | |
| parent | 866cf2e673e0dc77071a4e111c47cc9199cfe948 (diff) | |
| download | cdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.tar.gz cdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.zip | |
cdl86: project updates
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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);
|
