Module: Ronin::Controls::Helpers::MemoryRead

Defined in:
lib/ronin/controls/helpers/memory_read.rb

Instance Method Summary collapse

Instance Method Details

#read_memory(address, n = 1) ⇒ Object

Reads n bytes of memory at the specified address.

Raises:

Since:

  • 0.3.0



33
34
35
# File 'lib/ronin/controls/helpers/memory_read.rb', line 33

def read_memory(address,n=1)
  raise(NotImplemented,"the read_memory method has not been implemented",caller)
end