This website requires JavaScript.
Explore
Help
Sign In
DaveGamble
/
cJSON
Watch
1
Star
0
Fork
0
mirror of
https://github.com/DaveGamble/cJSON.git
synced
2026-09-11 17:29:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
meson
cJSON
/
fuzzing
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
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
..
inputs
fuzzing: Fuzz different print methods
2017-02-18 13:18:08 +01:00
.gitignore
CMake: Add ENABLE_FUZZING and "afl" target
2017-02-18 12:52:16 +01:00
afl-prepare-linux.sh
fuzzing: script to prepare linux kernel for afl
2017-02-18 13:18:09 +01:00
afl.c
Replace sizeof('\0') with sizeof("")
2017-04-08 01:29:19 +02:00
afl.sh
fuzzing: use llvm source code instrumentation
2017-02-18 13:18:08 +01:00
CMakeLists.txt
fuzzing: Speed up afl using persistent mode (in proccess fuzzing)
2017-02-18 13:18:09 +01:00
json.dict
CMake: Add ENABLE_FUZZING and "afl" target
2017-02-18 12:52:16 +01:00