//! # Memory Module
//!
//! This module provides comprehensive utilities for memory manipulation, introspection, and analysis.
//! It serves as the core foundation for runtime modifications, offering safe abstractions over
//! low-level memory operations.
//!
//! ## Submodules
//!
//! - [`allocation`] - Memory allocation utilities and shellcode management
//! - [`ffi`] - Foreign Function Interface bindings and exception handling
//! - [`info`] - Information gathering (symbols, images, protection, etc.)
//! - [`manipulation`] - Active memory manipulation (hooks, patches, R/W)
//! - [`platform`] - Platform-specific primitives (threads, breakpoints)
pub use shellcode;
pub use ;
pub use ;
pub use breakpoint;
pub use thread;