A little similar with Where are static variables stored (data segment or heap or BSS)?,but not the same one.
Now I get a other process's variable's address like:0x10fb90,where is this variable stored(data segment or heap or BSS), could i get the location just from the process's pid and the variable's address?
I am working on osx using obj-c and c.