Replies: 1 comment 2 replies
-
It appears this was due to an issue with an older jna version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I seem to be having trouble with coordinating the program counter with a location in Ghidra. I would expect the current position in the listing to jump to the next instruction when stepping with the debugger. Even when "Track Program Counter" is set this doesn't seem to occur. I can tell that the debugger is functioning by observing the RIP value and its changes as I step over with the debugger.
It would also be a good idea to have some sort of synchronization between the addresses Ghidra displays in the listing and the actual address determined by the module's base address. It is currently impossible to know where you currently are without manually calculating it.
Beta Was this translation helpful? Give feedback.
All reactions