Skip to content

Instantly share code, notes, and snippets.

View melvyn2's full-sized avatar
πŸŒ‚
πŸ«‘

Melvyn melvyn2

πŸŒ‚
πŸ«‘
  • Quebec, Canada
  • 01:39 (UTC -04: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>