cyberkaida / reverse-engineering-assistant

An AI assistant for reverse engineering tasks 👩‍💻
Apache License 2.0
165 stars 15 forks source link

Are there detailed installation instructions? #65

Open madjohn698 opened 3 days ago

madjohn698 commented 3 days ago

After I compile all the code, I still get an error when running reva-server. In addition, if I want to support Gemini, can I just add an openai-compatible baseurl to the ChatOpenAI function?Thanks.

cyberkaida commented 2 days ago

I will work on the installation instructions. I will also make a video.

To add Gemini support a change to the settings menu in the Ghidra plugin will be required and a change to the Reva-server will be required.

cyberkaida commented 2 days ago

If you have not, please try the pull request #63. I have updated the instructions in that pull request. I will make more improvements next week.