ekknod / EC

open-source cheat [CS:GO/CS2/Apex]
346 stars 161 forks source link

If I run cs2 as a subprocess with a randomly generated process name, how would you handle it? #101

Closed MicroGame0 closed 1 month ago

MicroGame0 commented 1 month ago

usermode see image

MicroGame0 commented 1 month ago

real image

ekknod commented 1 month ago

EC used to find process by module name back in the days, code is still available in KM version of VM: https://github.com/ekknod/vm/blob/main/km/vm.cpp#L81

You could implement something like that