specter-mem 1.0.5

ARM64 memory manipulation framework for iOS/macOS — inline hooking, stealth code patching, hardware breakpoints, and shellcode loading
1
2
3
4
5
6
7
8
//! # FFI Bindings
//!
//! This module contains Foreign Function Interface (FFI) bindings for platform-specific functionality
//! not exposed by standard crates.
//!
//! Currently, it primarily handles Mach exception ports for hardware breakpoint support.

pub mod mach_exc;