mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
test-dlopen llvm test
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef TEST_SHARED_OBJECT
|
||||
#define main main_exported
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
int fd = 0;
|
||||
|
Reference in New Issue
Block a user