📄 vulndb.h
字号:
/* vulndb.H * John Viega * * Jan 28-29 2000 */#ifndef __VULNDB_H__#define __VULNDB_H__#include "vulninfo.H"#include "dict.H"void InitVulnDB();VulnInfo* GetVulnInfo(char *name);char *GetNameById(int);void AddIgnore(char *name);void ScanIgnoreFile(char *name);// No LimitFile... it's easier to modify a database and use that.// The ignore file might have even been a bad idea.void AddLimit(char *name);void AddRecord(char *name, int desc, int repair, int risk, int hndlr, int inp);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -