Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 2, 2020 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/6d15f113127e06c2e7d59f6e2b303a11 to your computer and use it in GitHub Desktop.
Save r-ryantm/6d15f113127e06c2e7d59f6e2b303a11 to your computer and use it in GitHub Desktop.
/nix/store/ffaxd2ybr3gy9ykwhbmsm4x61r7vl5am-honggfuzz-2.3.1
├── bin
│   ├── hfuzz-cc
│   ├── hfuzz-clang
│   ├── hfuzz-clang++
│   ├── hfuzz-g++
│   ├── hfuzz-gcc
│   └── honggfuzz
├── include
│   ├── libhfcommon
│   │   ├── common.h
│   │   ├── files.h
│   │   ├── log.h
│   │   ├── ns.h
│   │   └── util.h
│   ├── libhfuzz
│   │   ├── fetch.h
│   │   ├── instrument.h
│   │   ├── libhfuzz.h
│   │   ├── performance.h
│   │   └── persistent.h
│   └── libhnetdriver
│   └── netdriver.h
└── nix-support
└── propagated-build-inputs
6 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment