diff options
author | van Hauser <vh@thc.org> | 2019-08-19 12:54:55 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-08-19 12:54:55 +0200 |
commit | d3d0682310b840b027083133837bcd9be0638281 (patch) | |
tree | f2ae082998937985ec14a3df10c0d7a94d9369ec /afl-sharedmem.h | |
parent | 7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff) | |
download | afl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz |
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'afl-sharedmem.h')
-rw-r--r-- | afl-sharedmem.h | 7 |
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 |