Exemple #1
0
 public byte ReadByte(long address)
 {
     return(MemoryReader.ReadByte(address));
 }
Exemple #2
0
 public byte ReadByte(int offset)
 {
     return(MemoryReader.ReadByte(Address + offset));
 }