6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0h97i6h525hg401dvvaa5krxi184qpvldbdn0izmirvr9pvh4hkn";
17 homepage = "https://scoding.de/filebytes-introduction";
18 license = licenses.gpl2;
19 description = "Scripts to parse ELF, PE, Mach-O and OAT (Android Runtime)";
20 maintainers = with maintainers; [ bennofs ];