Rare path guided fuzzing

S Saha, L Sarker, M Shafiuzzaman, C Shou… - Proceedings of the …, 2023 - dl.acm.org
… inputs that can explore these rare paths using path-guided concolic execution. We provide
… we guide fuzzers using our rare path analysis based on intra-paths, inter-paths and II-paths. …

Pathafl: Path-coverage assisted fuzzing

S Yan, C Wu, H Li, W Shao, C Jia - Proceedings of the 15th ACM Asia …, 2020 - dl.acm.org
… -guided fuzzers generally use the the number of basic blocks or edges explored to measure
code coverage. Path-… new mutation inputs that can hit a given rare branch. Choi et al.[15] …

AFLTurbo: Speed up path discovery for greybox fuzzing

L Sun, X Li, H Qu, X Zhang - 2020 IEEE 31st International …, 2020 - ieeexplore.ieee.org
… to guide fuzzing. American Fuzzy Lop (AFL) is one of the most famous CGF fuzzers and has
… and a seed schedule which prioritizes test cases executing rare paths. Lemieux et al. [17] …

Full-speed fuzzing: Reducing fuzzing overhead through coverage-guided tracing

S Nagy, M Hicks - 2019 IEEE Symposium on Security and …, 2019 - ieeexplore.ieee.org
… , no fuzzers that we are aware of track coverage at path granularity, however, we can imagine
future approaches leveraging Intel Processor Trace’s [35] ability to make tracking pathrare

Path sensitive fuzzing for native applications

S Gan, C Zhang, X Qin, X Tu, K Li… - IEEE Transactions on …, 2020 - ieeexplore.ieee.org
guide fuzzing are crucial to coverage-guided fuzzers. However, tracking full and accurate path
… Sen, “FairFuzz: Targeting rare branches to rapidly increase greybox fuzz testing coverage,…

Fairfuzz: Targeting rare branches to rapidly increase greybox fuzz testing coverage

C Lemieux, K Sen - arXiv preprint arXiv:1709.07101, 2017 - arxiv.org
… testers [25], they use limited feedback from the program under test to guide their fuzzing
Since AFLFast’s emphasis on rare paths is similar to our emphasis on rare branches, we will …

SAFL: increasing and accelerating testing coverage with symbolic execution and guided fuzzing

M Wang, J Liang, Y Chen, Y Jiang, X Jiao… - Proceedings of the 40th …, 2018 - dl.acm.org
… In this paper, we present SAFL 1 , an efficient fuzzing testing … thus the later fuzzing process
can reach deep paths in program … It helps the fuzzing process to exercise rare and deep paths

Path transitions tell more: Optimizing fuzzing schedules via runtime program states

K Zhang, X Xiao, X Zhu, R Sun, M Xue… - Proceedings of the 44th …, 2022 - dl.acm.org
… In such (rare) cases, the bytes having been mutated are more likely to be related to a validation
… developed in this paper could advance the coverage-guided greybox fuzzing domain. …

Rare-Seed Generation for Fuzzing

S Saha, L Sarker, M Shafiuzzaman, C Shou… - arXiv preprint arXiv …, 2022 - arxiv.org
… To evaluate our techniques for rare path-guided fuzzing we … in experimental evaluation of
existing fuzzing techniques. inih (… we guide fuzzers using our rare path analysis based on intra-…

One fuzz doesn't fit all: Optimizing directed fuzzing via target-tailored program state restriction

P Srivastava, S Nagy, M Hicks, A Bianchi… - Proceedings of the 38th …, 2022 - dl.acm.org
… empt and terminate the fuzzing of paths that will never reach … guided fuzzing has long remained
coverage-guided fuzzing [… ] ensures that re-analysis is a rare event in practice—and thus …