Skip to content

Instantly share code, notes, and snippets.

View Seraksab's full-sized avatar

Manfred Graf Seraksab

  • kpibench.com
  • Linz, Austria
View GitHub Profile

Keybase proof

I hereby claim:

  • I am seraksab on github.
  • I am seraksab (https://keybase.io/seraksab) on keybase.
  • I have a public key ASCX_taZFCjTVZgxXjo-Grz7KHxgGnu3Gvz7GCvFe5HKKQo

To claim this, I am signing this object:

@Seraksab
Seraksab / Aida64SharedMemoryReader.cs
Created November 29, 2022 20:46
.NET reader to parse the content of the shared memory file published by Aida64
using System;
using System.Collections.Generic;
using System.IO.MemoryMappedFiles;
using System.Text;
using System.Xml;
namespace Aida64SharedMemoryReader;
/// <summary>
/// Reads and parses the content of the shared memory file published by Aida64.