AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
1.99k stars 306 forks source link

libfuzzer_stb_image_sugar broken & Update libafl_sugar #1176

Closed tokatoka closed 1 year ago

tokatoka commented 1 year ago

the fuzzer just dies when I run cargo make run.

it has been broken since 0.7.0

sugar crate is outdated needs update.

fbaltor commented 1 year ago

Is there a way to enable more verbose output or debug messages? The fuzzer appears to be stuck. Screenshot from 2023-03-30 14-08-31

fbaltor commented 1 year ago

LIBAFL_DEBUG_OUTPUT is the way to go.

tokatoka commented 1 year ago

Is there a way to enable more verbose output or debug messages?

you can use env_logger or something

addisoncrump commented 5 months ago

Should we be testing libfuzzer_stb_image_sugar again? It seems to be working.