mahaloz / DAILA

A decompiler-agnostic plugin for interacting with AI in your decompiler. GPT-4, Claude, and local models supported!
532 stars 46 forks source link

Automatically load script when ghidra starts #51

Open idan-h opened 1 month ago

idan-h commented 1 month ago

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 commented 1 month ago

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.