The proper way to use GDB via SSH from Windows to Linux host? #3238
Replies: 3 comments 12 replies
-
@Igorprostoff The fact that you have output to the Interpreter window is a good sign - means you’re half way there. Do you have a tree in the Objects window? If so, ids the tree opened up to the process. (It’s supposed to do this automatically, but doesn’t always seem to work correctly.) Opening to the process will trigger the recording, which in turn enables all the other windows. (Yeah, I know - not the greatest design. We’re working on fixing it.) |
Beta Was this translation helpful? Give feedback.
-
Hmmm, do you have the same issues running something mundane, like plums or xclock? |
Beta Was this translation helpful? Give feedback.
-
Fixed by 19fa121 |
Beta Was this translation helpful? Give feedback.
-
While trying to solve a simple Crackme, written for Linux, I wanted to try out the new debugger feature by using the "GDB via SSH" option in Ghidra, by connecting from Windows host (where the Ghidra is running) to the WSL2 host, where the GDB is able to debug the Crackme. But after I successfully connect from Ghidra to the Linux host with my login and password and provide the executable path as a command-line parameter, the only thing I see is a program output in the Interpreter window.
Is this the right way to use this feature or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions