fileformat

来自「检测文件的相似性的一个小程序!使用Linux系统编写」· 代码 · 共 31 行

TXT
31
字号
SSDEEP FILE FORMAT VERSION 1.01. REVISION HISTORY14 Aug 2006 - Initial version (jk)2. FILE HEADERThe first line of the file is a header, like this:ssdeep,1.0--blocksize:hash:hash,filenamessdeep - Identifies the file type1.0    - The version of the file format, NOT the version of the program--     - SeparatorThe remainder of the line identifies the format of the file. Note that for version 1.0 these values must be given EXACTLY as shown above3. FILE DATAEach line represents the hash of one file as listed in the header.Specifically, we have the blocksize used by the program, the hash for this blocksize and twice the blocksize, and the filename. Note thatthere are *no* quotation marks in the file.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?