mss.cfg
来自「内存检测程序源代码」· CFG 代码 · 共 24 行
CFG
24 行
## A sample local configuration file.## We don't want logging to Stdout or Stderr but to a file (mss.log)# Therefore we disable these options.LogToStdout=NoLogToStderr=False# We don't want to exit on warning. This is default so it's not really# neccessary to specify it here.ExitOnWarning=False# We think that the logfile is easier to read with an empty line between logs.ExtraNewline=Yes# We want a diffrent Watch value and Watch Size, specified as hex numbers,# but they can also be specified as decimal values.WatchValue=0x10WatchSize=0x32# We do want all logs to be shown.ShowLogs=Yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?