SimFuzz: Test case similarity directed deep fuzzing. Zhang, D., Liu, D., Lei, Y., Kung, D., Csallner, C., Nystrom, N., & Wang, W. Journal of Systems and Software (JSS), 85(1):102--111, January, 2012.
bibtex   
@article{zhang12simfuzz,
  author = {Dazhi Zhang and Donggang Liu and Yu Lei 
			and David Kung and Christoph Csallner and Nathaniel Nystrom 
			and Wenhua Wang},
  title = {SimFuzz: Test case similarity directed deep fuzzing},
  journal = {Journal of Systems and Software (JSS)},
	year = 2012,
	month = jan,
	volume = 85,
	number = 1,
	pages = {102--111},
  category = {Testing},
  summary = {SimFuzz is a black-box fuzzer for C programs that guides 
		its test case generation with a test case similarity metric. 
		The metric computes the edit distance between execution paths, where 
		each path element corresponds to the out-edge of a branching node in the 
		program's control-flow graph.}
}

Downloads: 0