Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically load script when ghidra starts #51

Open
idan-h opened this issue Aug 8, 2024 · 1 comment
Open

Automatically load script when ghidra starts #51

idan-h opened this issue Aug 8, 2024 · 1 comment

Comments

@idan-h
Copy link

idan-h commented Aug 8, 2024

I don't know if it is possible, but right now I need to load the script manually each time.
It would have been nice to have the option to load it automatically.

Thanks! you are doing a great job here

@mahaloz
Copy link
Owner

mahaloz commented Aug 9, 2024

This would actually be quite hard to do, so I'm note sure yet if it's a wontfix. The main problem is the fact that Python scripts in Ghidra can't be automatically run without user interaction. We need it to be run so that our remote handlers can connect to Ghidra.

The only full way around this I see, is to write a Java side plugin that starts the backend automatically on launch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants