Notifications
Clear all
General (Technical, Procedural, Software, Hardware etc.)
3
Posts
3
Users
0
Reactions
442
Views
Topic starter
17/10/2011 4:16 pm
Does anyone have precise definition on file length ?
Thanks for any help!
17/10/2011 4:51 pm
http//
18/10/2011 12:11 am
The filelength int at offset 56 in the link file is the length of the file that the link file points to. There is no length byte for the link file itself (just the length of the link file header - the int at offset 0) to get the length of the link file itself you need to parse the variable length structures withn the file.