Jump to content

Differential fuzzing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jang.sec (talk | contribs) at 14:12, 13 July 2017 (initial commit). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Differential fuzzing, an extension of fuzz testing, is a software testing technique that provides invalid, unexpected, or random data as inputs to similar applications (or to different implementations of the same application), and observing differences in their execution. Differential fuzzing is also known as differential testing.

See also