我对 Ghidra Disassembler 有点陌生,所以请多多包涵。
我试图安装 Ghidra 来分析可执行文件。在 Ghidra 中打开可执行文件后,它会加载除 Decompiler 之外的所有内容。反编译器窗口显示
Decompiler: Unable to initialize the DecompilerInterface: Could not find decompiler executable”这个错误信息。它还显示“os/mac_x86_64/decompile 不存在
我从这里下载了它。我的 Mac 中也安装了 JDK。我应该怎么做才能使反编译器工作?
正如错误所说,“os/mac_x86_64”内没有反编译器。不知道我应该做什么。