8 version = lib.getVersion aflplusplus;
9 pname = "libdislocator";
11 src = aflplusplus.src;
12 postUnpack = "chmod -R +w ${aflplusplus.src.name}";
13 sourceRoot = "${aflplusplus.src.name}/utils/libdislocator";
15 makeFlags = [ "PREFIX=${placeholder "out"}" ];
23 cat > $out/bin/get-libdislocator-so <<END
25 echo $out/lib/afl/libdislocator.so
27 chmod +x $out/bin/get-libdislocator-so
31 homepage = "https://github.com/vanhauser-thc/AFLplusplus";
33 Drop-in replacement for the libc allocator which improves
34 the odds of bumping into heap-related security bugs in
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ ris ];