diff options
| author | Christian <[email protected]> | 2026-05-30 11:29:44 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-30 11:29:44 -0500 |
| commit | df7c578541d2dc11157f86a21992fe92b0d84b6f (patch) | |
| tree | 2fc06af7cbd4f83d26ff4d49bb28e0c972beb648 /modules | |
| parent | 4669d60345bb78f7aaec433796e437c38dcb09da (diff) | |
Add radare2 to reverse engineering toolkit
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/re.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/re.nix b/modules/home/re.nix index 03fde12..0194fe1 100644 --- a/modules/home/re.nix +++ b/modules/home/re.nix @@ -12,5 +12,6 @@ patches = [ ./imhex-refresh-callback.patch ]; })) (import ./ghidra.nix { inherit pkgs; }) + pkgs.radare2 ]; } |
