Replies: 1 comment
-
|
Still in the hope anyone has some hint on this aspect of fuzzing, I made some progress using the environment variable Doing so, I'm able to collect some interesting corpora. With lots of environmental conditions, the data in this corpus may be
But I was wondering if there's a standardized way to do those jobs without the need to switch from one environment to another. I experienced the fact that depending on the architecture (ARM versus x64), either minimization or extraction works but never both, while the source code remains the same on both sides. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I currently have a fuzzing test running for quite a long time
Fuzzing time: 118h19m43.680240575sand I was wondering:Las time I stopped such a process, despite the option
--corpus_database=./corpus/, it didn't write anything in my corpus directory.And at the time being, with
Corpus size: 35, the same directory is still empty.Unfortunately, I'll soon need to reboot the host on which this process is running, and I really don't want to loose all the work done so far.
This binary was built after a git pull on Tuesday 19th May from fuzztest main branch.
--versionoutput:Any help from anyone would be warmly welcome.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions