├── CGC Master Schedule.pdf ├── CGC Site Visit Procedures.pdf ├── CGC Technical Paper Guidelines.pdf ├── CQE Scoring.pdf ├── Makefile ├── README ├── RELEASE_NOTES.txt ├── cfe-pov-markup-spec.txt ├── cfe-pov.dtd ├── debian ├── changelog ├── compat ├── control ├── copyright ├── rules └── source │ └── format ├── newsletter ├── cpp.md ├── ctf.md ├── ipc.md └── template.md ├── pov-markup-spec.txt ├── replay.dtd ├── tests └── test_docs.py ├── ti-api-spec.txt └── walk-throughs ├── .empty ├── building-a-cb.md ├── cb_author_scoring_doc.pdf ├── cgc-repository.md ├── debugging-a-cb.md ├── pin-for-decree.md ├── ptrace-for-decree.md ├── running-the-vm.md ├── scoring-cbs.md ├── submitting-a-cb.md ├── testing-a-cb.md ├── understanding-cfe-povs.md ├── understanding-poll-generators.md ├── using-the-network-appliance.md └── virtual-competiton.md /CGC Master Schedule.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/CGC Master Schedule.pdf -------------------------------------------------------------------------------- /CGC Site Visit Procedures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/CGC Site Visit Procedures.pdf -------------------------------------------------------------------------------- /CGC Technical Paper Guidelines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/CGC Technical Paper Guidelines.pdf -------------------------------------------------------------------------------- /CQE Scoring.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/CQE Scoring.pdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/README -------------------------------------------------------------------------------- /RELEASE_NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/RELEASE_NOTES.txt -------------------------------------------------------------------------------- /cfe-pov-markup-spec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/cfe-pov-markup-spec.txt -------------------------------------------------------------------------------- /cfe-pov.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/cfe-pov.dtd -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ 5 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /newsletter/cpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/newsletter/cpp.md -------------------------------------------------------------------------------- /newsletter/ctf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/newsletter/ctf.md -------------------------------------------------------------------------------- /newsletter/ipc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/newsletter/ipc.md -------------------------------------------------------------------------------- /newsletter/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/newsletter/template.md -------------------------------------------------------------------------------- /pov-markup-spec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/pov-markup-spec.txt -------------------------------------------------------------------------------- /replay.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/replay.dtd -------------------------------------------------------------------------------- /tests/test_docs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/tests/test_docs.py -------------------------------------------------------------------------------- /ti-api-spec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/ti-api-spec.txt -------------------------------------------------------------------------------- /walk-throughs/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /walk-throughs/building-a-cb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/building-a-cb.md -------------------------------------------------------------------------------- /walk-throughs/cb_author_scoring_doc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/cb_author_scoring_doc.pdf -------------------------------------------------------------------------------- /walk-throughs/cgc-repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/cgc-repository.md -------------------------------------------------------------------------------- /walk-throughs/debugging-a-cb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/debugging-a-cb.md -------------------------------------------------------------------------------- /walk-throughs/pin-for-decree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/pin-for-decree.md -------------------------------------------------------------------------------- /walk-throughs/ptrace-for-decree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/ptrace-for-decree.md -------------------------------------------------------------------------------- /walk-throughs/running-the-vm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/running-the-vm.md -------------------------------------------------------------------------------- /walk-throughs/scoring-cbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/scoring-cbs.md -------------------------------------------------------------------------------- /walk-throughs/submitting-a-cb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/submitting-a-cb.md -------------------------------------------------------------------------------- /walk-throughs/testing-a-cb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/testing-a-cb.md -------------------------------------------------------------------------------- /walk-throughs/understanding-cfe-povs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/understanding-cfe-povs.md -------------------------------------------------------------------------------- /walk-throughs/understanding-poll-generators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/understanding-poll-generators.md -------------------------------------------------------------------------------- /walk-throughs/using-the-network-appliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/using-the-network-appliance.md -------------------------------------------------------------------------------- /walk-throughs/virtual-competiton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberGrandChallenge/cgc-release-documentation/HEAD/walk-throughs/virtual-competiton.md --------------------------------------------------------------------------------