Zum Hauptinhalt springen

Showing 1–3 of 3 results for author: Görz, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.01146  [pdf, ps, other

    cs.SE

    Mutation Analysis with Execution Taints

    Authors: Rahul Gopinath, Philipp Goerz

    Abstract: Mutation analysis is one of the most effective, but costly means of assessing the ability of software test suites to prevent bugs. Traditional mutation analysis involves producing and evaluating syntactic variants of the original to check whether the test suite under evaluation is capable of distinguishing between the variant and the original in terms of behavior. Evaluating each mutant separate… ▽ More

    Submitted 2 March, 2024; originally announced March 2024.

    ACM Class: D.2.5

  2. arXiv:2212.03075  [pdf, other

    cs.SE cs.CR

    Systematic Assessment of Fuzzers using Mutation Analysis

    Authors: Philipp Görz, Björn Mathis, Keno Hassler, Emre Güler, Thorsten Holz, Andreas Zeller, Rahul Gopinath

    Abstract: Fuzzing is an important method to discover vulnerabilities in programs. Despite considerable progress in this area in the past years, measuring and comparing the effectiveness of fuzzers is still an open research question. In software testing, the gold standard for evaluating test quality is mutation analysis, which evaluates a test's ability to detect synthetic bugs: If a set of tests fails to de… ▽ More

    Submitted 25 July, 2023; v1 submitted 6 December, 2022; originally announced December 2022.

    Comments: 13 pages, 4 figures

    ACM Class: D.2.5; D.4.6

  3. arXiv:2201.11303  [pdf, ps, other

    cs.SE cs.CR

    Mutation Analysis: Answering the Fuzzing Challenge

    Authors: Rahul Gopinath, Philipp Görz, Alex Groce

    Abstract: Fuzzing is one of the fastest growing fields in software testing. The idea behind fuzzing is to check the behavior of software against a large number of randomly generated inputs, trying to cover all interesting parts of the input space, while observing the tested software for anomalous behaviour. One of the biggest challenges facing fuzzer users is how to validate software behavior, and how to im… ▽ More

    Submitted 12 February, 2022; v1 submitted 26 January, 2022; originally announced January 2022.

    MSC Class: 68-04 ACM Class: D.2.5