-
sleuthkit-3.0-2009-6-16 on Linux 2.6.29.4
The functions of the library to work with FF (libtsk3) not REENTERANT. They are difficult to use in multithreaded applications.
For example, I need to simultaneously search the files and read the file. Preferably with the use of one object IMG_INFO and FS_INFO.
2009-07-06 06:46:02 UTC in The Sleuth Kit
-
sleuthkit-3.0-2009-6-16 on Linux 2.6.29.4
The functions of the library to work with FF (libtsk3) not REENTERANT. They are difficult to use in multithreaded applications.
For example, I need to simultaneously search the files and read the file. Preferably with the use of one object IMG_INFO and FS_INFO.
2009-07-06 06:05:33 UTC in The Sleuth Kit
-
sleuthkit-3.0-2009-6-16 on Linux 2.6.29.4
The mechanism of reading the files using a very bad DATA_RUN works on "large" files (for example, 20 GB). In fact, the library has not read the entire chain of blocks of the file, the program is blocked. If your RAM is limited, "large" file do not get read if it is highly fragmented. Perhaps it makes sense to build DATA_RUN file in the pthread...
2009-07-06 05:37:20 UTC in The Sleuth Kit