Skip to content

ReVa 6.0.0 - Headless analysis and Skills!

Pre-release
Pre-release

Choose a tag to compare

@cyberkaida cyberkaida released this 09 Nov 06:09

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, etc! This is useful for automated analysis pipelines, testing, initial triage!
This also makes it easy to use ReVa without Ghidra knowledge. 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

If you have GHIDRA_INSTALL_DIR and ReVa installed (see the README.md) Claude will have new skills for binary triage, deep analysis and CTF!

Try some prompts like:

I have 296599df29f4ffa9bf753ff9440032d912969d0bab6e3208ab88b350f9a83605.0 open in Ghidra, please triage it, then do deep analysis on any malicious parts. Use a subagent and the deep analysis skill for each part! Write a report when you are done and use todos.

What is the flag for rev_spookypass?

ReVa also now uses the checkin/checkout system to manage saves for you.

ReVa now has better support for updating and editing data types.

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