17 url = "https://gitlab.archlinux.org/archlinux/packaging/packages/unhide/-/raw/27c25ad5e1c6123e89f1f35423a0d50742ae69e9/Makefile";
18 hash = "sha256-bSo3EzpcsFmVvwyPgjCCDOJLbzNpxJ6Eptp2hNK7ZXk=";
21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
29 hash = "sha256-v4otbDhKKRLywH6aP+mbMR0olHbW+jk4TXTBY+iaxdo=";
33 cp ${makefile} Makefile
38 makeFlags = [ "PREFIX=${placeholder "out"}" ];
56 description = "Forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs";
57 homepage = "https://github.com/YJesus/Unhide";
58 changelog = "https://github.com/YJesus/Unhide/blob/${src.rev}/NEWS";
59 license = lib.licenses.gpl3Only;
60 maintainers = with lib.maintainers; [ tochiaha ];
61 mainProgram = "unhide";
62 platforms = lib.platforms.all;