Join Slack
Channels
general
android_tests
apple-silicon
arm-architecture
auditing-warroom
awallaby
aws
beyond-identity
carving
code-review
community-feeds
core
darkbytes
doorman
ebpf
eclecticiq-polylogyx-extension
extensions
file-carving
fim
fleet
fleet-dev
fleetosquery
foundation
fuzzing
golang
goquery
help-proxy
infrastructure
jobs
kolide
linen-dev
linux
loonsecio
macos
officehours
osctrl
plugins
process-auditing
qingteng
querycon
queryhub
random
selfgroup
sql
tls
uptycs
vendor-feeds
website
windows
zeek
zentral
zercurity
Powered by
int main(int argc, char* argv[ ]) { osquery::Init...
# macos
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()); }}
Open in Slack
Previous
Next