https://github.com/osquery/osquery logo
Title
f

fritz

12/09/2020, 2:03 PM
This seems to suggest you would be right:
if(NOT SKIP_TSK AND NOT WINDOWS)
    list(APPEND TABLE_CATEGORIES "sleuthkit")
  endif()
s

Stefano Bonicatti

12/09/2020, 2:34 PM
This seems to be code from osquery pre 4.x though, while now the table is indeed enabled on Windows. This has been copied originally by the Buck build system from the experimental version. I guess the intention was to make it work on Windows too or something similar. In any case, I'm not familiar with the table, so definitely we need to look into it.