NTFS文件系统数据恢复80H属性DATA RUN 脚本

2013-11-27 18:01:11 来源:华军数据恢复 作者:网站管理员 阅读:

 

以下是NTFS文件系统数据恢复80H属性DATA RUN 脚本,适用WINHEX任何版本


template "NTFS Data Runs"

//X-Ways Software Technology AG

description "To be applied to beginning of data runs"
applies_to disk

begin

{
 uint_flex "3,2,1,0" "ClusterCountSize"
 move -4
 uint_flex "7,6,5,4" "ClusterStartSize"
 move -3

 ifequal ClusterCountSize 0
  ExitLoop
 endif

 ifGreater ClusterCountSize 4
  section "Unsupported value in Data Run"
  ExitLoop
 endif

 ifGreater ClusterStartSize 4
  section "Unsupported value in Data Run"
  ExitLoop
 endif

 ifequal ClusterCountSize 1
  int8 ClusterCount
 endif

 ifequal ClusterCountSize 2
  int16 ClusterCount
 endif

 ifequal ClusterCountSize 3
  int24 ClusterCount
 endif

 ifequal ClusterCountSize 4
  int32 ClusterCount
 endif


 ifequal ClusterStartSize 0
  section "(sparse or compressed)"
  endsection
 endif

 ifequal ClusterStartSize 1
  int8 ClusterStart
 endif

 ifequal ClusterStartSize 2
  int16 ClusterStart
 endif

 ifequal ClusterStartSize 3
  int24 ClusterStart
 endif

 ifequal ClusterStartSize 4
  int32 ClusterStart
 endif

 endsection

}[150]  //arbitrary end to avoid infinite loops

end

  • 华军行数据恢复 - 最新图文资讯
  • 最新资讯导读
  • 推荐内容
  • 热点内容
CopyRight2014-2016 华军数据恢复中心 版权所有 浙ICP备15017254号-4 成功案例 | 华军资讯 | 技术专题 | RSS地图