├── POC x Zer0Con slides.pdf └── README.md /POC x Zer0Con slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avniculae/PoCxZer0Con-TinyInst-Slides/c2ac7283951a0dd92e36b5ba4165332c3043803e/POC x Zer0Con slides.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Enabling coverage guided-binary fuzzing on macOS 2 | You can here find the presentation slides of my talk at PoC x Zer0Con 2020. The presentation contains information about how TinyInst works, and about how the macOS version was developed. 3 | 4 | 5 | TinyInst is available [here](https://github.com/googleprojectzero/TinyInst). Jackalope (TinyInst fuzzer) is available [here](https://github.com/googleprojectzero/Jackalope) 6 | --------------------------------------------------------------------------------