ColinIanKing / kernelscan

kernel scanning parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kernelscan

This tool (ripped out of fwts and hacked around a bit) scans the kernel
for various message printing functions such as printk so that they can
be sanity checked for spelling mistakes etc..

Run:

make
kernelscan path-to-kernel-source-tree

About

kernel scanning parser

License:GNU General Public License v2.0


Languages

Language:C 98.2%Language:Makefile 1.8%