This website requires JavaScript.
Explore
Homepage
Help
Sign In
DeforaNetworks
/
deepstate
Watch
3
Star
0
Fork
0
You've already forked deepstate
Code
Releases
Activity
deepstate
/
examples
History
agroce
ef3c2ed8d5
enable making of AFL-ized versions of stuff
2019-05-30 09:08:51 -07:00
..
CMakeLists.txt
enable making of AFL-ized versions of stuff
2019-05-30 09:08:51 -07:00
Crash.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
Euler.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
Fixture.cpp
try changing test output to TRACE
2018-12-22 13:44:43 -07:00
FromEclipser.cpp
add the example from the Eclipser paper
2019-05-30 08:06:10 -07:00
IntegerArithmetic.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
IntegerOverflow.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
Klee.c
Add KLEE example
2018-02-25 10:27:47 -08:00
Lists.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
OneOf.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
Primes.cpp
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
2018-09-27 16:45:08 -07:00
Runlen.cpp
add boring unit test
2019-01-04 12:49:43 -07:00
Squares.c
Fix for new C interface to string generation
2018-12-31 13:19:57 -07:00
StreamingAndFormatting.cpp
try changing test output to TRACE
2018-12-22 13:44:43 -07:00
TakeOver.cpp
Add example for
DeepState_TakeOver()
2018-02-20 15:43:34 -08:00