Jump to content

Offset in an UDF ISO the filesize


Recommended Posts

Posted

i,

 

I search a information that I understand the file header table. From filename what are stand the offsets?

 

I search the file sizes offset and how i get the data right. Can everybody help me?

 

00087040h: 06 00 00 00 00 00 00 00 13 00 00 00 00 00 08 56 ; ...............V

00087050h: 49 44 45 4F 5F 54 53 2E 42 55 50 00 01 01 02 00 ; IDEO_TS.BUP.....

00087060h: B7 00 01 00 73 0E 24 00 0D 00 00 00 01 00 00 0D ; ·...s.$.........

00087070h: 00 08 00 00 07 00 00 00 00 00 00 00 14 00 00 00 ; ................

00087080h: 00 00 08 56 49 44 45 4F 5F 54 53 2E 49 46 4F 00 ; ...VIDEO_TS.IFO.

00087090h: 01 01 02 00 36 00 01 00 29 D7 24 00 0D 00 00 00 ; ....6...)×$.....

000870a0h: 01 00 00 0D 00 08 00 00 08 00 00 00 00 00 00 00 ; ................

000870b0h: 15 00 00 00 00 00 08 56 49 44 45 4F 5F 54 53 2E ; .......VIDEO_TS.

000870c0h: 56 4F 42 00 01 01 02 00 61 00 01 00 F2 39 24 00 ; VOB.....a...ò9$.

000870d0h: 0D 00 00 00 01 00 00 0D 00 08 00 00 09 00 00 00 ; ................

000870e0h: 00 00 00 00 16 00 00 00 00 00 08 56 54 53 5F 30 ; ...........VTS_0

000870f0h: 31 5F 30 2E 42 55 50 00 01 01 02 00 48 00 01 00 ; 1_0.BUP.....H...

00087100h: 9C 76 24 00 0D 00 00 00 01 00 00 0D 00 08 00 00 ; œv$.............

00087110h: 0A 00 00 00 00 00 00 00 17 00 00 00 00 00 08 56 ; ...............V

00087120h: 54 53 5F 30 31 5F 30 2E 49 46 4F 00 01 01 02 00 ; TS_01_0.IFO.....

00087130h: A2 00 01 00 2C 40 24 00 0D 00 00 00 01 00 00 0D ; ¢...,@$.........

00087140h: 00 08 00 00 0B 00 00 00 00 00 00 00 18 00 00 00 ; ................

00087150h: 00 00 08 56 54 53 5F 30 31 5F 30 2E 56 4F 42 00 ; ...VTS_01_0.VOB.

00087160h: 01 01 02 00 D8 00 01 00 D3 CF 24 00 0D 00 00 00 ; ....Ø...ÓÏ$.....

00087170h: 01 00 00 0D 00 08 00 00 0C 00 00 00 00 00 00 00 ; ................

00087180h: 19 00 00 00 00 00 08 56 54 53 5F 30 31 5F 31 2E ; .......VTS_01_1.

00087190h: 56 4F 42 00 00 00 00 00 00 00 00 00 00 00 00 00 ; VOB.............

Posted

Read the UDF specs.

Posted

Hi,

 

can you tell it me. I found it but understand not if that is the right place. I need on what offset before the word "VIDEO_TS.VOB" I can find the file size offset. Can you tell it me, please?

Posted

None of them. ISO9660 and Joliet might work like that, UDF doesn't.

 

Either parse the file system properly or don't bother doing what you're trying to do.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.