Stefano Bonicatti
08/02/2019, 7:10 PMset(source_files
"${CMAKE_CURRENT_BINARY_DIR}/empty_osqueryd_target_source_file.cpp"
${CMAKE_CURRENT_BINARY_DIR}/windows_resources.rc
)
[...]
configure_file(
${CMAKE_SOURCE_DIR}/tools/windows_resources.rc.in
${CMAKE_CURRENT_BINARY_DIR}/windows_resources.rc
@ONLY)
[...]
add_osquery_executable(osqueryd "${source_files}")
here: https://github.com/osquery/osquery/blob/c2fde72fa6c67083b7e56001d51054345977d809/osquery/CMakeLists.txt#L55seph
terracatta
Zachary
08/12/2019, 7:39 PMrunning /path/to/osqueryd --flagfile /path/to/file
i get unsafe permissions for osqueryd...a way around this besides allow-unsafe?vaar
08/19/2019, 3:55 PMGuillaume
08/21/2019, 7:18 PMObi
08/21/2019, 9:58 PMHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\osqueryd
ImagePath
from:
C:\Program Files\osquery\osqueryd\osqueryd.exe --flagfile=\Program Files\osquery\osquery.flags
to:
"C:\Program Files\osquery\osqueryd\osqueryd.exe" --flagfile="C:\Program Files\osquery\osquery.flags"
and
ObjectName
from:
NT AUTHORITY\SYSTEM
to:
LocalSystem
Jean M
08/22/2019, 2:06 PMasparamancer
08/22/2019, 5:48 PMasparamancer
08/27/2019, 3:50 PMShend Saliaga
08/28/2019, 2:29 PMthor
packetzero
09/03/2019, 2:25 PMObi
09/06/2019, 5:25 PMtheopolis
alessandrogario
cmake -DOSQUERY_BUILD_TESTING=true
?zwass
0xc0000135
, which I assume (based on https://stackoverflow.com/a/11433714/491710) is due to a failure trying to load the wscapi
dll. This is surprising to me as it seems this library goes back to Windows Vista (https://www.exefiles.com/en/dll/wscapi-dll/), and it works fine for me on my test VM.zwass
Mike Myers
09/12/2019, 3:55 PMMike Myers
09/12/2019, 3:58 PMseph
Mike Myers
09/26/2019, 9:26 PMGarret
09/27/2019, 4:53 PMcpk
10/17/2019, 10:38 PMthor
alessandrogario
Stefano Bonicatti
10/22/2019, 12:56 PMtheopolis
Harrison
10/23/2019, 3:56 PMEva
10/29/2019, 1:11 PMException when calling "RemoveAccessRule" with arguments "1": "Some or all identity references could not be converted."