sample https://www.sendspace.com/file/8lqntq
Code: Select all
endian big
idstring "Filename"
get tbloff long
math tbloff x 4
math tbloff + 16
savepos tmp
get files long
math files / 4
for i = 0 < files
goto tmp
get noff long
math noff + 12
savepos tmp
goto tbloff
get offset long
get size long
savepos tbloff
goto noff
get name string
log name offset size
next i