Skip to content

Releases: microsoft/onefuzz-samples

1.1.0

25 Sep 15:54
b4998f7

Choose a tag to compare

Adds

  • linux-trivial-crash-afl - an AFL instrumented trivial crashing example for Linux

1.0.0

22 Sep 20:53
7239a6a

Choose a tag to compare

Linux samples:

  • linux-libfuzzer - Sample trivial libfuzzer with ASAN
  • linux-libfuzzer-dlopen - Sample libfuzzer that uses dlopen during runtime
  • linux-libfuzzer-linked-library - Sample libfuzzer that loads libraries at init
  • linux-trivial-crash - Sample application that consumes either STDIN or a reads a file on the command line
  • linux-trivial-crash-asan - Sample application that consumes either STDIN or a reads a file on the command line, built with ASAN

Windows samples:

  • windows-libfuzzer - Sample trivial libfuzzer with ASAN
  • windows-trivial-crash- Sample application that consumes either STDIN or a reads a file on the command line
  • windows-trivial-crash-asan - Sample application that consumes either STDIN or a reads a file on the command line, built with ASAN