Method: HardsploitAPI_PARALLEL#readManufactuerCodeMemory

Defined in:
lib/HardsploitAPI/Modules/NO_MUX_PARALLEL_MEMORY/HardsploitAPI_NO_MUX_PARALLEL_MEMORY.rb

#readManufactuerCodeMemoryObject



16
17
18
19
# File 'lib/HardsploitAPI/Modules/NO_MUX_PARALLEL_MEMORY/HardsploitAPI_NO_MUX_PARALLEL_MEMORY.rb', line 16

def readManufactuerCodeMemory
  write_command_Memory_WithoutMultiplexing(0x00000000,0x90) #ReadDeviceIdentifierCommand

  return readByteFromMemory(1) #Read from 1 to 1 = read 1 byte at 1

end