Exception: MemoryIO::InvalidAddressError

Inherits:
Error
  • Object
show all
Defined in:
lib/memory_io/error.rb

Overview

Raised when an address expression cannot be evaluated.

Examples:

MemoryIO.attach('self').read('heep + 0x10', 4)
# MemoryIO::InvalidAddressError: Failed to evaluate address: "heep + 0x10"