NTFS文件系统数据恢复80H属性DATA RUN 脚本
2013-11-27 18:01:11 来源:技王数据恢复
以下是NTFS文件系统数据恢复80H属性DATA RUN 脚本,适用WINHEX任何版本 技王数据恢复
template "NTFS Data Runs" 技王数据恢复
//X-Ways Software Technology AG www.sosit.com.cn
description "To be applied to beginning of data runs"applies_to disk
www.sosit.com.cn
begin
技王数据恢复
{uint_flex "3,2,1,0" "ClusterCountSize"move -4uint_flex "7,6,5,4" "ClusterStartSize"move -3 www.sosit.com.cn
ifequal ClusterCountSize 0ExitLoopendif www.sosit.com.cn
ifGreater ClusterCountSize 4section "Unsupported value in Data Run"ExitLoopendif 技王数据恢复
ifGreater ClusterStartSize 4section "Unsupported value in Data Run"ExitLoopendif
ifequal ClusterCountSize 1int8 ClusterCountendif
ifequal ClusterCountSize 2int16 ClusterCountendif
ifequal ClusterCountSize 3int24 ClusterCountendif
ifequal ClusterCountSize 4int32 ClusterCountendif
ifequal ClusterStartSize 0section "(sparse or compressed)"endsectionendif
ifequal ClusterStartSize 1int8 ClusterStartendif
ifequal ClusterStartSize 2int16 ClusterStartendif
ifequal ClusterStartSize 3int24 ClusterStartendif

ifequal ClusterStartSize 4int32 ClusterStartendif
endsection
}[150] //arbitrary end to avoid infinite loops
end