summary refs log tree commit diff
path: root/afl-dyninst.h.m4
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-11-04 16:49:47 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-11-04 17:10:03 +0900
commitf9d644e7f357a21aa64a5de27408b74cbd345dc8 (patch)
tree7829136efbd1f4b12816f884af2c053b54a7704f /afl-dyninst.h.m4
parentcff2d88f97f983683f4caf0e8f87a4f858b486be (diff)
downloadafl-dyninst-f9d644e7f357a21aa64a5de27408b74cbd345dc8.tar.gz
Rework build recipe
Diffstat (limited to 'afl-dyninst.h.m4')
-rw-r--r--afl-dyninst.h.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/afl-dyninst.h.m4 b/afl-dyninst.h.m4
new file mode 100644
index 0000000..7147c6c
--- /dev/null
+++ b/afl-dyninst.h.m4
@@ -0,0 +1,11 @@
+/*
+ * 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 */