C# Class Fuzzer.TargetConnectors.GDB.ReadMemoryCmd

Reads raw memory starting at the specified position
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
ReadMemoryCmd ( System.UInt64 address, System.UInt64 size, byte buffer, ReadMemoryRH readMemory, GDBSubProcess gdbProc ) : System

Method Details

ReadMemoryCmd() public method

public ReadMemoryCmd ( System.UInt64 address, System.UInt64 size, byte buffer, ReadMemoryRH readMemory, GDBSubProcess gdbProc ) : System
address System.UInt64
size System.UInt64
buffer byte
readMemory ReadMemoryRH
gdbProc GDBSubProcess
return System