I have read the link
But I dont understand how to target c++ x64 Game Process ? to execute functions or to add hooks...
I've been using the Memorysharp for a long time but no support for x64 process ...
for example :
sharp = new sharp(gameProcess);
sharp.execute(func,params);
I need any simple example for something like that if possible .