radamsa icon indicating copy to clipboard operation
radamsa copied to clipboard

a general-purpose fuzzer

Results 6 radamsa issues
Sort by recently updated
recently updated
newest added

Hi! I would like to embed radamsa in a few different places as a library instead of having to call a binary on the command line from my own fuzzers....

It would be nice if the checksum algorithm radamsa uses internally for test case deduplication was selectable. As aoh told me on IRC, radamsa uses a custom 96-bit checksum for...

there may be spurious reads after eof in sample file streaming

radamsa -n inf samples/*.80 -o 127.0.0.1:80,outputs/tcp-%n,- | cat -v should work as expected.

Some mutations (e.g. fuse old) need some information about data elsewhere in order to work properly on the first run. As a result, simple and likely common usage patterns such...

enhancement