Hello,
I am currently trying to develop a gamepad "addon" for diablo 3. For proper vibration i want to read the process memory and extract data like camera shaking, current health or getting hit...
So far i can read data from the process (adress, offset) but I have trouble understanding what adress / offset to use to get the information i want.
Lets say I want to read the current health in 2.0.3... I have the offset 0xFFFFF06E for the current health but I have no clue what address i need to use.
I am very new to this memory reading stuff so please try to keep your answers as simple as possible
thank you in advance