Alanscut
|
a417b183c6
|
add new line to endif
|
2019-10-29 12:47:36 +08:00 |
|
Randy
|
49a0ede475
|
ossfuzz: build with c++ compiler
|
2019-10-22 13:37:41 +02:00 |
|
Randy
|
73b0e739d0
|
fuzz: add support for compiling with c++ compiler
|
2019-10-22 13:32:41 +02:00 |
|
Randy
|
6b728982f2
|
ossfuzz.sh: fix permission bits
|
2019-10-22 12:45:13 +02:00 |
|
randy408
|
ec8d2f9c2e
|
convert fuzz target to c89, optimize
|
2019-10-21 15:27:47 +02:00 |
|
randy408
|
dc56e24f7f
|
add build script
|
2019-10-14 17:12:13 +02:00 |
|
Randy
|
bd1a375028
|
add fuzzer driver, integrate with build system
|
2019-08-24 17:42:48 +02:00 |
|
Randy
|
2d6db59c7b
|
update fuzzer
|
2019-07-11 15:09:10 +02:00 |
|
Randy
|
e6bc5d16e6
|
update fuzzer
|
2019-07-11 15:03:04 +02:00 |
|
Randy
|
2691e142f4
|
update fuzzer
|
2019-07-11 14:42:27 +02:00 |
|
Randy
|
f7f175fdf2
|
add fuzz target
|
2019-07-11 13:56:07 +02:00 |
|
yangfl
|
fa00278f66
|
Remove trailing space
|
2017-11-04 21:19:15 +08:00 |
|
Jakub Wilk
|
a3c2eba991
|
Fix typos in json.dict
|
2017-07-08 09:39:06 +02:00 |
|
Max Bruckner
|
84237ff48e
|
Replace sizeof('\0') with sizeof("")
Because sizeof('\0') is actually sizeof(int) not sizeof(char).
|
2017-04-08 01:29:19 +02:00 |
|
Max Bruckner
|
3fe72cf2b8
|
fuzzing: afl.c: Fix printing usage
|
2017-03-02 23:57:05 +01:00 |
|
Max Bruckner
|
cf71f3d627
|
fuzzing: script to prepare linux kernel for afl
|
2017-02-18 13:18:09 +01:00 |
|
Max Bruckner
|
da551c753f
|
fuzzing: Speed up afl using persistent mode (in proccess fuzzing)
|
2017-02-18 13:18:09 +01:00 |
|
Max Bruckner
|
ae4681b787
|
fuzzing: use llvm source code instrumentation
|
2017-02-18 13:18:08 +01:00 |
|
Max Bruckner
|
c5a09a32a9
|
fuzzing: Fuzz different print methods
This is achieved by encoding the type of function used in the first two
bytes.
First byte:
b: buffered
Second byte:
f: formatted
|
2017-02-18 13:18:08 +01:00 |
|
Max Bruckner
|
4785070ad3
|
fuzzing: Fuzz printing as well.
With one big limitation: It can only be fuzzed with what has been
parsed by the library beforehand.
|
2017-02-18 12:52:16 +01:00 |
|
Max Bruckner
|
0e0cd5bae5
|
CMake: Add ENABLE_FUZZING and "afl" target
|
2017-02-18 12:52:16 +01:00 |
|