(OLD) Process and function hooking library for Windows
Striven
2026-01-31 f93c9a86e89e658c46b25a7571d8bff69ec7450f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.{
    .name = .blame,
    .version = "0.0.0",
    .dependencies = .{
        .zigwin32 = .{
            .url = "git+https://github.com/kcbanner/zigwin32#d53efcf7e94b130fb0e84979aef6e5193ed377f7",
            .hash = "zigwin32-25.0.28-preview-AAAAAGeI5ANWTScxLlUycxTkQN25FlWjLnrYPNBjImlH",
        },
        .minhook = .{
            .url = "git+https://github.com/ScapegoatHS/minhook-zig#f5d7164c9931b122da4af44e61e9783fe8ba09d9",
            .hash = "minhook-0.1.0-SLhoA2lHAAAYsR-f9ScFMlqsNAgi5DtCjsJCnCjF2KWO",
        },
    },
    .paths = .{
        "src",
        "build.zig",
        "build.zig.zon",
    },
}