12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
23 hash = "sha256-wL6H4UqBqOHMQU91q0uJrgeS/wVvIbinpF9IBtli3Ig=";
26 build-system = [ setuptools ];
34 # Tests have additional requirements, e.g., angr binaries
35 # cle is executing the tests with the angr binaries already and is a requirement of angr
38 pythonImportsCheck = [ "angrop" ];
41 description = "ROP gadget finder and chain builder";
42 homepage = "https://github.com/angr/angrop";
43 license = with licenses; [ bsd2 ];
44 maintainers = with maintainers; [ fab ];