From b64795270a90f668091c689100b6c449a9fa04f6 Mon Sep 17 00:00:00 2001 From: caandt Date: Fri, 4 Oct 2024 19:03:49 -0500 Subject: [PATCH] ctf tools --- home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 7439072..6483440 100644 --- a/home.nix +++ b/home.nix @@ -62,7 +62,10 @@ in (python311.withPackages (python-pkgs: [ python-pkgs.pwntools - python-pkgs.angr + # python-pkgs.angr + python-pkgs.requests + python-pkgs.pyjwt + python-pkgs.flask ])) gnumake coq @@ -82,6 +85,8 @@ in pwndbg (cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ])) ghidra-bin + pwninit + patchelf ]; xdg.configFile.alacritty.source = mkln "config/alacritty"; xdg.configFile.awesome.source = mkln "config/awesome";