Module arch

Module arch 

Source
Expand description

Architecture abstraction for inline hooking

This module provides a trait-based abstraction over different CPU architectures, allowing the hooking framework to support both x86 and x64 with compile-time architecture selection.

Structs§

DecodedInstruction
result of instruction decoding
RelocationResult
relocation result
X64
x86_64 (64-bit) architecture
X86
x86 (32-bit) architecture

Traits§

Architecture
architecture-specific code generation trait

Type Aliases§

NativeArch
native architecture type alias based on target