diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-25 14:55:31 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-25 14:55:31 +0200 |
commit | 2e23418a09e6c610288414d4ab6841b6f39513af (patch) | |
tree | 7c5dba50430097c4b633044c7fc56eac002860ed | |
parent | f3dc56f59a25eca60666393b43e0eef4811ac825 (diff) | |
download | afl++-2e23418a09e6c610288414d4ab6841b6f39513af.tar.gz |
remove symlinks
-rw-r--r-- | custom_mutators/honggfuzz/custom_mutator_helpers.h | 22 | ||||
l--------- | custom_mutators/radamsa/custom_mutator_helpers.h | 1 |
2 files changed, 0 insertions, 23 deletions
diff --git a/custom_mutators/honggfuzz/custom_mutator_helpers.h b/custom_mutators/honggfuzz/custom_mutator_helpers.h deleted file mode 100644 index 57754697..00000000 --- a/custom_mutators/honggfuzz/custom_mutator_helpers.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef CUSTOM_MUTATOR_HELPERS -#define CUSTOM_MUTATOR_HELPERS - -#include "config.h" -#include "types.h" -#include "afl-fuzz.h" -#include <stdlib.h> - -#define INITIAL_GROWTH_SIZE (64) - -/* Use in a struct: creates a name_buf and a name_size variable. */ -#define BUF_VAR(type, name) \ - type * name##_buf; \ - size_t name##_size; -/* this filles in `&structptr->something_buf, &structptr->something_size`. */ -#define BUF_PARAMS(struct, name) \ - (void **)&struct->name##_buf, &struct->name##_size - -#undef INITIAL_GROWTH_SIZE - -#endif - diff --git a/custom_mutators/radamsa/custom_mutator_helpers.h b/custom_mutators/radamsa/custom_mutator_helpers.h deleted file mode 120000 index f7532ef9..00000000 --- a/custom_mutators/radamsa/custom_mutator_helpers.h +++ /dev/null @@ -1 +0,0 @@ -../examples/custom_mutator_helpers.h \ No newline at end of file |