⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext directory entry.txt

📁 WinHex v12.8 sr-6 汉化版『一个很不错的16进制文件编辑』 WinHex是一个专门用来对付各种日常紧急情况的小工具。它可以用来检查和修复各种文件、恢复删除文件、硬盘损坏造成的数据丢失
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -