-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Hi, i'm working on a Windows 10 Pro 1909 VM with OSQuery 4.3.0 and trailofbits extensions v1.2.
When I run osqueryi --extensions_require <trailofbits.ext.exe path>
I get a lots of log messages:
Thrift: Wed May 20 12:50:54 2020 Client connected.
Wed May 20 12:50:54 2020 TPipe ::GetOverlappedResult errored GLE=errno = 109
Wed May 20 12:50:54 2020 TConnectedClient died: TPipe: GetOverlappedResult failed
and finally the loading fails with:
W0520 12:50:54.178596 5628 extensions.cpp:780] Required extension not found or not loaded: .\extensions\trailofbits_osquery_extensions.ext.exe
E0520 12:50:54.178596 5628 init.cpp:569] An error occured during extension manager startup: Required extension not found or not loaded: .\extensions\trailofbits_osquery_extensions.ext.exe
If I load the extension with osqueryi --extension <trailofbits.ext.exe path>
those annoying log messages still continuously appear but I can see and query the table windows_sync_objects
. This is preventing me from programmatically querying the windows_sync_objects
table without having to access the interactive shell...does anyone have hints about how what's causing the issue and how to solve it?
Thanks.