radareorg / r2ghidra

Native Ghidra Decompiler for r2

Home Page:https://www.radare.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build the sleigh files with meson

trufae opened this issue · comments

Right now it is only possible to do that using the following commands:

make -C ghidra sleigh-build
export R2_LIBR_PLUGINS=$(r2 -H R2_LIBR_PLUGINS)
DESTDIR="${pkgdir}" make -C ghidra install

reference thread: #93 (comment)