radareorg/r2ghidra

Is it possible to bring ghidra's plug-in in?

xiaoheshang404 opened this issue · 1 comments

Description

Is it possible to add ghidra's plug-in into it and how to operate it? I know that ghidra's plug-in usually only needs to add the plug-in compression package in /bin directory, then can r2ghidra do ?

Not sure if I understand your question. Do you mean running ghidra plugins inside r2? If so: no, this is not possible, those plugins are made in java and r2ghidra only ships the native part that handles the decompiler and instruction decoding.

it is possible to run java code in r2 and should be possible to create an api that mimics the ghidra one but uses r2pipe under the hood. Like it was made for ida plugins and such. But right now nobody worked on that