Skip to content

Instantly share code, notes, and snippets.

View mentlerd's full-sized avatar

David Mentler mentlerd

  • Shapr3D
  • Hungary
View GitHub Profile
@bazad
bazad / vmmap.c
Last active March 18, 2025 18:39
A simple vmmap implementation for macOS.
// Brandon Azad (@_bazad)
#include <assert.h>
#include <errno.h>
#include <mach/mach.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>