For a course at university, I am trying to statically analyse a binary with ghidra. In the decompiled code, I have a line like local_78 = 0x50999c39eefe455c;
I need to know the content of that local variable / where 0x50999c39eefe455c is pointing at, but when I try to access it, I get a error message "Address not found in program memory".
Any idea how to do that?