Replies: 1 comment 14 replies
-
@hedgeberg I'm not sure this is exactly what you're looking for, but, if you build the agent as a jar, you can run it standalone using "java -jar nodepJar". The build command is: |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would it take to make it possible to launch one of the provided GADP agents without launching the full Ghidra installation? Looking at the source for GDB's GADP agent, it looks like it was intended to be launched from the command line (see here) but I can't find any documentation or code indicating that the standalone operation feature survived into release. Being able to do something like launch one of the GADP agents via something like
"${SCRIPT_DIR}"/support/launch.sh bg Ghidra "${MAXMEM}" "" ghidra.GADPGDB"$@"
would be really helpful for setups that involve complex networking where the intent is to debug something running on a target device of a different architecture.Also, if there were an option to launch the GADP agents without producing the server popup, that would make life a lot easier for some of the stranger debugging setups I've created.
Is there any plan currently to add standalone launching of the agents, or "headless" launching, to the 10.0 release? If not, what would it take to insert a new launcher option to the set of supported options?
Beta Was this translation helpful? Give feedback.
All reactions