Linear-time temporal logic guided greybox fuzzing

R Meng, Z Dong, J Li, I Beschastnikh… - Proceedings of the 44th …, 2022 - dl.acm.org
… of temporal properties. Motivated by this observation and leveraging the recent progress …
fuzzing, we build a greybox fuzzing framework to find violations of Linear-time Temporal Logic (…

WEIZZ: Automatic grey-box fuzzing for structured binary formats

A Fioraldi, DC D'Elia, E Coppa - Proceedings of the 29th ACM SIGSOFT …, 2020 - dl.acm.org
… to handle magic numbers and checksums in grey-box fuzzers. Sub-instruction Profiling.
While understanding how a large amount of logic can be encoded in a single comparison is not …

Greybox fuzzing of distributed systems

R Meng, G Pîrlea, A Roychoudhury… - Proceedings of the 2023 …, 2023 - dl.acm.org
Grey-box fuzzing is the lightweight approach of choice for finding bugs in sequential … for
greybox fuzz-testing of distributed systems. Unlike popular black-box distributed system fuzzers, …

Mc2: Rigorous and efficient directed greybox fuzzing

A Shah, D She, S Sadhu, K Singal, P Coffman… - Proceedings of the …, 2022 - dl.acm.org
… pose directed greybox fuzzing as an … fuzzing algorithm to find a target-reaching input as the
performance metric. Using our framework, we design a randomized directed greybox fuzzing

Beacon: Directed grey-box fuzzing with provable path pruning

H Huang, Y Guo, Q Shi, P Yao, R Wu… - 2022 IEEE Symposium …, 2022 - ieeexplore.ieee.org
fuzzing is shown to be incapable of reproducing a vulnerability within 24 hours [1]. On the
other hand, the directed grey-box fuzzers … , a directed grey-box fuzzer that directly addresses …

Cpfuzz: Combining fuzzing and falsification of cyber-physical systems

F Shang, B Wang, T Li, J Tian, K Cao - IEEE Access, 2020 - ieeexplore.ieee.org
… ABSTRACT Coverage-guided grey-box fuzzing for computer systems has been explored for
… of temporal logic in coverage-guided fuzzing and obtain a cyber-physical fuzzing framework…

Dynamic verification of approximate computing circuits using coverage-based grey-box fuzzing

K Yoshisue, Y Masuda… - 2021 IEEE 27th …, 2021 - ieeexplore.ieee.org
… The key idea of the proposed methodology is to incorporate a quality assessment capability
into the Coverage-based Grey-box Fuzzing (CGF). CGF is one of the most promising …

Efficient greybox fuzzing to detect memory errors

J Ba, GJ Duck, A Roychoudhury - Proceedings of the 37th IEEE/ACM …, 2022 - dl.acm.org
… ) or use information derived from the program 𝑃 to guide test selection (eg, whitebox or
greybox fuzzing). In this paper we focus on greybox fuzzers, such as AFL, which collect branch …

HTFuzz: Heap Operation Sequence Sensitive Fuzzing

Y Yu, X Jia, Y Liu, Y Wang, Q Sang, C Zhang… - Proceedings of the 37th …, 2022 - dl.acm.org
… Code coverage feedback is helpful for greybox fuzzers in practice [24], and we combine it …
So we introduce the fuzzing solutions for HT-Vuls and other greybox fuzzing improvements. …

Fuzzing program logic deeply hidden in binary program stages

Y Wang, ZL Chua, Y Liu, P Su… - 2019 IEEE 26th …, 2019 - ieeexplore.ieee.org
… Black-box fuzzers, such as Peach [23], Sulley [9] and … grey-box fuzzers [12, 51] guide the
fuzzing process with partial knowledge of the program. The main challenge faced by fuzzing