Airyzz / minhook-zig

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minhook-zig

Add minhook to your build.zig.zon:

.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

About

WIP

License:MIT License


Languages

Language:Zig 100.0%