Splinter

Motivation

Splint is a tool for statically checking C code for security violations. It is quite handy, however its output can become very large and complex. To help users reading Splint's output, I wrote Splinter, a Python script to parse the output and colorize it.

You run Splinter by giving it the complete Splint command line. It will execute Splint, parse the output and print a colorful version to your screen. If you would like to see more features added, feel free to send me an email.

Download

Version 0.1:

splinter.py

Screenshot:

1