about summary refs log tree commit diff
path: root/afl-sharedmem.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-19 12:54:55 +0200
committervan Hauser <vh@thc.org>2019-08-19 12:54:55 +0200
commitd3d0682310b840b027083133837bcd9be0638281 (patch)
treef2ae082998937985ec14a3df10c0d7a94d9369ec /afl-sharedmem.h
parent7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff)
downloadafl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'afl-sharedmem.h')
-rw-r--r--afl-sharedmem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/afl-sharedmem.h b/afl-sharedmem.h
new file mode 100644
index 00000000..9aa44d0e
--- /dev/null
+++ b/afl-sharedmem.h
@@ -0,0 +1,7 @@
+#ifndef __AFL_SHAREDMEM_H
+#define __AFL_SHAREDMEM_H
+
+void setup_shm(unsigned char dumb_mode);
+void remove_shm(void);
+
+#endif