Hey there. I am trying to create my own private Arma II Radar Hack. Since I am only intending to use ReadProcessMemory it will be an external hack. The question I am interested at is how far I can go with my hack and what precautions I need to take, to not get detected. I have read in multiple posts that manual mapping/etc isn't needed for private hacks (and since I don't know how to do manual mapping that is fine by me) but these posts were from 2013, so it's a long time back and BE has been updated regularly.

So I was thinking what I can do and cannot to avoid getting detected if my hack is going to be private. Since I am using standard ReadProcessMemory function I thought that maybe better would be to use NtReadVirtualMemory since it's ring0 (correct me if I'm not wrong), but I doubt that it's going to help. Another thing would be randomized program title every time and maybe protect it using CE certificate (can't link the tut because I don't know if UC links are allowed here) so it can't be read by BE?

So what is recommended to avoid getting getting detected if I'm only reading the memory?

Thanks.
Exploder