Files
nix-config/modules/fh/forensik.nix
2025-03-18 16:27:20 +01:00

12 lines
146 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
regripper
foremost
binwalk
sleuthkit
samdump2
apktool
];
}