Benjamin Bannier blags

  • About

Slides for my talk at ZeekWeek2021

November 30, 2021

I have published the slides for my talk on creating Zeek analyzer packages with Spicy at ZeekWeek2021 here.

Continue reading

Writing a basic clang static analysis check

May 2, 2015

Clang provides a user-friendly framework for writing basic static-analysis checks. In this post we will see how analysis on the clang abstract syntax tree (AST) can be used to implement powerful checks for single translation units pretty easily.

Continue reading

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.