Skip to content

v6.0.1 - Headless mode!

Choose a tag to compare

@cyberkaida cyberkaida released this 16 Nov 01:24
· 209 commits to main since this release

This is a big release including a long needed feature, headless mode! 🦾

ReVa can now run in a fully headless mode from a python script, in a docker container, or automation pipeline.
ReVa will manage running Ghidra for you, manage the project creation and importing files. 🐉

This release also includes Claude Skills and a Claude Code plugin! You can install the Claude Code plugin with:

claude plugin marketplace add cyberkaida/reverse-engineering-assistant

Try some prompts like:

Open the sample in this directory with ReVa, triage it with the triage skill, then use the deep analysis skill on any malicious parts. Use a subagent and the deep analysis skill for each part, annotate the database as you go so the subagents can work together. Write a report when you are done.

What is the flag for rev_spookypass?

Change log

  • ReVa also now uses the checkin/checkout system to manage saves for you.
  • ReVa now has better support for updating and editing data types.
  • Add Claude plugin
  • Add Claude skills
  • Add headless API for pyghidra
  • Use headless API for new stdio MCP transport

Full Changelog: v5.0.0...v6.0.1