1 { lib, python3, fetchFromGitHub }:
3 python3.pkgs.buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1bdj2clm13ir441vn7sv860xsc5gh71ja5lc2wn0gggnff0adxj4";
15 inherit (src.meta) homepage;
16 description = "Tool for partial deblobbing of Intel ME/TXE firmware images";
18 me_cleaner is a Python script able to modify an Intel ME firmware image
19 with the final purpose of reducing its ability to interact with the system.
21 license = licenses.gpl3;
23 mainProgram = "me_cleaner.py";