Ejemplo n.º 1
0
 public void SetRecord(int record, uint value) => SAV.SetData(BitConverter.GetBytes(value ^ GetKey(SAV)), GetRecordOffset(record));
Ejemplo n.º 2
0
 public void SetRecord(int record, uint value) => SAV.SetData(SAV.Large, BitConverter.GetBytes(value ^ SAV.SecurityKey), GetRecordOffset(record));