use ghidra-bin cause debugger works

This commit is contained in:
cy 2025-02-04 10:11:36 -05:00
parent 0029f8f822
commit df2f9668f1
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -111,14 +111,19 @@
nixpkgs-review nixpkgs-review
just just
hugo hugo
ghidra ghidra-bin
sequoia sequoia
sccache sccache
awscli2 awscli2
lldb lldb
(cutter.withPlugins (plugins: with plugins; [ rz-ghidra jsdec sigdb ])) (cutter.withPlugins (p: with p; [
rz-ghidra
jsdec
sigdb
]))
ida-free ida-free
patchelf patchelf
radare2
]; ];
programs.waybar.enable = true; programs.waybar.enable = true;