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 |