From d1595bef0c422be38f61ed442e72f747ac5fe34a Mon Sep 17 00:00:00 2001 From: Bad Date: Mon, 3 May 2021 16:14:40 +0200 Subject: [PATCH] Add ghidra --- profiles/pwn/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/pwn/default.nix b/profiles/pwn/default.nix index 4589ec0..0081239 100644 --- a/profiles/pwn/default.nix +++ b/profiles/pwn/default.nix @@ -2,5 +2,6 @@ { environment.systemPackages = with pkgs; [ rizin + ghidra-bin ]; }