pub const PROCESS_ARGS_COUNT: &'static str;
Expand description

Length of the process.command_args array

§Notes

This field can be useful for querying or performing bucket analysis on how many arguments were provided to start a process. More arguments may be an indication of suspicious activity.

§Examples

  • 4