Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#macos
Title
p
Praveen Kumar
09/03/2022, 9:14 AM
int
main(
int
argc,
char*
argv[]) { osquery::Initializer runner(argc, argv, ToolType::EXTENSION);
auto
status = startExtension("example", "0.0.1");
if
(!status.ok()) { LOG(ERROR) << status.getMessage(); runner.requestShutdown(status.getCode()); }}
Post