syscalltrack's Configuration Utility - sct_config 'sct_config' is a C++ program that allows configuring the module. It is made of a parser (to read and understand a config file) and a commands generator (to generate data for commands for the kernel module). 'sct_config' is written using a combination of top-down and recursive-decent parsing. 'sct_config' may be used to perform other control operations - deleting all active rules, or printing them to the system's log file.