Skip to content

AI‐Assisted code for XWAU development

Marcos Orallo edited this page Apr 14, 2026 · 2 revisions

This is just my current setup. Feel free to reproduce it and if you find problems or improvements, let me know!

Tools

Setup

  1. Create a folder where you will configure all the repositories for the AI Agent to read and work on

  2. Clone these repositories inside the folder. Depending on what you want to achieve, you may want to include other repositories related to the project.

  3. Install/extract Ghidra and open it

    • Import the `XWINGALLIANCE.gzf´ database and save the project into a folder inside the top folder together with the git repositories.
    • Install the GhidrAssistMCP extension and enable it, both globally and in the XWINGALLIANCE project.
  4. Copy the AGENTS.md file into the top project folder.

  5. Copy opencode.json file into the top project folder.

  6. Install OpenCode Desktop (or you can use OpenCode CLI, but I find it easier with the GUI)

  7. (Optional) Configure your Github Copilot or other AI model API Keys in OpenCode.

  8. Create a new Project in OpenCode pointing to the project folder.

  9. Create a new Session with a free model and ask it to confirm that it has access to the Ghidra MCP server.

  10. ...

  11. Profit! Prompt AI to make XWAU (even more) AWESOME

Clone this wiki locally