Commit Graph

20 Commits

Author SHA1 Message Date
van Hauser c0d989a5f4
update documenation (#5462)
* output afl++ setup

* update commit id

* update afl++ commit id

* asan + cmplog fix

* update commit id

* update and enhance afl++

* update afl++ commit id, better run asan options

* fix linter

* add debug_afl script

* Update debug_afl

* Update compile_afl

* fix for karchive

* put debug_afl in the docker container

* asan poison fix

* fix asan settings for zeek

* update afl++ commit id

* fix

* update afl++ commit id

* final touches

* remove map size

* remove old comment

* llvm 13 fix

* enhance documentation

* fix capstone build.sh

* update doc

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-03-21 18:56:53 -07:00
Abhishek Arya 812b837d6b
Revert "Capstone: do not use flags for corpus building (#5464)" (#5465)
This reverts commit 856b16fb93.
2021-03-21 18:56:42 -07:00
Catena cyber 856b16fb93
Capstone: do not use flags for corpus building (#5464)
* Capstone: do not use flags for corpus building

* No corpus generation with afl for capstone
2021-03-21 18:54:01 -07:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
StalkR 77fa6b32ba
capstone/keystone/unicorn: add to auto_ccs (#4456) 2020-11-09 07:31:47 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Max Moroz 3edf60511e
[capstone] enable dataflow config (#1632). (#3262)
* [capstone] enable dataflow config (#1632).

Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2Fb106a717-7725-44c6-81a5-e196300b9401&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:41:43.490000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:41:40.447Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T19:58:48.579291555Z, but uploading as an explicit PR to let Travis double check me.

* Update project.yaml

* Update project.yaml
2020-01-21 16:13:25 -08:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Catena cyber 028c9c486a Fixes capstone build (#2335)
Uses a newly compiled file for next branch only
2019-04-18 08:16:58 -07:00
Catena cyber 40286086df Capstone: use the new v4 branch (#2246) 2019-03-18 12:34:47 -07:00
Catena cyber fced18b2c7 [capstone] Fix use of variables in build.sh (#1570) 2018-06-26 06:34:00 -07:00
Catena cyber 7690a138a9 [capstone] Absolute paths for capstone build (#1562) 2018-06-25 06:54:34 -07:00
Catena cyber 160e518818 [capstone] Right path for capstone corpus (#1561) 2018-06-25 06:14:25 -07:00
Catena cyber c8166f85e0 [capstone] Cancel CFLAGS temporarily (#1555)
* Cancel CFLAGS for capstone python bindings
2018-06-22 07:55:13 -07:00
Catena cyber 2546ac400f Precise path for capstone library (#1548) 2018-06-21 20:54:25 +10:00
Catena cyber df1fe75e43 Right path for capstone directory (#1545) 2018-06-20 08:01:24 -07:00
Catena cyber 105940c2d9 Builds capstone corpus automatically (#1527)
* Builds capstone corpus automatically

* Capstone vorpus ugly fix
2018-06-18 07:24:19 -07:00
Catena cyber b9ad801023 [capstone] Better fuzzing (#1508)
Adds memory sanitizer
Adds next branch (current development with new architectures)
Remove tshark from capstone downloads
2018-06-12 12:41:58 -07:00
Catena cyber 8d71a4be61 Adds capstone project (#1457)
* Adds capstone project

* Fuzzes both next and master branch for capstone

* Use main branch of main repo for capstone
2018-06-01 09:48:06 -07:00