osquery / osquery-go

Go bindings for osquery
MIT License
386 stars 78 forks source link

Spec Generation WIP #78

Open directionless opened 4 years ago

directionless commented 4 years ago

This is a WIP to generate table spec files.

It pulls out some stuff from table.go to column.go

To generate specs, we need to expand the options bitmask into the set of booleans. Instead of doing that via the bitmask (as in #77), this explores storing these as booleans and generating the bitmask as needed.