4 version = lib.getVersion afl;
5 pname = "libdislocator";
8 sourceRoot = "${afl.src.name}/libdislocator";
10 makeFlags = [ "PREFIX=$(out)" ];
17 cat > $out/bin/get-libdislocator-so <<END
19 echo $out/lib/afl/libdislocator.so
21 chmod +x $out/bin/get-libdislocator-so
25 homepage = "https://lcamtuf.coredump.cx/afl/";
27 Drop-in replacement for the libc allocator which improves
28 the odds of bumping into heap-related security bugs in
31 license = lib.licenses.asl20;
32 maintainers = with maintainers; [ ris ];