Can not read an split image where each file is of size 2gb. Found that TSTAT (defined in tsk_os.h) was returning a negative file size with no error when used in split.c. Possible Fix: Change TSTAT to _wstat64 and STAT_STR to stat64.
We need to investigate what other methods use TSTAT to see if a new TSTAT64 should be created or if we should just change the mapping.
What OS was this on? Most of the OSes now map to the 64-bit version.
I couldn't read the split image on Windows XP Pro 64 and 32-bit
Log in to post a comment.
We need to investigate what other methods use TSTAT to see if a new TSTAT64 should be created or if we should just change the mapping.
What OS was this on? Most of the OSes now map to the 64-bit version.
I couldn't read the split image on Windows XP Pro 64 and 32-bit