mandiant / STrace

A DTrace on Windows Reimplementation
MIT License
328 stars 41 forks source link

Plugin Config #28

Open tarterp opened 12 months ago

tarterp commented 12 months ago

Allow plugins to have configs. When logging syscalls we hardcode our target binary. We could support more than one binary, change binary on the fly, even have a follow children option.

Have a default config for a plugin then a way to read and write the plugin from the CLI.