Dear All,
Heare is another (maybe basic) question.
If, at runtime of the analyzed application, I have a reference to a value object. Is there is a way to extract real data stored in memory related to that object?
Like:
int x = 5;
I have the reference representing x, how can I get “5” from memory?