libyal / libfwsi

Library to access the Windows Shell Item format
GNU Lesser General Public License v3.0
67 stars 12 forks source link

File size if the size excess 0xFFFFFFFF (32 bits) #5

Closed AlexisTM closed 9 years ago

AlexisTM commented 9 years ago

Dear,

Answer to a question of Windows Shell documentation, line 381

According to the Microsoft website, the if the filesize excess the 32 bits, then we should take the 32 LEAST SIGNIFICANT BITS

joachimmetz commented 9 years ago

A "Windows Shell Item" (or "File entry shell item – pre Windows XP" for that matter) is not the same as a "Shell Link Header", for the latter see liblnk

joachimmetz commented 9 years ago

Don't get me wrong you could be right about the the behavior being the same as for the Shell Link Header, but that would need to be proven by tests.