mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 04:38:08 +00:00
include and src folders
This commit is contained in:
7
include/sharedmem.h
Normal file
7
include/sharedmem.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef __AFL_SHAREDMEM_H
|
||||
#define __AFL_SHAREDMEM_H
|
||||
|
||||
void setup_shm(unsigned char dumb_mode);
|
||||
void remove_shm(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user