Hello, I test the extensions autoload according ...
# general
a
Hello, I test the extensions autoload according the docs and used example from
<https://github.com/osquery/osquery-python>
. I got the log like
Extension respawning too quickly: /path/to/my.ext
(verbose: "true")
z
I believe this means that your extension crashed while starting up.
a
I hardcoded the shell.em path in my extension and it worked. The osquery didn't pass it socket to extension executable binary by argvs.
p
same problem i met. have you finished it or any advises? thanks in advance.