public Memory() { process = ProcessModel.GetProcessId("ffxiv_dx11"); //process = ProcessModel.GetProcessId("notepad"); processHandle = ProcessModel.OpenProcessHandle(process); MemoryLib.SetHandle(processHandle); SystemSearch(); ReadPlayerInfo(); string playerName = PlayerInfo.d.Name; byte[] data = System.Text.Encoding.ASCII.GetBytes(playerName); //ReadParty(); ReadPartyCount(); //SearchMem(); }