Simson L. Garfinkel

Results 853 comments of Simson L. Garfinkel

Hm. The patch sets `LOGICAL_MAX_ATTR_RUN` to be `0x7fffffff`. Can you set it to `0x0000ffff` and see what happens?

If you can compile TSK with DEBUG symbols, Run it under the debugger , and then get me a stack trace when it’s in the infinite loop, that would be...

Yay! Thanks. > On Nov 5, 2024, at 6:23 PM, Igor Rogov ***@***.***> wrote: > > > Hello Simson, > > I can confirm that I can now process that...

Looks like it was fixed, from this section of code: ```C++ #if (!defined(HAVE_VASPRINTF)) || defined(_WIN32) #ifndef _WIN32 #define ms_printf __print #define __MINGW_ATTRIB_NONNULL(x) #endif extern "C" { /** * We do...

@uckelman-sf - is this still relevant?

Odd. I'm seeing this error: ``` /usr/bin/ld: tools/fiwalk/src/test_fiwalk_fiwalk_test-dfxml.o: undefined reference to symbol 'libewf_get_version' /usr/bin/ld: /lib/x86_64-linux-gnu/libewf.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status...

@uckelman-sf — I'm going to close this PR. Please feel free to re-open it if you wish.

I've encoded [sample_encryption.raw.gz](https://github.com/sleuthkit/sleuthkit/files/7575457/sample_encryption.raw.gz) as an E01 and put it here: * s3://digitalcorpora/corpora/drives/tsk-2024/fat32_with_efs_file.E01 * https://digitalcorpora.s3.amazonaws.com/corpora/drives/tsk-2024/fat32_with_efs_file.E01

Patch applied. Thanks. We still need a test, now that we have a disk image.