├── README.md ├── code ├── WindowServer │ ├── Makefile │ └── main.m └── safari │ ├── e.html │ └── util.js └── slide ├── singi_zer0con_2018_slide.key └── singi_zer0con_2018_slide.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/README.md -------------------------------------------------------------------------------- /code/WindowServer/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/code/WindowServer/Makefile -------------------------------------------------------------------------------- /code/WindowServer/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/code/WindowServer/main.m -------------------------------------------------------------------------------- /code/safari/e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/code/safari/e.html -------------------------------------------------------------------------------- /code/safari/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/code/safari/util.js -------------------------------------------------------------------------------- /slide/singi_zer0con_2018_slide.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/slide/singi_zer0con_2018_slide.key -------------------------------------------------------------------------------- /slide/singi_zer0con_2018_slide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theori-io/zer0con2018_singi/HEAD/slide/singi_zer0con_2018_slide.pdf --------------------------------------------------------------------------------