Hello I try to learn reverse engineering, so i use from process hacker to view dynamic strings in the process's memory... (more info)
i get something like this :
Address Length Result
-----------------------
0x853978 (43): hello
0xfb5e1a8 (86): hello alex !
now i want to know how can i get/find reference address for them ?
I try with WinHex but i cant, i don't know how can i do this, is it possible to find reference assembly address in file form memory address (for ex : 0x853978) or this is not possible in any way.
anyone can help ?
