I'm trying to do some fuzz testing with radamsa on Ubuntu 20.04 LTS.
The man page says:
-n, --count n
How many outputs to generate based on the sample(s). Giving -1 or inf causes data to be generated forever. The default is 1.
Anyway if I run a simple example, I obtain this output:
$ echo "test" | radamsa -n 100
tgsttfsttest
tes
teBs
teBs
tes
tst
tst
As you can see, there are not 100 testcases. Why is that? How can I solve it?