System Diagnosis Functions
Command Function
Displays the help information about System Diagnosis tasks.
Syntax
devkit doctor [-h | --help] TASK [ARGS]
An RPM package is used as an example.
Example
Run the following command to view the information about the functions supported by System Diagnosis:
devkit doctor -h
Command output:
Usage: devkit doctor [-h | --help] TASK [ARGS] The most commonly used devkit diagnosis sub tasks are: help Get help information memalloc Run the memory allocate collection and analysis task memoob Run the memory out-of-bounds collection and analysis task crypt-scan Run the crypt scan task sen-scan Run the sen scan task See 'devkit doctor TASK --help' for more information on a specific task.
Parent topic: System Diagnosis