diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-05 12:19:03 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-05 12:19:03 +0900 |
commit | edde9d3d6010ee8e58bf593ebe94e1a187321958 (patch) | |
tree | e0984d4011eaa0cab78318ab5c7364eae75a6465 /afl-dyninst.h.m4 | |
parent | f9d644e7f357a21aa64a5de27408b74cbd345dc8 (diff) | |
download | afl-dyninst-edde9d3d6010ee8e58bf593ebe94e1a187321958.tar.gz |
Complete removal of the -l flag
Diffstat (limited to 'afl-dyninst.h.m4')
-rw-r--r-- | afl-dyninst.h.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/afl-dyninst.h.m4 b/afl-dyninst.h.m4 deleted file mode 100644 index 7147c6c..0000000 --- a/afl-dyninst.h.m4 +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Instrumentation library path injection - * SPDX-FileCopyrightText: 2024 Nguyễn Gia Phong <cnx@loang.net> - * SPDX-License-Identifier: AGPL-3.0-or-later - * vim: filetype=c.m4 - */ -#ifndef AFL_DYNINST_H -#define AFL_DYNINST_H -const char *const afl_dyninst_lib = "AFL_DYNINST_LIB/libafldyninst.so"; -const char *const dyninstapi_rt_lib = "DYNINST_LIB/libdyninstAPI_RT.so"; -#endif /* AFL_DYNINST_H */ |