sisko: Add some CTF tools
This commit is contained in:
parent
2fbc6223e1
commit
54546d512f
8
common/pwndbg-gdb-alias.nix
Normal file
8
common/pwndbg-gdb-alias.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ pwndbg }:
|
||||||
|
|
||||||
|
# "$ coredumpctl gdb" always runs "gdb" from your path.
|
||||||
|
pwndbg.overrideAttrs ({ installPhase ? "", ... }: {
|
||||||
|
installPhase = installPhase + ''
|
||||||
|
ln -s $out/bin/pwndbg $out/bin/gdb
|
||||||
|
'';
|
||||||
|
})
|
@ -49,6 +49,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
hyprswitch = hyprswitch.packages.${prev.system}.default;
|
hyprswitch = hyprswitch.packages.${prev.system}.default;
|
||||||
|
pwndbg-gdb-alias = prev.callPackage ./common/pwndbg-gdb-alias.nix { };
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,11 @@
|
|||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
|
exiftool
|
||||||
|
ghidra
|
||||||
|
pwndbg-gdb-alias
|
||||||
|
snicat
|
||||||
|
|
||||||
# Window Manager Extras
|
# Window Manager Extras
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
hyprcursor
|
hyprcursor
|
||||||
|
Loading…
Reference in New Issue
Block a user