Skip to content

Instantly share code, notes, and snippets.

View omariom's full-sized avatar
😲
Focusing

OmariO omariom

😲
Focusing
View GitHub Profile
const ulong UlongOne = 0x00000001_00000001;
const ulong UlongTwo = 0x00000002_00000002;
ulong ulongValue;
AutoResetEvent threadIsReady = new AutoResetEvent(false);
void Main()
{
if (IntPtr.Size != 4)
{