use ghidra-bin cause debugger works
This commit is contained in:
parent
0029f8f822
commit
df2f9668f1
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue