Dmitry Vyukov
93c11b7a10
Update new_library.md
2016-10-12 15:14:02 +02:00
Dmitry Vyukov
4cbb906999
Update new_library.md ( #15 )
2016-10-12 14:22:24 +02:00
Mike Aizatsky
b48d045c4a
Update new_library.md
2016-10-11 18:27:02 -07:00
Mike Aizatsky
8aa729f199
Update new_library.md
2016-10-11 18:26:42 -07:00
Mike Aizatsky
8f58a5426a
Update new_library.md
2016-10-11 14:39:47 -07:00
Mike Aizatsky
99ac73950e
Update new_library.md
2016-10-10 09:59:53 -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
Mike Aizatsky
eb2dfeb5ee
Update projects.md
2016-10-06 13:43:10 -07:00
Mike Aizatsky
080d7141ab
Create projects.md
2016-10-06 13:41:43 -07:00
Mike Aizatsky
ab6efdeaa5
Update new_library.md
2016-10-04 11:58:18 -07:00
Mike Aizatsky
7c2f9e6b14
Update debugging.md
2016-10-04 11:57:14 -07:00
Mike Aizatsky
053a68f7e6
Update new_library.md
2016-10-04 11:55:46 -07:00
Mike Aizatsky
b4cdd8729d
Update debugging.md
2016-10-04 11:55:05 -07:00
Mike Aizatsky
e7dbb49bfe
Create debugging.md
2016-10-04 11:54:45 -07:00
Mike Aizatsky
ef68a9a79e
Update building_running_fuzzers_external.md
2016-09-30 18:26:02 -07:00
Mike Aizatsky
72cbaf205b
Update building_running_fuzzers_external.md
2016-09-30 18:25:52 -07:00
Mike Aizatsky
f3c25cf420
Update building_running_fuzzers.md
2016-09-30 18:25:13 -07:00
Mike Aizatsky
e50e8d5bcd
Update building_running_fuzzers.md
2016-09-30 18:24:37 -07:00
Oliver Chang
eabd27ae77
[docs] Add note about running /bin/bash in container for new_library.md
2016-09-29 13:02:03 -07:00
Mike Aizatsky
313068c270
Update new_library.md
2016-09-27 14:07:19 -07:00
Mike Aizatsky
5e449bd449
Update new_library.md
2016-09-27 13:56:30 -07:00
Mike Aizatsky
1b54290fa5
Update new_library.md
2016-09-27 13:53:38 -07:00
Mike Aizatsky
891cff7d6b
Update new_library.md
2016-09-27 13:41:52 -07:00
Mike Aizatsky
2209427bb8
Update new_library.md
2016-09-27 12:27:58 -07:00
Mike Aizatsky
e136fde0cf
Update new_library.md
2016-09-27 12:18:01 -07:00
Mike Aizatsky
902855f86a
Update new_library.md
2016-09-27 12:17:38 -07:00
Mike Aizatsky
966e07ecd1
Update building_running_fuzzers_external.md
2016-09-27 11:41:16 -07:00
Mike Aizatsky
aa87ec3ce6
Update new_library.md
2016-09-27 11:40:07 -07:00
Mike Aizatsky
fba826e047
Update new_library.md
2016-09-27 11:39:04 -07:00
Mike Aizatsky
93f54f0e7b
Update new_library.md
2016-09-27 11:33:54 -07:00
Mike Aizatsky
1c1023c6a4
Create building_running_fuzzers_external.md
2016-09-27 11:31:31 -07:00
Mike Aizatsky
6939d92ee9
Update README_template
2016-09-14 10:08:57 -07:00
Mike Aizatsky
bca462430f
Update building_running_fuzzers.md
2016-09-14 10:04:43 -07:00
Mike Aizatsky
1777fd4bf0
Update building_running_fuzzers.md
2016-09-14 10:03:46 -07:00
Mike Aizatsky
e42207a6dc
Create README_template
2016-09-14 09:52:17 -07:00
Mike Aizatsky
55c46afd3e
Create building_running_fuzzers.md
2016-09-14 09:50:44 -07:00
wren romano
d59421ca8e
docs/new_library.md: DRYing the commands for making new library directories
2016-09-12 12:55:23 -07:00
Oliver Chang
7082dabbe8
[docs] update new library instructions to use helper script.
2016-09-01 16:44:09 -07:00
Oliver Chang
3992bf092a
[doc] fix more typos.
2016-09-01 14:05:32 -07:00
Oliver Chang
c2dbd31ca2
[docs] more fixes.
2016-09-01 11:44:06 -07:00
Oliver Chang
5527f7a198
[docs] Some clarifications.
2016-09-01 11:39:23 -07:00
Oliver Chang
af9368ffd1
[docs] minor clarification
2016-08-30 14:32:58 -07:00
Oliver Chang
4e20e344d2
Add documentation about dictionaries and custom options.
2016-08-30 14:20:32 -07:00
Mike Aizatsky
0acb53d535
[docs] updating running instructions
2016-08-30 14:11:35 -07:00
Oliver Chang
bcdafbec0e
[infra] optional dockerfile; copy .dict and .options
...
- Remove requirement of specifying dockerfile in Jenkinsfile. Assume it
is in the library directory by deefault.
- Try to copy any *.dict or *.options files to output directory.
2016-08-30 13:08:26 -07:00
Oliver Chang
44f33a3e5a
Add initial documentation for adding a new library.
2016-08-29 13:38:51 -07:00