Exception: MemoryIO::ProcessNotFoundError

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

Overview

Raised when the memory of the target process is not accessible.

Examples:

MemoryIO.attach(0)
# MemoryIO::ProcessNotFoundError: /proc/0/mem does not exist