What is Cheat-Engine?
A powerful memory-analyzer (one of the best)
What Is Reverse-Engineering?
Some people spend time on coding and some people spend time on de-coding
Welcome to the world of the language of Processors
Aka Assembly, programs are coded with the lines of codes and sources but they are running by Processors and the way processors communicate is not the same as the programs are communicate
each other and they call it Assembly.
Adresses and Locations
We are going to explore how to find adresses and their locations, every single line of the code has something to do in a program and every single thing has an adress and a location where they dwell. If we can find out what the adresses are and where are they locating in the program than we can change them, we can do whatever we want with them, we can push them to work as we wish... And the best thing is; we don't really need to know how have they maded. You can run a program as you like while not knowing a single line of a code. The program will have to answer your questions, your orders cause you know what their adresses are and you know where they are locating...
Posted on Utopian.io - Rewarding Open Source Contributors