Groups
Sign in
Groups
libfuzzer
Conversations
About
Send feedback
Help
libfuzzer
Contact owners and managers
1–30 of 115
Mark all as read
Report group
0 selected
Darshana Das K
Apr 1
Build LLVM, Clang and LibFuzzer
Hi, I'm trying to build LibFuzzer in my macOS 14.4.1 arm64 architecture. I used the cmake command
unread,
Build LLVM, Clang and LibFuzzer
Hi, I'm trying to build LibFuzzer in my macOS 14.4.1 arm64 architecture. I used the cmake command
Apr 1
Samuel Xifaras
12/13/23
Adding a dictionary element that terminates a bit stream
Hello all, I am working on a fuzzing-related project, using the Atheris fuzzer for Python, which is
unread,
Adding a dictionary element that terminates a bit stream
Hello all, I am working on a fuzzing-related project, using the Atheris fuzzer for Python, which is
12/13/23
Kyriakos Georgiou
,
Konstantin Serebryany
3
7/12/23
libFuzzer status related question
Hi Konstantin, Thank you for your answer. I guess it is safe to use libfuzzer for now and then keep
unread,
libFuzzer status related question
Hi Konstantin, Thank you for your answer. I guess it is safe to use libfuzzer for now and then keep
7/12/23
László Szekeres
5/5/23
10 days left to submit your fuzzing research to FUZZING'23!
Dear Fuzzing Enthusiasts, We wanted to remind you that the deadline for submitting your fuzzing
unread,
10 days left to submit your fuzzing research to FUZZING'23!
Dear Fuzzing Enthusiasts, We wanted to remind you that the deadline for submitting your fuzzing
5/5/23
taotao gu
,
Konstantin Serebryany
3
4/26/23
What is ft in libFuzzer?
Thanks very much! 在2023年4月27日星期四 UTC+8 04:05:24<konstantin....@gmail.com> 写道: 'ft'
unread,
What is ft in libFuzzer?
Thanks very much! 在2023年4月27日星期四 UTC+8 04:05:24<konstantin....@gmail.com> 写道: 'ft'
4/26/23
taotao gu
4/26/23
About ft metric of libfuzzer
Hello all, I have a question about the ft metric in libfuzzer, I have recently run several libfuzzers
unread,
About ft metric of libfuzzer
Hello all, I have a question about the ft metric in libfuzzer, I have recently run several libfuzzers
4/26/23
Sehoon Kim
4/26/23
A code in `AddRareFeature` function is unclear for me
https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/fuzzer/FuzzerCorpus.h#L374 It seems
unread,
A code in `AddRareFeature` function is unclear for me
https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/fuzzer/FuzzerCorpus.h#L374 It seems
4/26/23
Mihai Macarie
4/20/23
libFuzzer "aborted" error while fuzzing CAN automotive hardware interface in AOSP
Hi! I'm trying to run a libFuzzer harness that came with AOSP on the default Android Automotive
unread,
libFuzzer "aborted" error while fuzzing CAN automotive hardware interface in AOSP
Hi! I'm trying to run a libFuzzer harness that came with AOSP on the default Android Automotive
4/20/23
Niklas Goegge
,
Kostya Serebryany
2
12/14/22
Questions around CMP instruction tracing
Hi Niklas, First a quick note on libFuzzer state: we stopped our development efforts there and
unread,
Questions around CMP instruction tracing
Hi Niklas, First a quick note on libFuzzer state: we stopped our development efforts there and
12/14/22
em...@google.com
,
Vitaly Buka
2
11/10/22
Protobuf schemaless mutator
I am not aware of such work. What is input of an unknown function? Just a serialized byte array? If
unread,
Protobuf schemaless mutator
I am not aware of such work. What is input of an unknown function? Just a serialized byte array? If
11/10/22
Konstantin Serebryany
10/10/22
libFuzzer status
Hi all, I've recently submitted a change to the libFuzzer docs: https://llvm.org/docs/LibFuzzer.
unread,
libFuzzer status
Hi all, I've recently submitted a change to the libFuzzer docs: https://llvm.org/docs/LibFuzzer.
10/10/22
SAI Conferences
9/27/22
Re: Computing Conference 2023 CFP
Dear Colleague, Please consider submitting your papers for the Computing Conference 2023 to be held
unread,
Re: Computing Conference 2023 CFP
Dear Colleague, Please consider submitting your papers for the Computing Conference 2023 to be held
9/27/22
Sujata Das
,
Jonathan Metzman
2
8/8/22
libFuzzer on windows
I don't know how this is happening. It might be a good idea to reach out to visual studio as not
unread,
libFuzzer on windows
I don't know how this is happening. It might be a good idea to reach out to visual studio as not
8/8/22
Mikerah Quintyne-Collins
,
Konstantin Serebryany
2
6/1/22
Structure aware fuzzing on target with multiple inputs and different data formats
Hi Mikerah, It is not common to use libFuzzer on targets that are not APIs, but separate binaries. (
unread,
Structure aware fuzzing on target with multiple inputs and different data formats
Hi Mikerah, It is not common to use libFuzzer on targets that are not APIs, but separate binaries. (
6/1/22
Jonas Möller
,
Konstantin Serebryany
4
5/25/22
Retrieving coverage information in libFuzzer
On Mon, May 23, 2022 at 5:26 PM Jonas Möller <jo.mo...@tu-braunschweig.de> wrote: Hello
unread,
Retrieving coverage information in libFuzzer
On Mon, May 23, 2022 at 5:26 PM Jonas Möller <jo.mo...@tu-braunschweig.de> wrote: Hello
5/25/22
Alvaro Lopez
,
Konstantin Serebryany
2
2/15/22
libFuzzer as a library
Hi Alvaro, Sorry for the late reply. I myself haven't used this functionality, it might have bit-
unread,
libFuzzer as a library
Hi Alvaro, Sorry for the late reply. I myself haven't used this functionality, it might have bit-
2/15/22
Matt Morehouse
, …
Alexey Vishnyakov
3
11/2/21
Re: libFuzzer fork mode and reload from corpus
Hi! Thank you for the advice. We'll try restarting libFuzzer first. The idea is following: 1) Use
unread,
Re: libFuzzer fork mode and reload from corpus
Hi! Thank you for the advice. We'll try restarting libFuzzer first. The idea is following: 1) Use
11/2/21
Xavier Maso
7/23/21
fuzzer without sanitizers, can't compiled shared library due to undefined references
I am trying to compile a shared library for fuzzing. When I use `-fsanitize=fuzzer-no-link,address -
unread,
fuzzer without sanitizers, can't compiled shared library due to undefined references
I am trying to compile a shared library for fuzzing. When I use `-fsanitize=fuzzer-no-link,address -
7/23/21
marco restelli
,
Konstantin Serebryany
7
7/16/21
Does "printf" in the target code influence the fuzzer?
2021-06-15 2:57 GMT+02:00, Konstantin Serebryany <konstantin....@gmail.com>: >>
unread,
Does "printf" in the target code influence the fuzzer?
2021-06-15 2:57 GMT+02:00, Konstantin Serebryany <konstantin....@gmail.com>: >>
7/16/21
manika...@gmail.com
,
mit...@google.com
3
6/29/21
Pixel 4 with libfuzzer from master branch got struck at google logo, not booting.
I accidentally replied directly, so thought I'd copy the contents of the message here for
unread,
Pixel 4 with libfuzzer from master branch got struck at google logo, not booting.
I accidentally replied directly, so thought I'd copy the contents of the message here for
6/29/21
Jules Irenge
5/10/21
request to join
I'd like to learn about libfuzzer and papers Any advice ? Thanks Jules ..
unread,
request to join
I'd like to learn about libfuzzer and papers Any advice ? Thanks Jules ..
5/10/21
prashant chaturvedi
,
Konstantin Serebryany
3
4/8/21
libfuzzer for mips
Thank you for the clarification. On Thu, 8 Apr 2021, 22:04 Konstantin Serebryany, <konstantin.s.
unread,
libfuzzer for mips
Thank you for the clarification. On Thu, 8 Apr 2021, 22:04 Konstantin Serebryany, <konstantin.s.
4/8/21
chibin zhang
,
Konstantin Serebryany
3
4/8/21
Coverage Feedback for Custom Mutators
Okay, I see👌 Chibin Zhang 在2021年4月8日星期四 UTC+8 上午4:46:42<konstantin....@gmail.com> 写道: Hi Chibin
unread,
Coverage Feedback for Custom Mutators
Okay, I see👌 Chibin Zhang 在2021年4月8日星期四 UTC+8 上午4:46:42<konstantin....@gmail.com> 写道: Hi Chibin
4/8/21
Ping Alecander
,
Konstantin Serebryany
2
2/18/21
libfuzzer build on other fuzzer
Hi Ping, libFuzzer has been written from scratch, but it uses ideas from an older proprietary tool.
unread,
libfuzzer build on other fuzzer
Hi Ping, libFuzzer has been written from scratch, but it uses ideas from an older proprietary tool.
2/18/21
Dominik Kwiatkowski
,
Mitch Phillips
9
12/21/20
android fuzzing with no luck
Looks like you have a pretty old checkout. Would you mind running `repo sync -j8 -q` in your full
unread,
android fuzzing with no luck
Looks like you have a pretty old checkout. Would you mind running `repo sync -j8 -q` in your full
12/21/20
jrw
, …
manika...@gmail.com
3
12/21/20
Linker fails on finding Symbols on (Samsung) Android Kernel Build
Find the definitions from google and add to ur local source. It will compile with out errors and
unread,
Linker fails on finding Symbols on (Samsung) Android Kernel Build
Find the definitions from google and add to ur local source. It will compile with out errors and
12/21/20
manika...@gmail.com
12/21/20
Need help on start Fuzzing
Hi, I have pixel 4 mobile, flashed with AOSP build. I want to Fuzz the mobile, please help me with
unread,
Need help on start Fuzzing
Hi, I have pixel 4 mobile, flashed with AOSP build. I want to Fuzz the mobile, please help me with
12/21/20
manika...@gmail.com
12/21/20
Need help on any audio tools to edit Frames and meta data
Hi All, I'm looking for any tools/libraries to edit or modify the audio file contents to adding
unread,
Need help on any audio tools to edit Frames and meta data
Hi All, I'm looking for any tools/libraries to edit or modify the audio file contents to adding
12/21/20
Neven Sajko
4
11/8/20
Fuzzing hits a bug with null input already, but the bug seems to be in fuzzer::FileToVector?
I pinpointed this issue down to the usage of the -minimize_crash=1 setting. If I give the fuzzer that
unread,
Fuzzing hits a bug with null input already, but the bug seems to be in fuzzer::FileToVector?
I pinpointed this issue down to the usage of the -minimize_crash=1 setting. If I give the fuzzer that
11/8/20
Julian Lettner
,
Konstantin Serebryany
4
10/13/20
Access dictionaries from custom mutators
Hi Julian, These two interface functions sound reasonable at first glance, but then ... will it be
unread,
Access dictionaries from custom mutators
Hi Julian, These two interface functions sound reasonable at first glance, but then ... will it be
10/13/20