Skip Navigation

Search

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

zig-minhook: The Minimalistic x86/x64 API Hooking Library for Windows

From the README:

This library is a wrap for original MinHook library. It's uses Zig build system to statically-compile source library and uses MinHook.h header file to wrap library functions.

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

shimizu - The Wayland protocol, in Zig

From the README:

This repository contains:

  • wire: a Zig module that defines types for Wayland's wire format and functions to serialize and deserialize messages.
  • shimizu-scanner: a command to take Wayland XML protocol descriptions and turn them into Zig types.
  • core: The Wayland core protocol as a Zig module, generated by shimizu-scanner
  • shimizu: A Zig module that provides higher level Connection and Proxy types.