https://github.com/superauguste/minhook-zig
WIP
https://github.com/superauguste/minhook-zig
Last synced: about 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/superauguste/minhook-zig
- Owner: SuperAuguste
- License: mit
- Created: 2023-10-09T22:33:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T02:52:23.000Z (over 2 years ago)
- Last Synced: 2025-04-13T05:35:10.133Z (about 1 year ago)
- Language: Zig
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minhook-zig
Add minhook to your `build.zig.zon`:
```zig
.dependencies = .{
.@"minhook-zig" = .{
.url = "https://github.com/SuperAuguste/minhook-zig/archive/[commit_hash].tar.gz",
// zig compiler will give you the hash you should insert here
},
},
```
then use it in your `build.zig`
- `builder.dependency("minhook-zig").artifact("minhook")` to access the compiled library
- `builder.dependency("minhook-zig").module("minhook")` to access the Zig bindings