Skip to content
/ src Public
forked from NetBSD/src

Automatic conversion of the NetBSD src CVS module, use with care

Notifications You must be signed in to change notification settings

plusun/src

 
 

Repository files navigation

This is the repository for the GSoC 2018 project of "Integrate libFuzzer With the Basesystem".

For more details about what I have done during GSoC 2018, you can refer to these articles:

There are also other repositories/branches which are used during this project and below is a brief introduction for all of them.

This repository is forked from the NetBSD/src. The links for the "Bug(s)" in the following lines are the potential bugs we have found during this project with the help of libFuzzer.

This branch is used for the LLVM porting and the fuzzing of basic libraries in the NetBSD source.

It contains the changes of:

This branch is used for the aggressive implementation of fuzzing userland applications. Here, the word "aggressive" means that these changes may either use tricky mechanisms or need bulk modifications to the original implementations.

It contains the changes of:

This branch provides the source for fuzzing applications with AFL and honggfuzz to make a comparison with the libFuzzer in the evaluation.

It only contains a part of the fuzzed programs, this is because other programs we have evaluated need no modification to work them. Here is what this branch includes:

This branch includes the source of fuzzing ping(8) with honggfuzz without any modification to original implementation. It is implemented with the help of HF_ITER interface provided by the honggfuzz and LD_PRELOAD environment. Here are the commits: I, II, III, IV, V, VI, VII.

Forked from llvm-mirror/llvm. This repository mainly contains the changes to adapt current LLVM source to be statically linkable on NetBSD. There are two main commits: I, II.

Forked from llvm-mirror/compiler-rt. This repository mainly contributes to the porting of sanitizers to the NetBSD by adding interceptors for some interfaces. It includes interceptors for:

This repository is forked from NetBSD/pkgsrc-wip. The main changes are two:

Other Contributions

  • Fixed two non-standard usages of sem_open in the libFuzzer library and one NetBSD-related modification with test script. This has been merged by the LLVM community: D46622.
  • Added "only-printable" mode for the honggfuzz. #215.

About

Automatic conversion of the NetBSD src CVS module, use with care

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published