幻女free性zozo交孩交/亚洲成人直播/日本视频免费/国产国语videosex另类

NTFS文件系統(tǒng)數(shù)據(jù)恢復(fù)80H屬性DATA RUN 腳本

2013-11-27 18:01:11 來源:華軍數(shù)據(jù)恢復(fù) 作者:網(wǎng)站管理員 閱讀:

 

以下是NTFS文件系統(tǒng)數(shù)據(jù)恢復(fù)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

  • 華軍行數(shù)據(jù)恢復(fù) - 最新圖文資訊
  • 最新資訊導(dǎo)讀
  • 推薦內(nèi)容
  • 熱點(diǎn)內(nèi)容
CopyRight2014-2016 華軍數(shù)據(jù)恢復(fù)中心 版權(quán)所有 浙ICP備15017254號-4 成功案例 | 華軍資訊 | 技術(shù)專題 | RSS地圖