cyberkaida / reverse-engineering-assistant

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

Are there detailed installation instructions? #65

Closed madjohn698 closed 4 months ago

madjohn698 commented 5 months 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 5 months 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 5 months 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.