The presentation discusses the importance of bug detectors in cybersecurity and DevOps, and how to extend existing sanitizers or build custom detectors.
- Bug detectors are crucial in cybersecurity and DevOps
- Existing sanitizers can be extended or custom detectors can be built
- Inter-object overflow is a difficult problem to solve
- Compiler instrumentation approach is a useful tool for building custom detectors
The presenter mentions the possibility of building detectors for different kinds of logical bugs, such as missing tlb flashes, and taking inspiration from existing sanitizers, such as the compiler instrumentation approach.