Skip to content

Releases: saferwall/winsdk2json

v0.1.0

05 Sep 23:56
Compare
Choose a tag to compare

This release can parse a subset of Windows headers using a regex approach. It can also parse basic structures and function pointers. A minify command is available to produce slim JSON files for apps that needs to load these JSON files.

Pros:

  • Don't have to deal with the C preprocessor.

Cons:

  • Very hackish
  • Does not support generating JSON files for different #define options.

v0.0.2

20 Jun 00:29
Compare
Choose a tag to compare

Last release before parsing headers with C language parser.

v0.0.1

18 Jul 00:59
Compare
Choose a tag to compare
initial version