How do you update a detected hack to be undetected?
Posts 1–4 of 4 · Page 1 of 1
How do you update a detected hack to be undetected?
Assuming you have the source code of the detected version and knowledge of C++, how do you update the hack so that it is undetected? What changes?
basicly re writing the hack a different way so it does the same thing but the code is different, i guess thats one way to put it
"knowledge of C++"
Is this basic knowledge? Mastery? Be more specific. No point in us giving you instruction, if we don't know that you can follow it!
Originally Posted by SirRav
"knowledge of C++"
Is this basic knowledge? Mastery? Be more specific. No point in us giving you instruction, if we don't know that you can follow it!
I have pretty solid understanding of C++. Right now I'm trying to learn WinAPI memory manipulation. I'm not looking for step by step instructions so much as a brief explanation of what is changed in order for an anti hack to not recognize an updated hack it as a previously detected hack.