Hi. I need to get unique information of runnig programs. I dont want to get ProcessName or MainWindowTitle. Because im working on anti-cheat program.
Im tried lot of method of GetProcess() but any of them give me the uniq. information.
So is it possible to get uniq data of running programs with c#?
Thanks.