v6.0.1 - Headless mode!
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-assistantTry 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