Files
Amaan Qureshi 3a7bde03b8 feat(arm): add an ESR register (#2155)
This allows users to read/write from the ARM syndrome value like in
AArch64.
2025-04-12 21:46:37 +08:00
..
2023-08-04 11:24:00 -03:00

Unicorn-engine-Zig

Zig bindings for the Unicorn emulator with utility functions.

Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework based on QEMU.

How to use

Using the Zig Build System, you can include the following into your local build.zig.zon

.{
    .dependencies = .{
        .unicorn = .{
            .url = "https://github.com/unicorn-engine/unicorn/archive/<ref SHA>.tar.gz",
            .hash = "<hash>",
        }
    },
}

Note that currently the only module exported publicly is unicorn-sys