ext directory entry.tpl
来自「以二机制码查看硬盘存取的信息,想写哪里就可以写哪里」· TPL 代码 · 共 23 行
TPL
23 行
template "Ext2/Ext3 Directory Entry"
// Template by Eoghan Casey
// Revised by Jens Kirschner on Sep 29, 2004
// To be applied to a sector of a Ext2 drive
// that contains a directory starting with the
// first inode entry. This template only displays
// allocated files - deleted filenames are not displayed
description "Locates the Inode for a given filename"
applies_to disk
multiple
begin
uint32 "Inode"
uint16 "Entry length"
uint8 "Name length"
uint8 "Type (1=file 2=dir 7=sym.link)"
char[Name length] "File name"
goto 0
move "Entry length"
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?