📄 pos file format.txt
字号:
template "POS File Format"
// Template by Stefan Fleischmann
// More detailed description of the POS file format
// available from http://www.winhex.com .
description "Structure of a WinHex position file (.pos)"
applies_to file
requires 0 "57 69 6E 48 65 78 20 50 6F 73 20 76 31 2E 31"
begin
char[16] "File signature"
int32 "# of positions"
numbering 1
{
section "Position #~"
int64 "Offset (decimal)"
FILETIME "Recorded on"
read-only byte "Description length"
char[Description length] "Description"
endsection
} [# of positions]
// some text strings for internal use may follow
// ignored by this template
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -