From 3bce3f605f8373226a5c1b6adbba3382187fb521 Mon Sep 17 00:00:00 2001 From: morluto <76467478+morluto@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:13:01 +0800 Subject: [PATCH] Add REA to static analysis tools --- data/tools/rea.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/tools/rea.yml diff --git a/data/tools/rea.yml b/data/tools/rea.yml new file mode 100644 index 000000000..136adae28 --- /dev/null +++ b/data/tools/rea.yml @@ -0,0 +1,20 @@ +name: REA +categories: + - linter +tags: + - binary + - dotnet + - javascript +license: MIT +types: + - cli +source: 'https://github.com/morluto/rea' +homepage: 'https://github.com/morluto/rea' +description: >- + REA provides local CLI and MCP tools for agent-driven reverse engineering of + native binaries through Hopper and Ghidra, managed PE/CLI files, + JavaScript/Electron apps, and browser runtimes. It returns structured analysis + results with evidence for tracing application behavior. +resources: + - title: Quick start + url: https://github.com/morluto/rea#quick-start