Hi! I compiled the osquery extensions from trailof...
# extensions
s
Hi! I compiled the osquery extensions from trailofbits, and I have been trying to use the darwin_unified_log one. It loads correctly (seen with -verbose), but when I query the table it should generate, the table is always empty, can anyone help me out with this one?
m
@Garret do you have the macOS extensions built? Is this something you can confirm?
g
I have the extension built, let me fire up my vm
ooooh. okay, it definitely does not work, and looking at the code, I don’t think it’s ever worked, there’s a pretty clear logic error in there 😬
m
I'll open an issue
g
kk. it looks like it got broken back in march when the code was updated to use the DynamicTableRowHolder
rather than copying from
new_entries
to
entries
at line 197 of system_log.cpp, now it copies from
entries
to
entries
s
oups :S
g
unified log is in the macadmins extension btw https://github.com/macadmins/osquery-extension
🆒 1
s
@Mike Myers I am sorry for the late response, I just saw that there were answers on this message.
m
that's ok, we don't yet have a fix published