Re: Defuzzed: a fuzzer for D compilers

2016-04-03 Thread Brad Roberts via D.gnu
On 4/3/2016 5:48 AM, Sebastien Alaiwan via D.gnu wrote: On Sunday, 3 April 2016 at 12:08:32 UTC, Stefan Koch wrote: there is also generated from Brain Schott aka. Hackerpilot. It may be useful to take a peek there. Thanks, this definitely is going to be a source of inspiration! (I'm also looki

Re: Defuzzed: a fuzzer for D compilers

2016-04-03 Thread Johan Engelen via D.gnu
On Sunday, 3 April 2016 at 17:05:56 UTC, David Nadlinger wrote: On Saturday, 2 April 2016 at 17:29:53 UTC, Sebastien Alaiwan wrote: Please let me know if you think this could be a valuable tool. I am really thrilled to see effort being put towards more testing tools, and I'm sure that most ot

Re: Defuzzed: a fuzzer for D compilers

2016-04-03 Thread David Nadlinger via D.gnu
On Saturday, 2 April 2016 at 17:29:53 UTC, Sebastien Alaiwan wrote: Please let me know if you think this could be a valuable tool. I am really thrilled to see effort being put towards more testing tools, and I'm sure that most other LDC devs are as well. There are so many opportunities which

Re: Defuzzed: a fuzzer for D compilers

2016-04-03 Thread Sebastien Alaiwan via D.gnu
On Sunday, 3 April 2016 at 12:08:32 UTC, Stefan Koch wrote: there is also generated from Brain Schott aka. Hackerpilot. It may be useful to take a peek there. Thanks, this definitely is going to be a source of inspiration! (I'm also looking at AFL (American Fuzzy Lop) - lots of great stuff in

Re: Defuzzed: a fuzzer for D compilers

2016-04-03 Thread Stefan Koch via D.gnu
On Saturday, 2 April 2016 at 17:29:53 UTC, Sebastien Alaiwan wrote: Hi guys, I just started a D fuzzer. The goal is to randomly generate input source files in an attempt to crash the compiler. It's in very early stage at this point (less than 300 loc), but it already can crash gdc. https://

Re: Defuzzed: a fuzzer for D compilers

2016-04-02 Thread Iain Buclaw via D.gnu
On 2 Apr 2016 7:30 pm, "Sebastien Alaiwan via D.gnu" wrote: > > Hi guys, > > I just started a D fuzzer. The goal is to randomly generate input source files in an attempt to crash the compiler. It's in very early stage at this point (less than 300 loc), but it already can crash gdc. > > https://git

Defuzzed: a fuzzer for D compilers

2016-04-02 Thread Sebastien Alaiwan via D.gnu
Hi guys, I just started a D fuzzer. The goal is to randomly generate input source files in an attempt to crash the compiler. It's in very early stage at this point (less than 300 loc), but it already can crash gdc. https://github.com/Ace17/defuzzed Please let me know if you think this could