ctf tools
This commit is contained in:
parent
aa721bdc3f
commit
b64795270a
7
home.nix
7
home.nix
|
|
@ -62,7 +62,10 @@ in
|
||||||
|
|
||||||
(python311.withPackages (python-pkgs: [
|
(python311.withPackages (python-pkgs: [
|
||||||
python-pkgs.pwntools
|
python-pkgs.pwntools
|
||||||
python-pkgs.angr
|
# python-pkgs.angr
|
||||||
|
python-pkgs.requests
|
||||||
|
python-pkgs.pyjwt
|
||||||
|
python-pkgs.flask
|
||||||
]))
|
]))
|
||||||
gnumake
|
gnumake
|
||||||
coq
|
coq
|
||||||
|
|
@ -82,6 +85,8 @@ in
|
||||||
pwndbg
|
pwndbg
|
||||||
(cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ]))
|
(cutter.withPlugins (ps: with ps; [ jsdec rz-ghidra sigdb ]))
|
||||||
ghidra-bin
|
ghidra-bin
|
||||||
|
pwninit
|
||||||
|
patchelf
|
||||||
];
|
];
|
||||||
xdg.configFile.alacritty.source = mkln "config/alacritty";
|
xdg.configFile.alacritty.source = mkln "config/alacritty";
|
||||||
xdg.configFile.awesome.source = mkln "config/awesome";
|
xdg.configFile.awesome.source = mkln "config/awesome";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue