Open vanhauser-thc opened 6 months ago
Seems that you didn't set your DASHSCOPE_API_KEY
env. The Alibaba Dashscope SDK always load its API key from environment.
Try to add the export DASHSCOPE_API_KEY=YOUR_DASHSCOPE_API_KEY=${your Dashscope key}
to your ~/.bashrc
(or other configuration file, upon your shell).
As for the illegal characters in the GhidraiDialog.java comment, maybe your platform did not support Chinese character, you can help remove this comment or translate it to English and submit a PR :)
I compiled GhidrAI for Ghdira 11.0.2 (note that I had to remove line 106 in src/main/java/ghidrai/ui/GhidraiDialog.java because of illegal characters).
I installed the plugin and enabled it, however when starting ghidra on a target I get this error:
Is that an incompatibility with Ghidra 11?