sigfind.1
来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 51 行
1
51 行
.TH SIGFIND 1 .SH NAMEsigfind \- Find a binary signature in a file.SH SYNOPSIS.B sigfind [-b.I bsize.B ] [-o.I offset.B ] [-t.I template.B ] [-lV] [.I hex_signature.B ].I file.SH DESCRIPTION.B sigfindsearches through a file and looks for the hex_signature at a given offset.This can be used to search for lost boot sectors, superblocks, and partitiontables. .SH ARGUMENTS.IP "-b bsize"Specify the block size in which to search. The default is 512 and thevalue must be a multiple of 512. .IP "-o offset"Specify the offset in a block in which the signature must exist. The default is 0. .IP "-t template"Specify a template name that defines the signature value and offset. Run with no options to get a list of supported templates..IP -lThe signature is stored in little-endian ordering and must therefore be reversed..IP -VDisplay version.IP [hex_signature]The binary signature that you are searching for. It must be given in hexadecimal format. This argument must exist if -t is not used..IP fileAny raw data..SH "EXAMPLES"sigfind -o 510 -l AA55 disk.ddsigfind -t fat disk.dd.SH AUTHORBrian Carrier <carrier at sleuthkit dot org>Send documentation updates to <doc-updates at sleuthkit dot org>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?