public ulong ReadBeUInt64() { ulong u = LoadedImage.ReadBeUInt64(bytes, off); off += 8; return(u); }
public long PeekBeInt64(uint offset) { return((long)LoadedImage.ReadBeUInt64(bytes, off)); }