question about file carver: `carver_disable_funct...
# general
t
question about file carver:
carver_disable_function
and
disable_carver
both default to true. What happens if you set one to false? What is the difference between the two flags?
1
z
heh, this was one I was wondering about recently 😅 let me see if I can dig up the thread
This "double-negative"
--disable-foo=false
is unfortunately common in osquery... IIRC it's due to something with the way that gflags (our flag parsing library) handles default values.
t
ahh okay thanks for clarifying