From: Francisco Pombal <17580742+FranciscoPombal@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:31:55 +0000 (+0100) Subject: add support for ghidra (#167) X-Git-Tag: v0.2.0.2~151 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7eb4aa7290ef23e8129206548ad662ae367fc557?ds=inline add support for ghidra (#167) --- diff --git a/programs/ghidra.json b/programs/ghidra.json new file mode 100644 index 0000000..b392aca --- /dev/null +++ b/programs/ghidra.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ghidra", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/NationalSecurityAgency/ghidra/issues/908\n" + } + ], + "name": "ghidra" +}