output
20202026
most citedThe Unpatchable Silicon: A Full Break of the Bitstream Encryption of Xilinx 7-Series FPGAs

39 citations

Showing cs.SEShow all

6 papers · 1 filter

cs.SE2025

On Interaction Effects in Greybox Fuzzing

Konstantinos Kitsios, Marcel Böhme, Alberto Bacchelli

A greybox fuzzer is an automated software testing tool that generates new test inputs by applying randomly chosen mutators (e.g., flipping a bit or deleting a block of bytes) to a…

cs.SE2025

Refining Fuzzed Crashing Inputs for Better Fault Diagnosis

Kieun Kim, Seongmin Lee, Shin Hong

We present DiffMin, a technique that refines a fuzzed crashing input to gain greater similarities to given passing inputs to help developers analyze the crashing input to identify…

cs.SE20251 cited

An Empirical Study of Fuzz Harness Degradation

Philipp Görz, Joschua Schilling, Nicolai Bissantz +1

The purpose of continuous fuzzing platforms is to enable fuzzing for software projects via fuzz harnesses -- but as the projects continue to evolve, are these harnesses updated in…

cs.SE20251 cited

Evaluating LLM-Based Regression Test Generation

Jing Liu, Seongmin Lee, Eleonora Losiouk +1

Large Language Models (LLMs) have shown tremendous promise in automated software engineering. In this paper, we investigate LLMs for just-in-time regression test generation for pro…

cs.SE20245 cited

An Efficient VCGen-based Modular Verification of Relational Properties

Lionel Blatter, Nikolai Kosmatov, Virgile Prevosto +1

Deductive verification typically relies on function contracts that specify the behavior of each function for a single function call. Relational properties link several function cal…

cs.SE20211 cited

How good does a Defect Predictor need to be to guide Search-Based Software Testing?

Anjana Perera, Burak Turhan, Aldeida Aleti +1

Defect predictors, static bug detectors and humans inspecting the code can locate the parts of the program that are buggy before they are discovered through testing. Automated test…