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§
- Decoded
Instruction - result of instruction decoding
- Relocation
Result - relocation result
- X64
- x86_64 (64-bit) architecture
- X86
- x86 (32-bit) architecture
Traits§
- Architecture
- architecture-specific code generation trait
Type Aliases§
- Native
Arch - native architecture type alias based on target