jontiefer / CHeaderParser

A .NET library, with an accompanying GUI application, that will parse and extract all structures, unions and typedef information from pre-processed C header files. The CHeaderParser library provides all the tools that are needed to create your own GUI or console based application using the classes and functions provided in the CHeaderPraser .NET dlls. The application can also export structure/union queries into JSON formatted files which can be consumed by web applications. A web application project has also been included that can be used to view the exported structure/union data in either a locally hosted web page or a web page hosted on a web server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHeaderParser

A .NET library, with an accompanying GUI application, that will parse and extract all structures, unions and typedef information from pre-processed C header files. The CHeaderParser library provides all the tools that are needed to create your own GUI or console based application using the classes and functions provided in the CHeaderPraser .NET dlls. The application can also export structure/union queries into JSON formatted files which can be consumed by web applications. A web application project has also been included that can be used to view the exported structure/union data in either a locally hosted web page or a web page hosted on a web server.

About

A .NET library, with an accompanying GUI application, that will parse and extract all structures, unions and typedef information from pre-processed C header files. The CHeaderParser library provides all the tools that are needed to create your own GUI or console based application using the classes and functions provided in the CHeaderPraser .NET dlls. The application can also export structure/union queries into JSON formatted files which can be consumed by web applications. A web application project has also been included that can be used to view the exported structure/union data in either a locally hosted web page or a web page hosted on a web server.

License:GNU Lesser General Public License v3.0


Languages

Language:C# 59.8%Language:CSS 29.6%Language:HTML 8.0%Language:JavaScript 2.6%