1 { lib, fetchPypi, python3Packages }:
3 python3Packages.buildPythonApplication rec {
9 hash = "sha256-vlqBN0E+bpfx+TLliZ3hgCaeOEdMRP/rmAfkmjOTqyA=";
12 propagatedBuildInputs = with python3Packages; [
20 description = "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (client tools)";
21 homepage = "https://www.frida.re/";
22 maintainers = with lib.maintainers; [ s1341 ];
23 license = lib.licenses.wxWindows;