In this video I tried to give a deep explaination on how to read/write memory using c++ and windows api.
Please keep in mind that this was tried to be kept on a really easy level of understanding,
meaning that this program lacks some organization that should be almost always done in c++
That simply being declaring the functions and variables in the header and then defining them in a source file.
You can see this done on my github, usage is the same.
github.com/manuroger112/memory
0:00 - Introduction/Setting up
5:05 - Getting the process id function
14:02 - Getting modbaseaddr function
17:33- Reading memory template function
20:53 - Writing memory template function
22:48 - main.cpp
25:15 - Testing
25:35 - Reason why we changed character set
27:55 - Outro