Making Bypasses
Hello guyes im new to c# i used to use VB but it's useless... so i want to step up my game a bit. I want to make hacks like esp etc... i can handle that but what about bypasses like for PB or BE i know that they can't detect "hooks" but where should i start learning what should i learn and where should i learn, and i hope that you can make bypasses with c# if you can't then im a moron.
If you already know a programming language well, learning basic assembly will do more for your 'hacking/reversing' skills than learning another language.
There is an AMAZING youtube series for learning basic assembly. The guy really takes his time to explain everything, even draws pictures on a whiteboard.
After that you'll learn about creating detours or something. How windows manages virtual memory and how you can access/change it.