Commit Graph

17 Commits

Author SHA1 Message Date
Mike Aizatsky 77c148aba8 mounting source folders is now longer necessary (#41) 2016-10-19 11:27:05 -07:00
Mike Aizatsky aaec57e1c9 Create README.md 2016-10-19 11:14:36 -07:00
Mike Aizatsky ea957bd4ee [infra] checking out library sources in the image (#40)
fixes #33
2016-10-18 15:37:23 -07:00
Mike Aizatsky 089add6e8b [infra] replacing libfuzzer/*.o by -lfuzzer
Fixes issue #32
2016-10-17 14:37:19 -07:00
Vitaly Buka a15a7b56e1 Helper to view coverage 2016-10-14 15:28:32 -07:00
Mike Aizatsky 3566579c89 use --pull to build docker images 2016-10-13 19:02:03 -07:00
Mike Aizatsky 941e47d6e1 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
Vitaly Buka c4a84d8125 Simple fuzzer for nlohmann/json library (#27) 2016-10-13 13:34:35 -07:00
Mike Aizatsky dae2012980 [infra] do not checkout oss-fuzz (#23)
Promising oss-fuzz in /src/oss-fuzz creates lots of confusion about where files come from.
Let's make everything explicit.

Fixes #20
2016-10-12 16:25:06 -07:00
Mike Aizatsky ecc972489a Update templates.py 2016-10-11 14:33:22 -07:00
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like:

````bash
docker run -ti expat compile
docker run -ti expat run <fuzzer_name> <input_data>
````

and keep the knowledge of build script location.

This is a breaking change.
2016-10-06 13:45:12 -07:00
Kuang-che Wu 76a7e284ef Remove leading blank line (#4) 2016-10-05 13:45:12 -07:00
Oliver Chang 9d94f2bec5 [helper] Add a "shell" command for running /bin/bash in an image. 2016-09-28 13:23:30 -07:00
Oliver Chang 5a77076301 [helper] Print docker command invocations 2016-09-28 12:44:45 -07:00
Oliver Chang 960e448f9f [helper] git clone recursively 2016-09-02 10:18:00 -07:00
Oliver Chang 1479b3a76e [helper] generated build.sh fixes
- fix permissions to allow execute
- add examples to template
2016-09-02 09:57:31 -07:00
Oliver Chang 27b6dec89f Implement a helper script. 2016-09-01 16:37:12 -07:00