unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

Update Zig bindings to Zig 0.12.0 #1951

Closed lockbox closed 1 month ago

lockbox commented 2 months ago

The latest tagged zig release is 0.12.0 https://ziglang.org/download/0.12.0/release-notes.html, this pr does a few things:

I plan on pushing more cleanup pr's to the zig stuff and make an actual "zig-style" api

wtdcode commented 1 month ago

Here you go!