I would like to know how to get and/or change the memory address of e.g: "int i".
so if to say it is (hex): "22ff68" and i would like to change it to e.g (hex): "22ffa4"
how would i do that? -Btw i only know how to get the memory address of what addresses pointers has in their memory.