?? config.h
字號(hào):
#pragma once
#define PFSRV_VERSION "2.11"
// delay (in msec) between the time the service starts and the moment
// the baseline is captured.
#define INITIAL_SLEEP_TIME 60*1000
/* STOP_CONTROL is only for developing,
* there is no reason for stoping the
* service in real life. moreover it is strongly
* not recommended. becouse some malicious rootkit
* can kill our pfservice process, hash of baselin is
* kept in kernel, so we cancompare if it changed since the
* last boot
*/
#define ALLOW_STOP_CONTROL
// how many iterations for baseline tests
#define BASELINE_NITER 1000
#define PROTECT_SERVICE_RESTART
// support traceing whole EP? currently not supported by client programs
// (i.e.) pfAgentSudio will suport it.
//#define TRACEPATH 1
// if pfDriver should use Debug Registers for hardware protection of IDT1
#define DR_PROTECTION 1
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -