鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

系统诊断功能说明

分析应用程序存在的异常问题,以及源码文件中不符合等保密评规范的密码算法和文件中敏感信息。

命令功能

查看系统诊断支持任务的帮助信息。

命令格式

1
devkit doctor [-h | --help] TASK [ARGS]

示例均为RPM包安装使用。

使用示例

执行以下命令,查看系统诊断支持的功能信息:

1
devkit doctor -h

返回信息如下:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 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.
表1 功能说明

功能

说明

help

查看帮助信息。

memalloc

内存使用诊断。

memoob

内存越界诊断。

crypt-scan

非国密算法检测。

sen-scan

敏感信息扫描。