├── .gitignore ├── EDID_fuzzer.pde ├── Hacking_Displays_Made_Interesting_whitepaper.pdf ├── LICENSE.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/EDIDFuzzer/HEAD/.gitignore -------------------------------------------------------------------------------- /EDID_fuzzer.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/EDIDFuzzer/HEAD/EDID_fuzzer.pde -------------------------------------------------------------------------------- /Hacking_Displays_Made_Interesting_whitepaper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/EDIDFuzzer/HEAD/Hacking_Displays_Made_Interesting_whitepaper.pdf -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/EDIDFuzzer/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/EDIDFuzzer/HEAD/README.md --------------------------------------------------------------------------------