The Wayback Machine - https://web.archive.org/web/20220501072208/https://github.com/topics/fuzz-testing
Skip to content
#

fuzz-testing

Here are 120 public repositories matching this topic...

AFLplusplus
atrosinenko
atrosinenko commented Jan 6, 2022

When the computer is suspended during a fuzzing session, the time spent in suspended state is counted as a "run time" on a statistics screen. In case fuzzing was running for several hours and then the computer was suspended for several more hours, on one hand I would prefer not restarting the session, on the other hand, now it may be harder to tell how well a harness performs (corpus count vs. run

help wanted good first issue
wtf
0vercl0k
0vercl0k commented Jul 16, 2021

If I remember correctly, I wasn't able to implement on-demand paging with whv because doing a WHvTranslateGva with an empty environment doesn't generate memory faults like executing would.

This is annoying because wtf does memory translation to be able to set breakpoints where the user wants to; to do that it needs to do a VirtTranslate so I ended up mapping it all at start-up. It's not ide

enhancement good first issue

Improve this page

Add a description, image, and links to the fuzz-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fuzz-testing topic, visit your repo's landing page and select "manage topics."

Learn more