diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-04 16:49:47 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-04 17:10:03 +0900 |
commit | f9d644e7f357a21aa64a5de27408b74cbd345dc8 (patch) | |
tree | 7829136efbd1f4b12816f884af2c053b54a7704f /afl-dyninst.sh | |
parent | cff2d88f97f983683f4caf0e8f87a4f858b486be (diff) | |
download | afl-dyninst-f9d644e7f357a21aa64a5de27408b74cbd345dc8.tar.gz |
Rework build recipe
Diffstat (limited to 'afl-dyninst.sh')
-rwxr-xr-x | afl-dyninst.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/afl-dyninst.sh b/afl-dyninst.sh deleted file mode 100755 index dd7d747..0000000 --- a/afl-dyninst.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -export DYNINSTAPI_RT_LIB=/usr/local/lib/libdyninstAPI_RT.so -afl-dyninst $* |