- 积分
- 61
- 下载分
- 分
- 威望
- 点
- 原创币
- 点
- 下载
- 次
- 上传
- 次
- 注册时间
- 2008-4-27
- 精华
|
马上注册,获取阅读精华内容及下载权限
您需要 登录 才可以下载或查看,没有帐号?注册
x
// 海康录像机硬盘数据恢复脚本(修正版)
assign m1 1
assign m4 1
assign m5 1
assign m6 1
assign m7 1
open :? // 必须先打开磁盘
assign disksize getsize
goto 0x0f03d6e5ff0
Label L1
find 0x484B000000000000 down
iffound
assign m2 currentpos
move 4096
endif
{
find 0x484B000000000000 down
iffound
move 4096
endif
}[1200]
move -1
assign m3 currentpos
block m2 m3
ifgreater m1 254
copyintonewfile "H:\mp4\recovered_+m4+m1+.mp4"
inc m4
jumpto L1
endif
ifgreater m4 254
copyintonewfile "H:\mp4\recovered_+m4+m1+m5+.mp4"
inc m5
jumpto L1
endif
ifgreater m5 254
copyintonewfile "H:\mp4\recovered_+m4+m1+m5+m6+.mp4"
inc m6
jumpto L1
endif
ifgreater m6 254
copyintonewfile "H:\mp4\recovered_+m4+m1+m5+m6+m7+.mp4"
inc m7
jumpto L1
endif
copyintonewfile "H:\mp4\recovered_+m1+.mp4"
inc m1
jumpto L1
|
|