2

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?

krise
  • 485
  • 1
  • 10
  • 22
  • 1
    `0x50999c39eefe455c` *is* the content of `local_78`. – Lieven Keersmaekers May 15 '20 at 20:29
  • So you are saying this is not an address that is pointing to where the data is stored but it IS the actual data? How can I tell that apart? I just assumed this was an address due to it being exactly 8 bytes – krise May 16 '20 at 10:17

0 Answers0