aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-headerparser/headerparser.py
Commit message (Collapse)AuthorAgeFilesLines
* tools/headerparser: update to python3Palash Oswal2020-11-101-1/+1
| | | | Updating scripts to use python3 using 2to3 as python2 is EOL
* tools: add headerparser as a tool to assist in writing system call descriptionsZubin Mithra2017-08-251-0/+61
The tool can be found inside tools/syz-headerparser. Details on how to use headerparser can be found inside docs/headerparser_usage.md.