Skip to content

Instantly share code, notes, and snippets.

View melvyn2's full-sized avatar
🌂
🫑

Melvyn melvyn2

🌂
🫑
  • California
  • 23:53 (UTC -07:00)
View GitHub Profile
@melvyn2
melvyn2 / hw_detour.c
Last active June 27, 2023 20:01 — forked from kybernetyk/hw_breakpoint.c
x86_64 Hardware Breakpoint detours on macOS
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include <signal.h>
#include <mach/mach_init.h>
#include <mach/mach_port.h>
#include <mach/task.h>
#include <mach/thread_act.h>