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
//! # Memory Allocation Utilities
//!
//! This module provides tools for allocating memory and executing code dynamically.
//! It includes:
//! - **Shellcode Loader**: Allocating executable pages, resolving symbols, and running raw machine code.
//! - **Position Independent Code**: Support for relocating code that depends on absolute addresses.

pub mod shellcode;