Hello folks,
this is a simple tool in command line that reads/writes game memory.
It could be useful if you don't have a bypass for CE, if you want to make your own hack, if you don't need all CE features,...
Source code was made by this guy

so all the credits go to him.
Project source can be downloaded from:
A GUI could be made by any contributor in order to make the tool easier to use.
Features:
* Initial unknown value
* Increased and Decreased value
* Memory write (poke)
Some common data sizes
The size of an int: 4
The size of a long int: 8
The size of a short int: 2
The size of a float: 4
The size of a double: 8
The size of a long double: 16
The size of a char: 1
The size of a bool: 1
Have fun