I've ported over most of the functions from the PS3Lib.dll to a PCLib.dll which you can use for, you guessed it, PC Modding 😉
Everything works the same, about the only difference is that you have to declare the process name like this
Mem PC = new Mem();
public Form1()
{
InitializeComponent();
PC.Game = "DuckGame";
}
Then just continue as you would otherwise :p
[hide]
Download
[/hide]