dorimanx / exfat-nofuse

Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems
GNU General Public License v2.0
707 stars 326 forks source link

Deviation from implementation #119

Open piranna opened 6 years ago

piranna commented 6 years ago

At FILE_DENTRY_T they are being added the fields create_time_ms, modify_time_ms, access_time_ms and reserved2, but according to https://www.sans.org/reading-room/whitepapers/forensics/reverse-engineering-microsoft-exfat-file-system-33274, final implementation done by Microsoft replaced access_time_ms and two bytes from reserved2 as timezones for create, modify and access times. Probably should they be changed?