11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-zmWdGbFzwLDP7MUqEprZcIgA7lAdCrafWYohAehJyh0=";
29 propagatedBuildInputs = [
35 # Tests have additional requirements, e.g., angr binaries
36 # cle is executing the tests with the angr binaries already and is a requirement of angr
39 pythonImportsCheck = [
44 description = "ROP gadget finder and chain builder";
45 homepage = "https://github.com/angr/angrop";
46 license = with licenses; [ bsd2 ];
47 maintainers = with maintainers; [ fab ];